Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XHTML validation script uri with parameters

Status
Not open for further replies.

mariotto

Programmer
May 3, 2002
2
IT
Hi everybody.
I'm building a web site with code XHTML (structure), CSS (presentation) and asp3 (no .net) scripts (dynamic data).

I encountered a trouble in validating xhtml pages with URI with parameters. Ex.
Code:
<a href=&quot;www.pippo.com?param1=a[ampersend]param2=b&quot; etc.>
because w3c validator don't recognize parameters as valid entries:

Error: general entity &quot;para&quot; not defined and no default entity
Error: reference not terminated by refc delimiter

How can I write a correct script uri with parameters? :-?

Note: I wrote [ampersend] to significate &quot;&&quot; because in preview it was impossible to see &quot;&&quot; in my ex. uri.

Help me, please

MArio
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top