VBScript does not have good support. If you need a different pop-up and a different confirm, create you own by using JavaScript <div> boxes that show when you need them. This prevents spawning windows being killed by pop-up blockers and there is also multi-browser support for rendering <div>s from the document object model.
Some quick research on DHTML can open a world of alternate interface possibilities. Teddy On 10/3/06, Brad Wood <[EMAIL PROTECTED]> wrote: > > See if this helps: > > http://ns7.webmasters.com/caspdoc/html/vbscript_msgbox_function.htm > > ~Brad > > -----Original Message----- > From: Claude Schneegans [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 03, 2006 11:14 AM > To: CF-Talk > Subject: Re: open new window > > >>is there any way of getting the confirm box to have yes and no > buttons instead of ok and cancel > > AFAIK, the answer is no. > Unless you make your own confirm box using some hidden DIV that is made > shown by Javascript. > > -- > _______________________________________ > REUSE CODE! Use custom tags; > See http://www.contentbox.com/claude/customtags/tagstore.cfm > (Please send any spam to this address: [EMAIL PROTECTED]) > Thanks. > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255218 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

