charish2k1
09-09-2003, 05:54 PM
Here's what I'm looking for: I want a alert box that pops up once you stroll into a page. There a script for it? If so, what is it? :confused:
|
Click to See Complete Forum and Search --> : Alert box on rolling into a page charish2k1 09-09-2003, 05:54 PM Here's what I'm looking for: I want a alert box that pops up once you stroll into a page. There a script for it? If so, what is it? :confused: 96turnerri 09-09-2003, 06:07 PM are you looking for a popup box that loads when the page does, that tell the user something or asks them a question? charish2k1 09-10-2003, 06:09 PM It's gonna tell the user "This page is made for a 1024x768 resolution. Please change it for best viewing." pyro 09-10-2003, 06:25 PM You should look into an alert (http://devedge.netscape.com/library/manuals/2000/javascript/1.3/reference/window.html#1201497)... (Actually, you should work on making your pages work well on all resolutions. It's called fluid layout. Also, for the most part, alerts suck. Certainly in this instance. If I want to view your site in 1280x960 or 800x600 [the most popular resolution], what's it to you?) kjavaer 09-10-2003, 09:48 PM <body onload="alert("help")"> webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |