AJAX Forums

too many javascript alert boxes?

This is a discussion on too many javascript alert boxes? within the JavaScript forums, part of the Beginners AJAX category; I'm learning javascript, and im starting with a simple idea, an alert box appears, and when you click "ok" another alert box appears, like a chain. but ...


Go Back   AJAX Forums > Beginners AJAX > JavaScript

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
Old 06-21-2007, 07:36 AM   #1 (permalink)
 
Join Date: Jun 2007
Posts: 0
Rep Power: 0 megacake513 is on a distinguished road
too many javascript alert boxes?

I'm learning javascript, and im starting with a simple idea, an alert box appears, and when you click "ok" another alert box appears, like a chain. but after i make about 7 or 10, none will appear at all, this is what the script looks likepop-ups
__________________
megacake513 is offline   Reply With Quote
Old 06-22-2007, 06:50 AM   #2 (permalink)
 
Join Date: Jun 2007
Posts: 1
Rep Power: 0 Pieter N is on a distinguished road
I have tested your script and the only error I can find is that you need to replace all the ' with " then it works fine.Just make sure you do not also replace the ' in didn't and wouldn't in this alert statement.alert('if it didn't, you wouldn't be reading this');The ' in didn't acted as end of the quotation and wouldn't the beginning of a new quotation
__________________
Pieter N is offline   Reply With Quote
Old 06-22-2007, 10:48 AM   #3 (permalink)
 
Join Date: Jun 2007
Posts: 1
Rep Power: 0 positivepettrainer is on a distinguished road
Try this codeop-upsfunction popups(){alert("hello");alert("does this work?");alert("i think it does"); alert("if it didn't, you wouldn't be reading this");alert("now that we know it works...");alert("click OK"); alert("do it again"); alert("click OK again");alert("again");alert("ok, thats enough");alert("lets give you a choice this time");confirm("does this work?");alert("LOL! you thought you had a choice!");}
__________________
positivepettrainer is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes



All times are GMT -4. The time now is 04:56 PM.


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5
Copyright ©2006 - 2008, AJAXwith.com