J
JRough
CAn you tell me if this is right? I just need the javascript to
submit the form. That is all. A database substitutes the #q for a
serialized list of addresses. JAvascript should submit the form and
php should be able to $_POST the q value. I just want to double check
my javascript.
thanks,
<html>
<body>
<script type=”text/javascript” onload=”document.pgform.submit()”>
<form name=”pgform” action=”http://99.XX,XX,64/pooglemap2.php”
method=”post”>
<textarea name=q>
#q
</textarea>
<input type=submit value=”show map”>
</form>
</body>
</html>
submit the form. That is all. A database substitutes the #q for a
serialized list of addresses. JAvascript should submit the form and
php should be able to $_POST the q value. I just want to double check
my javascript.
thanks,
<html>
<body>
<script type=”text/javascript” onload=”document.pgform.submit()”>
<form name=”pgform” action=”http://99.XX,XX,64/pooglemap2.php”
method=”post”>
<textarea name=q>
#q
</textarea>
<input type=submit value=”show map”>
</form>
</body>
</html>