Click to See Complete Forum and Search --> : Yes No Cancel popup window
taniajura
11-13-2003, 01:14 AM
I want to have a popup window similar to confirm() but instead of having the "OK Cancel" buttons, i want it to have "Yes No Cancel" buttons. the window has to be modal as well. does anybody knows how this can be done?
thanks
fredmv
11-13-2003, 01:18 AM
Sorry, but this isn't possible unless you use VBScript which would limit your scripts to IE only. Unless you're developing these for an intranet, where you would know what OS and browser your clients would be using, I would not recommend this.
taniajura
11-13-2003, 01:44 AM
yes. we are only doing it for IE browsers. so how is it done?
thanks a lot!
Pittimann
11-13-2003, 01:56 AM
Hi there!
There are people who solved that in a very nice way!
Go to http://www.webreference.com/dhtml/dynomat/dialogs/main.html - press the "Continue"-button after the page has loaded and then select "IEBox" in the menu on the left...
Greetz - Pit
fredmv
11-13-2003, 01:56 AM
No problem. I honestly don't know VBScript, so I'll suggest a reference (http://www.netzone.ch/caspdoc/html/vbscript_msgbox_function.htm).
Good luck.
Pittimann
11-13-2003, 02:01 AM
Hi again!
The reference you sent is absolutely alright, fredmv! The one which I suggested is better for newbies, because it has an integrated code generator. :)
taniajura
11-13-2003, 02:09 AM
thanks a lot guys!