Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Strange bug


Message #1 by "Greg Quinn" <greg@i...> on Tue, 19 Feb 2002 12:28:31 -0800
Okay, this is strange



If I add this code (it is commented out)



'Dim jScriptString as String

'jScriptString = "<SCRIPT LANGUAGE = 'JavaScript'>"

'jScriptString += "</SCRIPT>"



I get the following error message...



'If' must end with a matching 'End If'.



The commented code is within an if statement, but I cannot see if the code

is commented out, that it should cause an error!!!



If I delete the commented code, my page works perfectly....



Strange huh?



Greg










  Return to Index