HighDots Forums  

Where can I get a script for a pop-up or pop-in box....

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Where can I get a script for a pop-up or pop-in box.... in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Joe
 
Posts: n/a

Default Where can I get a script for a pop-up or pop-in box.... - 09-01-2004 , 09:34 AM






Where can I get a script for a pop-up or pop-in box like the one found at
the url below?
http://www.masterlistbuilder.com/

Thanks,

Joe



Reply With Quote
  #2  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: Where can I get a script for a pop-up or pop-in box.... - 09-01-2004 , 10:27 AM






There's nothing on that page you want to emulate, honestly.

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"Joe" <jgbnospam (AT) lisleaccess (DOT) com> wrote

Quote:
Where can I get a script for a pop-up or pop-in box like the one found at
the url below?
http://www.masterlistbuilder.com/

Thanks,

Joe





Reply With Quote
  #3  
Old   
Al Tenuta
 
Posts: n/a

Default Re: Where can I get a script for a pop-up or pop-in box.... - 09-01-2004 , 12:49 PM



in article ch4j7g$342$1 (AT) forums (DOT) macromedia.com, Joe at
jgbnospam (AT) lisleaccess (DOT) com wrote on 9/1/04 6:34 AM:

Quote:
Where can I get a script for a pop-up or pop-in box like the one found at
the url below?
http://www.masterlistbuilder.com/

Thanks,

Joe


Try this.

< d e v h e a d : s c r i p t l i b r a r y >

Script: 0221
Type: JavaScript
------------------------------------------------

To install this script, follow these simple steps:

1. Cut and paste this script into the HEAD of your document:

<script language="JavaScript">
<!--//BEGIN Script
function new_window(url) {

link =
window.open(url,"Link","toolbar=0,location=0,direc tories=0,status=0,menubar=
0,scrollbars=0,resizable=0,width=200,height=250,le ft=80,top=180");

}
//END Script-->
</script>

2. Cut and paste this into the BODY of your document:

<A HREF="javascript:new_window('your_popup.html')">cl ick me</A>

------------------------------------------------
ZDNet (c) 1999. DevHead and ScriptLibrary provides
these scripts as a free service to our users. The
scripts have been provided by the author for use
within the resource and are "freely distributable."
Scripts remain the property of the author, unless
otherwise indicated.



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.