This is a discussion on "Pull Variables into a form without page refresh" within the Classic ASP section. This forum, and the thread "Pull Variables into a form without page refresh are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Pull Variables into a form without page refresh
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
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 |
|
|
|
#2
|
||||
|
||||
|
Re: Pull Variables into a form without page refresh
Sounds like you need the help of AJAX, though I wouldn't know how!
Last Blog Entry: The Google Misconception (Feb 3rd, 2008)
|
|
#3
|
|||
|
|||
|
Re: Pull Variables into a form without page refresh
AJAX yes, on my search I have stumbled across that, hhmmm now the big question is how?! lol
|
|
#4
|
||||
|
||||
|
Re: Pull Variables into a form without page refresh
I've had this list of AJAX tutorials in my bookmarks for a while now (though never looked at
Seems a solid start to getting familiar with AJAX and the XMLHttpRequest Object
Last Blog Entry: The Google Misconception (Feb 3rd, 2008)
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Form - variables not going through | comaiwat | JavaScript Forum | 3 | Oct 24th, 2007 13:53 |
| Code for button to refresh page after inserting data in sql db | wacara | JavaScript Forum | 0 | Apr 27th, 2007 02:45 |
| Changing css with page refresh | krrish | Web Page Design | 3 | Jul 26th, 2006 08:20 |
| PHP sessions/ page refresh??? | ktsirig | PHP Forum | 3 | May 31st, 2006 13:07 |
| How does a page refresh? | flox74 | Web Page Design | 8 | May 8th, 2006 19:41 |