Enthusiast
Posted: Wed, 2006-04-26 15:56
I've got this bit in a page w/doctype html4.1 Strict:
"<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="on0" value="Size">Size <select name="os0"><option value="X-Small">X-Small</option>".
Validator returns this:
"Error Line 74 column 12: required attribute "ACTION" not specified." <form><input type="submit" name=//
But as you can see, "action" is there, and specified. Any ideas on what's going on? Same in HTML4.1 Loose.
:roll: Thanks! Wendy
Chip in a couple of dollars, together we can make a difference.
Donations are to purchase laptops for the One Laptop per child program.
Enthusiast
Posts: 174
Joined: 2005-01-31
Location: Boston, MA
Posted: Wed, 2006-04-26 15:56
I've got this bit in a page w/doctype html4.1 Strict:
............etc, etcValidator returns this:
...,.etc, etc.But as you can see, "action" is there, and specified. Any ideas on what's going on? Same in HTML4.1 Loose.
:roll:
Thanks!
Wendy