Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
css for a pop-up window
Old 10-06-2005, 12:11 PM css for a pop-up window
Experienced Talker

Posts: 31
Trades: 0
Hi,

I use this script to get pop-up window when I click on some links.
I would like to have the text contained in the pop-up to be in verdana.

Quote:
<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,men ubar=1,resizable=0,width=400,height=400,left = 362,top = 184');");
}
// End -->
How to do that?
agu12 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 10-06-2005, 12:54 PM
sdcdesign.co.uk's Avatar
Extreme Talker

Posts: 198
Location: High Wycombe, Buckinghamshire, London
Trades: 0
Getting the text to be verdana is nothing to do with the javascript.


You need to edit the page that is opened from your page.

Say you have a link: <a href="popUp('mypage.html');">open link</a>

You will need to edit 'mypage.html' to get the font verdana.
__________________
[ Insert witty, yet highly intelligent signature here ]
sdcdesign.co.uk is offline
Reply With Quote
View Public Profile Visit sdcdesign.co.uk's homepage!
 
Reply     « Reply to css for a pop-up window
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.09450 seconds with 12 queries