I have a PQA file accessing an HTML script with javascript:
<html>
<body onload=document.myform.submit()>
<form action="getdevid2.cfm" method="post" name="myform">
<input type="hidden" value="%deviceid" name="devid">
</form>
-- <BR>
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/
</BODY>
</html>
Palm Pilot doesn't seem to understand the "document.myform.submit()"
function. I'm trying to automatically submit a form so I can get the value
of "%deviceid". I want this script to be on the server side for security
reasons.
Is there a way to get Palm to understand javascript?
-Ray
-Ray