Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
HTML 4.01 Transitional
Message
From
25/06/2003 09:47:42
 
 
To
All
General information
Forum:
Internet
Category:
HTML
Title:
HTML 4.01 Transitional
Miscellaneous
Thread ID:
00803742
Message ID:
00803742
Views:
37
Hi

I am trying to achieve compatibility with this specification and there is one thing I'm having trouble with. Some script elements in my html code have source defined as an .asp page with parameters and this does not appear to go well with the w3c's validator:

My script is defined like this:
<script type="text/javascript" src="myscript.asp?par1=3&par2=3">
...some code...
</script>
I get a following response from the validator:

Line 32, column 94: cannot generate system identifier for general entity "par2"
...myscript.asp?par1=3&par2=3

It appears that the .asp parameters are interpreted as entities due to the "&" parameter separator in the url, which of course is not the case. Any way of avoiding this?

Thanks
Danijel
Next
Reply
Map
View

Click here to load this message in the networking platform