Jump to content

html form post to a new page


phppaper

Recommended Posts

JavaScript

 

document.getElementById("FORM_ID").submit = function {

      .... stuff to proccess data here

      eg:  window.open("location", "name", "parameters");

}

 

you shoudl be able to find a good tutorial on this.

another thign you might want to look at is AJAX  to submit the data - and then relocate?

http://www.dreamincode.net/forums/showtopic48530.htm -- for an article using this method.

 

gdlk

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.