Click here to Skip to main content
15,929,430 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: replace a div with another div Pin
g00fyman31-Oct-06 11:49
g00fyman31-Oct-06 11:49 
GeneralRe: replace a div with another div Pin
Guffa31-Oct-06 13:09
Guffa31-Oct-06 13:09 
Questionweb server info Pin
apoorva_raje30-Oct-06 23:53
apoorva_raje30-Oct-06 23:53 
QuestionNeed JavaScript help Pin
Rohit Saralaya30-Oct-06 3:55
Rohit Saralaya30-Oct-06 3:55 
AnswerRe: Need JavaScript help Pin
UltraCoder30-Oct-06 10:59
UltraCoder30-Oct-06 10:59 
GeneralRe: Need JavaScript help Pin
George L. Jackson30-Oct-06 11:55
George L. Jackson30-Oct-06 11:55 
GeneralRe: Need JavaScript help Pin
Rohit Saralaya30-Oct-06 16:55
Rohit Saralaya30-Oct-06 16:55 
QuestionJavascript Comments not Recognised? Pin
Brady Kelly29-Oct-06 21:57
Brady Kelly29-Oct-06 21:57 
I have this little code block in a user control:

function initAjax(params)<br />
{<br />
  alert("initAjax begun...");<br />
  /*var ajx = <%ajxDoc_Brief.ClientID%>;*/<br />
  ajx.AjaxRequest(params);<br />
}


When I load the control, I get a " Compiler Error Message: CS1002: ; expected" in the temp class that is generated for the control. The line that causes the error is:

#line 23 "http://localhost/WIP_Control_Layout/Common/Controls/Doc_Brief.ascx"<br />
ajxDoc_Brief.ClientID


I would have thought the compiler would emit the comment symbols as well, preventing the buggy javascript statement from causing an error. I understand the compiler ignoring HTML comments for script, but shouldn't it keep comments that are part of the script?



AnswerRe: Javascript Comments not Recognised? Pin
Guffa30-Oct-06 6:00
Guffa30-Oct-06 6:00 
AnswerRe: Javascript Comments not Recognised? Pin
George L. Jackson30-Oct-06 12:25
George L. Jackson30-Oct-06 12:25 
GeneralRe: Javascript Comments not Recognised? Pin
Brady Kelly30-Oct-06 17:22
Brady Kelly30-Oct-06 17:22 
QuestionWeb Crawlers and User Agents [modified] Pin
Clickok29-Oct-06 16:39
Clickok29-Oct-06 16:39 
AnswerRe: Web Crawlers and User Agents Pin
Daniel Turini29-Oct-06 23:46
Daniel Turini29-Oct-06 23:46 
GeneralRe: Web Crawlers and User Agents Pin
Clickok30-Oct-06 4:57
Clickok30-Oct-06 4:57 
Question40000 Records only, Make my search page work so slow and page is stuck... Pin
Hy Chanhan29-Oct-06 15:19
professionalHy Chanhan29-Oct-06 15:19 
AnswerRe: 40000 Records only, Make my search page work so slow and page is stuck... Pin
Christian Graus29-Oct-06 15:42
protectorChristian Graus29-Oct-06 15:42 
AnswerRe: 40000 Records only, Make my search page work so slow and page is stuck... Pin
alex.barylski29-Oct-06 16:55
alex.barylski29-Oct-06 16:55 
GeneralRe: 40000 Records only, Make my search page work so slow and page is stuck... Pin
Hy Chanhan29-Oct-06 17:26
professionalHy Chanhan29-Oct-06 17:26 
GeneralRe: 40000 Records only, Make my search page work so slow and page is stuck... Pin
Hy Chanhan29-Oct-06 17:40
professionalHy Chanhan29-Oct-06 17:40 
Questionasynchronous update of web control on mobile phone - NOKIA E61 Pin
AxeLin29-Oct-06 10:56
AxeLin29-Oct-06 10:56 
AnswerRe: asynchronous update of web control on mobile phone - NOKIA E61 Pin
Guffa29-Oct-06 12:46
Guffa29-Oct-06 12:46 
QuestionVirtual Application Pool Crashes Pin
happyheartcs28-Oct-06 23:42
happyheartcs28-Oct-06 23:42 
QuestionHow to get the page event which indicates that a page is shown to the interface? Pin
Lior S28-Oct-06 22:49
Lior S28-Oct-06 22:49 
AnswerRe: How to get the page event which indicates that a page is shown to the interface? Pin
Bradml28-Oct-06 23:45
Bradml28-Oct-06 23:45 
GeneralRe: How to get the page event which indicates that a page is shown to the interface? Pin
Lior S30-Oct-06 1:53
Lior S30-Oct-06 1:53 

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.