Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Passing a value with reload()

Status
Not open for further replies.

camcim

Programmer
Jan 25, 2003
20
0
0
US
Hi all,
If i have the following:
Code:
window.opener.location.reload();
can i pass a value along with the reload()?
The reason for wanting this is because i am wanting to refresh only one text field from a form (the location page).

Any ideas or suggestions?

Cheers,
camcim
 

when you say 'refresh one text field', what do you mean? just clear the contents?

- g
 
Thanks for the reply....

I want to refresh the one text field to display the newly updated data that was inserted into the database (via the form, not the location form but one that was in a popup window) This popup window has a form which inserts data into a mySQL database. This same popup window contains the location script as well as a self.close

Any more ideas?

Cheers,
camcim
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top