Eric Levine wrote:
Hey all,
Question... Does anyone know if it is possible, and if so how, to
include a checkbox form element within a vbScript MsgBox or Javascript
Confirm?
The functionality I am looking for is similar to Client/Server dialog
boxes where a pop up gives you the option of clicking an included
checkbox to opt out of having the dialog pop up in the future.
Any links, pointers, instruction would be appreciated.
not in javascript, and probably not in vbscript...
what you could do, is have a window.open, which will return a value
to the window.opener from the child window.
note: mozilla, and presumably netscape 6.x have an option under..
edit..preferences..advanced..scripts..open unrequested windows
I uncheck this box on all installs I do for clients. this prevents any
auto-popup, including dialog, and confirm boxes...
if you need to have a popup, and support mozilla clients, you should have
a link on the originating page to run what you need. an unload event
will still fire, if you close a window, and have that action open another.
found this out while writing a webchat.
--
-----------------------------------------------------------------------
Michael J. Ryan | ICQ: 4935386
tracker1(at)theroughnecks(dot)com | AIM/AOL: azTracker1
Roughneck BBS: | Yahoo: azTracker1
http://www.theroughnecks.net | MSN: (email address)
telnet://theroughnecks.net | Trillian: www.trillian.cc
---
You are currently subscribed to activeserverpages as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]