Click here to Skip to main content
15,920,602 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Popup window problem Pin
Dominic Goulet1-Dec-08 2:02
Dominic Goulet1-Dec-08 2:02 
GeneralRe: Popup window problem Pin
Gennady Oster1-Dec-08 2:56
Gennady Oster1-Dec-08 2:56 
Questioncalling dll from classic asp Pin
Mann Khine16-Nov-08 19:48
Mann Khine16-Nov-08 19:48 
AnswerRe: calling dll from classic asp Pin
NeverHeardOfMe16-Nov-08 22:36
NeverHeardOfMe16-Nov-08 22:36 
AnswerRe: calling dll from classic asp Pin
Vimalsoft(Pty) Ltd17-Nov-08 20:34
professionalVimalsoft(Pty) Ltd17-Nov-08 20:34 
QuestionPersisting the state of the web page controls when AJAX is used. Pin
aakar16-Nov-08 8:21
aakar16-Nov-08 8:21 
QuestionJavaScript issue with Less Than symbol (<) Pin
gokninski15-Nov-08 1:38
gokninski15-Nov-08 1:38 
AnswerRe: JavaScript issue with Less Than symbol (<) Pin
Shog915-Nov-08 5:30
sitebuilderShog915-Nov-08 5:30 
I'm not sure i follow - you do actually need the less-than operator, <, not the HTML entity &lt;. If you're worried about it being interpreted incorrectly, wrap your script in CDATA tags:
<script type="text/javascript">
//<![CDATA[
   function createTestArray()
      {
      for (var i = 0; i < 5; i ++)
         {
         alert("Hello");	
         }	
      }
//]]>
</script> 
Note that you should also declare your loop counter (as shown - var i...) to avoid relying on an automatic global variable.





----
You're right.
These facts that you've laid out totally contradict the wild ramblings that I pulled off the back of cornflakes packets.

GeneralRe: JavaScript issue with Less Than symbol (&lt;) Pin
gokninski15-Nov-08 11:22
gokninski15-Nov-08 11:22 
GeneralRe: JavaScript issue with Less Than symbol (&lt;) Pin
Shog915-Nov-08 12:56
sitebuilderShog915-Nov-08 12:56 
GeneralRe: JavaScript issue with Less Than symbol (&lt;) Pin
gokninski15-Nov-08 13:58
gokninski15-Nov-08 13:58 
GeneralRe: JavaScript issue with Less Than symbol (&lt;) Pin
gokninski19-Nov-08 3:30
gokninski19-Nov-08 3:30 
QuestionPlease dont see this... just practicing Pin
Hemant Thaker14-Nov-08 23:19
Hemant Thaker14-Nov-08 23:19 
QuestionHow to block user from copying data from webpage using javascript? Pin
Kiran S. S.14-Nov-08 19:58
Kiran S. S.14-Nov-08 19:58 
AnswerRe: How to block user from copying data from webpage using javascript? Pin
Perspx14-Nov-08 22:17
Perspx14-Nov-08 22:17 
GeneralRe: How to block user from copying data from webpage using javascript? Pin
Kiran S. S.15-Nov-08 1:25
Kiran S. S.15-Nov-08 1:25 
GeneralRe: How to block user from copying data from webpage using javascript? Pin
Jörgen Andersson15-Nov-08 1:47
professionalJörgen Andersson15-Nov-08 1:47 
GeneralRe: How to block user from copying data from webpage using javascript? Pin
sph3rex16-Nov-08 10:07
sph3rex16-Nov-08 10:07 
AnswerRe: How to block user from copying data from webpage using javascript? Pin
Saul Johnson16-Nov-08 0:53
Saul Johnson16-Nov-08 0:53 
GeneralRe: How to block user from copying data from webpage using javascript? Pin
Kiran S. S.19-Nov-08 19:07
Kiran S. S.19-Nov-08 19:07 
AnswerRe: How to block user from copying data from webpage using javascript? Pin
kingsleen25-Nov-08 1:19
kingsleen25-Nov-08 1:19 
QuestionNavigating using Cursor Keys Pin
il_manti14-Nov-08 3:43
il_manti14-Nov-08 3:43 
AnswerRe: Navigating using Cursor Keys Pin
sph3rex14-Nov-08 7:54
sph3rex14-Nov-08 7:54 
GeneralRe: Navigating using Cursor Keys Pin
il_manti14-Nov-08 8:11
il_manti14-Nov-08 8:11 
Questionhow connect ASP.net Website with SQL server express 2005 using IIS Pin
sagnik2008`14-Nov-08 2:47
sagnik2008`14-Nov-08 2:47 

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.