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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I have a popup php file 1

Status
Not open for further replies.

BlindPete

Programmer
Jul 5, 2000
711
US
I have a popup boweser instance that allows user edit a record and then submit the changes. Once the changes have been updated succeffully I'd like to be able to have a CLOSE button or link, but I don't know how do it... any suggestions? -Pete[noevil]
 
Here's one way:

Code:
<html><body>
<a href=&quot;JavaScript:window.close();&quot;>click here to close</a>
</body></html>
______________________________________________________________________
TANSTAAFL!
 
i found this thread very helpfull thread434-282521 -Pete[noevil]
 
Danger, Will Robinson!

The methods described there will immediately close the window without user intervention. If you have some message you need to present to the user, like &quot;Your information has been successfully added to the database&quot;, they will never see it. ______________________________________________________________________
TANSTAAFL!
 
Doh! u r correct.
Thanks for the tips!

stars for all! -Pete[noevil]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top