|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (9 bit)
|
I'm developing a form and I have a button that I want to open a pop up window to take more information (not unlike a dialog box) when I submit the form I'd like ot close the window, and update the page from which this came
example page a: family members -------------- Steve Martin Riley [button here, value="Add"] new window (page b) opens when clicked Enter new family member's name: [text box here] [ok button here] close page b after submit when okay is clicked and refresh page a Only trick? I can't trust javascript for cross browser compatibility, and I'd really like to avoid a CGI that could be exploited. Any ideas? |
|
|
|
|
|
#2 |
|
Barefoot on the Moon!
Staff
Premium Member
Join Date: Aug 2002
Location: Northeastern USA
Posts: 13,382
|
I'd say javascript would be your best bet. As long as you stick to a general standard and not try any funny business, it's fine.
__________________
There are two secrets to staying young, being happy, and achieving success. You have to laugh and find humor every day, and you have to have a dream.
|
|
|
|
|
|
#3 |
|
Member (9 bit)
|
SP2 doesn't like window.open or window.alert even in explorer. Seems to work okay in firefox.
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|