Hi Dan, > I Need to have a confirmation dialog (form) with 3 buttons: Yes, No, Cancel. > JavaScript has a standard one, but there's only two buttons on it... > Any idea?
Unfortunately, JavaScript can't do this. Other than just going with a customized HTML window, you could try a VBScript MsgBox function: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/h tml/vsconMsgBox.asp?frame=true (Above URL may word-wrap). Or you could try a Web Modal or Modeless Dialog box and build your own buttons using HTML. http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/re ference/methods/showmodaldialog.asp?frame=true (Above URL may word-wrap). Or checkout the Modal Dialog examples I have on my site: http://xml-extra.net/webpage.xmlx?node=36 (Above URL probably won't word-wrap). Of course, all my suggestions are MSIE specific. Hope this helps. Cheers... Scott Cadillac http://xml-extra.net [EMAIL PROTECTED] http://witango.org [EMAIL PROTECTED] VP, Research and Development Plus International Corp. 604-460-1843 [EMAIL PROTECTED] http://www.plusinternational.com Vancouver, BC, Canada Does your company have an Enterprise Information Portal? Check out Salsa at www.plusinternational.com/flash/salsa.htm ----- Original Message ----- From: "Dan" <[EMAIL PROTECTED]> To: "Multiple recipients of list witango-talk" <[EMAIL PROTECTED]> Sent: Saturday, June 29, 2002 10:34 AM Subject: Witango-Talk: JavaScript Dialog with 3 buttons > Hi everyone, > > A little question off topic, but it ain't the first time ;-) > > I Need to have a confirmation dialog (form) with 3 buttons: Yes, No, Cancel. > JavaScript has a standard one, but there's only two buttons on it... > Any idea? > > Dan > > ________________________________________________________________________ > TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] > with unsubscribe witango-talk in the message body > > ________________________________________________________________________ TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message body
