Click here to Skip to main content
15,913,408 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Captcha Image on HTML by ASP code Pin
Vasudevan Deepak Kumar1-Oct-09 2:35
Vasudevan Deepak Kumar1-Oct-09 2:35 
GeneralRe: Captcha Image on HTML by ASP code Pin
11Developer1-Oct-09 2:49
11Developer1-Oct-09 2:49 
GeneralRe: Captcha Image on HTML by ASP code Pin
Christian Graus1-Oct-09 12:26
protectorChristian Graus1-Oct-09 12:26 
AnswerFound Solution, through forums.asp.net Pin
11Developer2-Oct-09 22:35
11Developer2-Oct-09 22:35 
QuestionASP and C# codes work in Visual Stadio, but not work on http (IIS) !! Pin
Hamid Khezeli30-Sep-09 18:52
Hamid Khezeli30-Sep-09 18:52 
GeneralSame Question Posted. Pin
nagendrathecoder30-Sep-09 19:01
nagendrathecoder30-Sep-09 19:01 
GeneralRe: Same Question Posted. Pin
Hamid Khezeli30-Sep-09 19:24
Hamid Khezeli30-Sep-09 19:24 
GeneralRe: Same Question Posted. Pin
nagendrathecoder30-Sep-09 19:26
nagendrathecoder30-Sep-09 19:26 
GeneralRe: Same Question Posted. Pin
Richard MacCutchan30-Sep-09 22:35
mveRichard MacCutchan30-Sep-09 22:35 
QuestionWhy Don't Change Server Time? (Please Help, It is very urgent) Pin
Hamid Khezeli30-Sep-09 3:00
Hamid Khezeli30-Sep-09 3:00 
AnswerAnother Crosspost Pin
Richard MacCutchan30-Sep-09 3:46
mveRichard MacCutchan30-Sep-09 3:46 
Question[Message Deleted] Pin
Bizit30-Sep-09 1:32
Bizit30-Sep-09 1:32 
AnswerRe: Javascript,JSp and AJAX Pin
Richard MacCutchan30-Sep-09 1:49
mveRichard MacCutchan30-Sep-09 1:49 
GeneralRe: Javascript,JSp and AJAX Pin
Bizit30-Sep-09 2:06
Bizit30-Sep-09 2:06 
GeneralRe: Javascript,JSp and AJAX Pin
Richard MacCutchan30-Sep-09 3:15
mveRichard MacCutchan30-Sep-09 3:15 
GeneralRe: Javascript,JSp and AJAX Pin
Richard MacCutchan30-Sep-09 3:41
mveRichard MacCutchan30-Sep-09 3:41 
General[Message Deleted] Pin
Bizit30-Sep-09 5:16
Bizit30-Sep-09 5:16 
GeneralRe: Javascript,JSp and AJAX Pin
Richard MacCutchan30-Sep-09 5:46
mveRichard MacCutchan30-Sep-09 5:46 
General[Message Deleted] Pin
Bizit1-Oct-09 1:25
Bizit1-Oct-09 1:25 
GeneralRe: Javascript,JSp and AJAX Pin
Richard MacCutchan1-Oct-09 2:53
mveRichard MacCutchan1-Oct-09 2:53 
GeneralRe: Javascript,JSp and AJAX [modified] Pin
Bizit1-Oct-09 4:54
Bizit1-Oct-09 4:54 
GeneralRe: Javascript,JSp and AJAX Pin
Richard MacCutchan1-Oct-09 5:35
mveRichard MacCutchan1-Oct-09 5:35 
QuestionPost a Comment with JavaScript Pin
wartotojas29-Sep-09 10:08
wartotojas29-Sep-09 10:08 
AnswerRe: Post a Comment with JavaScript Pin
Joe Simes29-Sep-09 10:23
Joe Simes29-Sep-09 10:23 
wartotojas wrote:
automaticaly update source code of HTML


It would be highly unlikely that you would find something that would do this. most sites that allow commenting on articles are database driven. The articles would live in a article table and the related comments would live in a comments table. These two tables would be joined by a common id number (meaning you would put the article id in the comments table).

You could use JavaScript to add the comments to the database and also to push the comment dynamically to the document (to a DIV or a SPAN). AJAX is good for this type of thing (kinda like Facebook and it's commenting system).
QuestionHTML Email CC and Autoreply Help Required Pin
Dalek Dave28-Sep-09 7:26
professionalDalek Dave28-Sep-09 7:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.