| Back to top |
I have a problem when trying to validate my html code with the W3C validator which gives me the following message:
This page is not Valid HTML 4.01 Transitional! Error Line 393 column 43: an attribute value must be a literal unless it contains only name characters. ...r> <a href=javascript:popcontact('disclaimer.htm')> I have tried various ways of rewriting the code to avoid the problem but nothing seems to work. I would very much appreciate any help. |
|||||
| Back to top |
Try adding double-quote marks and a semicolon like this:
:: Code ::
<a href="javascript:popcontact('disclaimer.htm');"> |
|||||
| Back to top |
Many thanks for your help. The program now works perfectly.
|
|||||
|
All times are GMT - 8 Hours
|
||||||
Contact Us
Hosting: Pair Networks: 0.044
Forum Software © 2001–2006 phpBB
techForum Style © 2003–2006 techpatterns.com
info
Hosting: Pair Networks: 0.044
Forum Software © 2001–2006 phpBB
techForum Style © 2003–2006 techpatterns.com
info