Posted by petermichaux on 10/01/06 01:11
Hi,
I am converting an old page to STRICT.
When validating the page I learned that I can't have a link like the
following. The '&' and '=' characters are not allowed? How can I make
this link validate?
<a
href="http://www.foo.com/cgi-bin/test.pl?ACCOUNT=1006458&THE_BUTTON=display_page&PAGE_TYPE=MI_PPC#ASDF">
I also learned that I can't use the "target" attribute in STRICT pages
like the following. What do I do to get around this? Do I have to write
JavaScript in the onclick attribute? That wouldn't be so good if
JavaScript is off.
<a href="http://www.7Search.com/" target="new">7Search.com</a>
Thank you,
Peter
[Back to original message]
|