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.