Re: [PHP] Sorry! Help needed!

2001-01-23 Thread Tim McGuire
I think you are asking if you can use client side JavaScript to handle a form. www.irt.org has some good examples of this in their JavaScript FAQ section. Try http://developer.irt.org/script/form.htm#10.3 for "Interactions between forms in different frames or windows" >>> Anna <[EMAIL PROTECTE

Re: [PHP] Sorry! Help needed!

2001-01-23 Thread Joe Stump
Here is the difference between method="post" and method="get" - "get" passes the variables on the url (ie script.php?var1=foo&var2=foobar) and "post" passes them behind the scenes. They both have the same effect. The difference is that if a user reloads the page with a "get" request it reloads wit