navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

Link to make small popup. Help

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Microsoft FrontPage Help >> Link to make small popup. Help
Page: [1]
 
x_789

 

Posts: 29
Joined: 7/31/2002
Status: offline

 
Link to make small popup. Help - 2/16/2003 12:45:04   
Ok I searched through some diffrent threads about pop-ups but didn' t see exactly what I am looking for. What I want is a link that will spawn a new popup but I want it sized so it not a huge box so I can put some text about a link contained in the popup that will acutally give them the file. I hope that makes sense. I want a popup to spawn from a link that will be like 300x300 and be able to contain some text and a link...Thank in advace X


edit I found what I needed. Please delte...X

< Message edited by x_789 -- 2/16/2003 12:55 PM >
JointComms

 

Posts: 200
Joined: 10/6/2002
From: Windsor, CANADA
Status: offline

 
RE: Link to make small popup. Help - 2/16/2003 13:11:34   
Here' s what you need. I use similar popups at www.agile-learning.com if you want to look at the source.

<a href=" javascript:doPopUp()" >Click Here</a>



<script>


// Place this script in the <head> of your page.

var doPopUpX = (screen.width/2)-150;
var doPopUpY = (screen.height/2)-150;
var pos = " left=" +doPopUpX+" ,top=" +doPopUpY;

function doPopUp(){
doPopUpWindow = window.open(" http://" ," jointcomms" ," width=300,height=300," +pos);
}

</script>

(in reply to x_789)
leatherlips

 

Posts: 248
From: USA
Status: offline

 
RE: Link to make small popup. Help - 2/16/2003 15:08:13   
I use the one found here:

http://www.dynamicdrive.com/dynamicindex8/autocenter.htm

It' s pretty easy to use. You can see how I used it at:

http://www.westcler.org/gm/6opt/_citizenship/01.htm

Just click on any of the Answer links.

(in reply to x_789)
Page:   [1]

All Forums >> Web Development >> Microsoft FrontPage Help >> Link to make small popup. Help
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts