hi,
you can make a hidden form l
like this

<form style="visibilty:hidden;position:absolute;top:0px;left:0px;" 
action="yourpage.php" method="post" id="myform">
.. form fields
</form>

//in javascript you can use this
myform.submit()

and your form will be submited

khalid



_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to