View Single Post
  #1 (permalink)  
Old Apr 11th, 2008, 12:09
Andy K Andy K is offline
Reputable Member
Join Date: May 2005
Location: Sheffield
Posts: 104
Thanks: 0
Thanked 0 Times in 0 Posts
Pull Variables into a form without page refresh

This is a general programming problem which could reside in ASP, PHP or Javascript, but I had to opt for one!

I have a web form and in the address section the user clicks to open a new window, then searches to retrive their address details.

What I then need to do is Post the variables from the new window into the main form, without a page refresh, and thus not loosing all the other entered data.

I have thought of Posting all the form variables to the popup window, then posting them back however the form is long and fairly complex so before I try this I wanted to ask if there was any other ideas for a way around.......?

Look forward to any ideas.
Andy
Reply With Quote