Click here to Skip to main content
16,004,991 members
Home / Discussions / Web Development
   

Web Development

 
QuestionChecking the text value of a nested control in javascript. Pin
Steve Holdorf20-Nov-08 2:47
Steve Holdorf20-Nov-08 2:47 
Questionneed to close iframe at runtime and create new one after i click url Pin
subbu.sk20-Nov-08 0:01
subbu.sk20-Nov-08 0:01 
QuestionHow to add new row in gridview at the bottom dynamically..? Pin
Ambi4you19-Nov-08 23:48
Ambi4you19-Nov-08 23:48 
QuestionTaking hours to recieve email from a PHP submit form. Pin
dhewitt8819-Nov-08 23:41
dhewitt8819-Nov-08 23:41 
AnswerRe: Taking hours to recieve email from a PHP submit form. Pin
Jörgen Andersson20-Nov-08 22:09
professionalJörgen Andersson20-Nov-08 22:09 
QuestionJquery History problem IE 7 Pin
papy-boom19-Nov-08 4:59
papy-boom19-Nov-08 4:59 
Questionresponse.write doesnt show any output... Pin
Genius.Boy19-Nov-08 3:00
Genius.Boy19-Nov-08 3:00 
AnswerRe: response.write doesnt show any output... Pin
Guffa19-Nov-08 8:11
Guffa19-Nov-08 8:11 
Genius.Boy wrote:
this code as u know read some html tags from the file top.txt and writ it to the page


No, it doesn't. The SSI has already been processed before the ASP code starts, so the code that you write to the page isn't processed any furter. It's just sent as it is to the browser, where it's treated as an html comment.

When the ASP code starts, it's too late to use SSI. If you want to add something from a file to the page you have to read the file and write the content from the file to the response stream.

Despite everything, the person most likely to be fooling you next is yourself.

GeneralRe: response.write doesnt show any output... Pin
Genius.Boy19-Nov-08 11:36
Genius.Boy19-Nov-08 11:36 
QuestionHow to set a page's display monitor's settings Pin
Hemant Thaker19-Nov-08 0:58
Hemant Thaker19-Nov-08 0:58 
AnswerRe: How to set a page's display monitor's settings Pin
Mohammad Dayyan21-Nov-08 0:55
Mohammad Dayyan21-Nov-08 0:55 
AnswerRe: How to set a page's display monitor's settings Pin
umeshdaiya28-Nov-08 19:52
umeshdaiya28-Nov-08 19:52 
QuestionWhich one is better, Form Or Table Pin
Hemant Thaker19-Nov-08 0:43
Hemant Thaker19-Nov-08 0:43 
AnswerRe: Which one is better, Form Or Table Pin
Guffa19-Nov-08 1:48
Guffa19-Nov-08 1:48 
JokeRe: Which one is better, Form Or Table Pin
Jörgen Andersson19-Nov-08 11:42
professionalJörgen Andersson19-Nov-08 11:42 
AnswerRe: Which one is better, Form Or Table Pin
Samer Aburabie19-Nov-08 13:03
Samer Aburabie19-Nov-08 13:03 
GeneralRe: Which one is better, Form Or Table Pin
Guffa20-Nov-08 2:43
Guffa20-Nov-08 2:43 
QuestionThe Annoying DesignMode Icon Pin
Saul Johnson18-Nov-08 9:52
Saul Johnson18-Nov-08 9:52 
AnswerRe: The Annoying DesignMode Icon Pin
Saul Johnson22-Nov-08 23:11
Saul Johnson22-Nov-08 23:11 
QuestionHow to send email to novell mail server using asp.net Pin
pzn3xq18-Nov-08 8:15
pzn3xq18-Nov-08 8:15 
QuestionLorem ipsum dolor sit amet... Pin
Brendan Vogt17-Nov-08 23:31
Brendan Vogt17-Nov-08 23:31 
AnswerRe: Lorem ipsum dolor sit amet... Pin
NeverHeardOfMe17-Nov-08 23:40
NeverHeardOfMe17-Nov-08 23:40 
AnswerRe: Lorem ipsum dolor sit amet... Pin
dhewitt8818-Nov-08 5:31
dhewitt8818-Nov-08 5:31 
Questionchange css using javascript Pin
nikhil123417-Nov-08 22:51
nikhil123417-Nov-08 22:51 
AnswerRe: change css using javascript [modified] Pin
sph3rex17-Nov-08 23:01
sph3rex17-Nov-08 23:01 

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.