Printable Version of Topic

Click here to view this topic in its original format

HTMLHelp Forums _ Client-side Scripting _ IE Pop Ups

Posted by: Suzy Aug 31 2006, 05:09 PM

I have been to several web pages that have a cute little IE pop up with personalized info on it, how would one do this? I'd really like to add one to my page. Any help greatly appreciated smile.gif

Posted by: John Pozadzides Aug 31 2006, 05:28 PM

QUOTE(Suzy @ Aug 31 2006, 05:09 PM) *

I have been to several web pages that have a cute little IE pop up with personalized info on it, how would one do this? I'd really like to add one to my page. Any help greatly appreciated smile.gif

Suzy, can you give us an example of a site? I'm not sure that this is something that actually requires flash or multi media, so we might move this thread to the HTML area.

If all you want to do is cause another window to pop open with some information in it, you can accomplish that with simple HTML. This might be the answer you are looking for: http://htmlhelp.com/faq/html/links.html#new-window

Please let us know if you have other examples or mean something different.

John

Posted by: Suzy Aug 31 2006, 07:51 PM

Thank you for you quick reply...I will try this, ofcourse now that I want to find a page with that on, I can't...I will look some more if this doesn't work I appreciate your help.

Posted by: Suzy Sep 2 2006, 03:36 PM

I did find one, but you'd be unable to view unless a member, so I did take a screen shot to show you. Thanx again!
Suzy


IPB Image


Posted by: Christian J Sep 2 2006, 04:04 PM

That's a javascript alert box, its exact appearance depends on the browser. Here's a basic one:

CODE
<script type="text/javascript">
alert('Hi');
</script>


To make line breaks etc, see http://members.aol.com/grassblad/html/alerttricks1.html

I should add that returning visitors will soon get tired of it.

Posted by: Suzy Sep 3 2006, 02:29 AM

Thank you so very much I'm sure it will get old fast, but something different (for now) and I have the need to learn all of this stuff LOL You don't know how much I appreciate your help. Thanx again,

Posted by: pandy Sep 3 2006, 02:54 AM

That's right, Suzy. When learning you should use all the stuff, the good and the bad. Besides, alerts are good for debugging JavaScript code so you have to know how to use one. happy.gif

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)