Aug 3, 2005 #1 jazzmaster111 Programmer Joined May 2, 2005 Messages 25 Location MX Hi: How can I make a yes/no alert? (not ok/cancel) Thanks!!
Aug 3, 2005 #2 Turkbear Technical User Joined Mar 22, 2002 Messages 8,631 Location US Hi, IIRC, only Netscape 2 and 3 on a MAC used Yes/No. For others the window.prompt(),window.confirm() methods use Yes/Cancel..window.alert() only has OK. I cannot find any method of changing it ( not to say there is not one..)... To Paraphrase:"The Help you get is proportional to the Help you give.." Upvote 0 Downvote
Hi, IIRC, only Netscape 2 and 3 on a MAC used Yes/No. For others the window.prompt(),window.confirm() methods use Yes/Cancel..window.alert() only has OK. I cannot find any method of changing it ( not to say there is not one..)... To Paraphrase:"The Help you get is proportional to the Help you give.."
Aug 3, 2005 #3 Turkbear Technical User Joined Mar 22, 2002 Messages 8,631 Location US Hi again, (I really must learn to read what I write ): Previous message should have said: For others the window.prompt(),window.confirm() methods use OK/Cancel..window.alert() only has OK. To Paraphrase:"The Help you get is proportional to the Help you give.." Upvote 0 Downvote
Hi again, (I really must learn to read what I write ): Previous message should have said: For others the window.prompt(),window.confirm() methods use OK/Cancel..window.alert() only has OK. To Paraphrase:"The Help you get is proportional to the Help you give.."