Click here to Skip to main content
15,889,116 members
Home / Discussions / Web Development
   

Web Development

 
QuestionWeb Page not supported by all browsers Pin
KambojR8-Apr-08 23:41
KambojR8-Apr-08 23:41 
GeneralRe: Web Page not supported by all browsers Pin
Christian Graus9-Apr-08 0:10
protectorChristian Graus9-Apr-08 0:10 
GeneralRe: Web Page not supported by all browsers Pin
KambojR9-Apr-08 3:10
KambojR9-Apr-08 3:10 
AnswerRe: Web Page not supported by all browsers Pin
Ashish Sehajpal9-Apr-08 3:37
Ashish Sehajpal9-Apr-08 3:37 
GeneralRe: Web Page not supported by all browsers Pin
Christian Graus9-Apr-08 11:39
protectorChristian Graus9-Apr-08 11:39 
GeneralRe: Web Page not supported by all browsers Pin
Bradml18-Apr-08 22:02
Bradml18-Apr-08 22:02 
GeneralSuggest Me JSON Pin
Malayil alex8-Apr-08 23:05
Malayil alex8-Apr-08 23:05 
GeneralRe: Suggest Me JSON Pin
Christian Graus9-Apr-08 0:09
protectorChristian Graus9-Apr-08 0:09 
GeneralRe: Suggest Me JSON Pin
Malayil alex9-Apr-08 2:34
Malayil alex9-Apr-08 2:34 
GeneralRe: Suggest Me JSON Pin
Ashish Sehajpal9-Apr-08 3:35
Ashish Sehajpal9-Apr-08 3:35 
GeneralRe: Suggest Me JSON Pin
Bradml18-Apr-08 22:03
Bradml18-Apr-08 22:03 
QuestionCode Reviews - How do you do it? Pin
ikorenbl8-Apr-08 7:35
ikorenbl8-Apr-08 7:35 
AnswerRe: Code Reviews - How do you do it? Pin
User 98858-Apr-08 7:45
User 98858-Apr-08 7:45 
QuestionHow to integrate ASP.NET compiled aspx page with my own C# server ??? Pin
Andrew_3O8-Apr-08 6:15
Andrew_3O8-Apr-08 6:15 
AnswerRe: How to integrate ASP.NET compiled aspx page with my own C# server ??? Pin
Andrew_3O8-Apr-08 6:26
Andrew_3O8-Apr-08 6:26 
AnswerRe: How to integrate ASP.NET compiled aspx page with my own C# server ??? Pin
Shog98-Apr-08 17:48
sitebuilderShog98-Apr-08 17:48 
QuestionHow to rebind the select box (html drop down list control) after updating the values into the database? Pin
j1_jon8-Apr-08 3:35
j1_jon8-Apr-08 3:35 
GeneralRe: How to rebind the select box (html drop down list control) after updating the values into the database? Pin
Ashish Sehajpal9-Apr-08 3:32
Ashish Sehajpal9-Apr-08 3:32 
QuestionDynamically added controls don't appear in View's control collection. Pin
WebMaster7-Apr-08 12:55
WebMaster7-Apr-08 12:55 
GeneralAh, there's the trouble - you've got yourself a rift in the space-time continuum... Pin
Shog97-Apr-08 14:07
sitebuilderShog97-Apr-08 14:07 
QuestionAdd them myself? Pin
WebMaster7-Apr-08 14:22
WebMaster7-Apr-08 14:22 
GeneralRe: Add them myself? Pin
Shog97-Apr-08 14:56
sitebuilderShog97-Apr-08 14:56 
GeneralOops. Pin
WebMaster7-Apr-08 15:04
WebMaster7-Apr-08 15:04 
GeneralConditional HTML Pin
Yariv7-Apr-08 10:29
Yariv7-Apr-08 10:29 
Hi,

In jsp and I guess in other "smart" html scripting languages there is a way to write "normal" html code inside script. For example, I can write something like:
<br />
<br />
<HTML><br />
<BODY><br />
#start_script<br />
 if(some condition)<br />
 {<br />
#stop_script<br />
   <h1>Hello </h1><br />
#start_script<br />
 }<br />
 else<br />
 {<br />
#stop_script<br />
   <h3>World&lt;/h3><br />
#start_script<br />
 }<br />
#stop_script<br />
</BODY><br />
</HTML><br />
<br />


This parts of the html are conditional and I don't have to use lot of document.write statements. Can I do this somehow with java script?

Thanks,
Yariv
GeneralRe: Conditional HTML Pin
Shog97-Apr-08 10:51
sitebuilderShog97-Apr-08 10:51 

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.