> <FORM name="OpenPage" method="post" action="page.asp">
> <INPUT type="Submit" name="Submit" value="驪 Open Page" accesskey="1">
> </FORM>
> Has anyone out there tried this and found a solution?
This can not work, it's against the specifications. You only
can use the standard button or an image as a button like this:
<INPUT type="image" name="Submit" src="image.gif" width="12"
height="12" border="0" alt="Submit">
Good luck!
Juergen
--
Juergen Specht - <js@nooper.com> - Nooper.com - Mobile Services
http://nooper.co.jp/showcase/
[ Did you check the archives? http://www.appelsiini.net/keitai-l/ ]
Received on Fri Jan 12 16:47:59 2001