Hi d_alchemist!!
You can only create get request without using form.
just create a string like
say value1 and value2 are the fieldvalues
myurl="http://mylocalhostip/filename.asp?firstname="+value1+"&lastname="+value 2
then
document.location.href=myurl
Offcourse if you found any technique for making method"Post" without the form ,plz let me know
Hope this will help you
Cheers :)
vinod
|