Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Coding Forum Problems with your code? Let's hear about it.

Directory Submission Service   I Sell Pagerank   V7N Directory

Reply
 
LinkBack Thread Tools Display Modes
Old 09-25-2007, 04:21 AM   #1 (permalink)
Contributing Member
 
Join Date: 10-20-03
Posts: 90
iTrader: 0 / 0%
Latest Blog:
None

chrisnrach17 is liked by somebodychrisnrach17 is liked by somebodychrisnrach17 is liked by somebodychrisnrach17 is liked by somebodychrisnrach17 is liked by somebody
Can you specify new window sizes on a link?

We have an image on our website which when clicked on we'd like to open a new window at a certain size (i.e. 882 x 476).

It currently works for text links but we cant seem to work out how to do it for image links.

We're using FrontPage (i know it sucks but we are using it).

thanks in advance for any help
chrisnrach17 is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 09-25-2007, 08:53 AM   #2 (permalink)
v7n Mentor
 
Costin Trifan's Avatar
 
Join Date: 04-13-07
Location: Romania
Posts: 2,963
iTrader: 0 / 0%
Latest Blog:
Ok, so we're back

Costin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web pro
When you say new window you mean pop-up window, right?
If so:

Code:
function openPopup(href) { var myWindow = window.open(href, windowname, 'width=400,height=200,scrollbars=1, toolbar=0'); myWindow.focus(); }
Costin Trifan is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-26-2007, 02:43 AM   #3 (permalink)
Contributing Member
 
Join Date: 10-20-03
Posts: 90
iTrader: 0 / 0%
Latest Blog:
None

chrisnrach17 is liked by somebodychrisnrach17 is liked by somebodychrisnrach17 is liked by somebodychrisnrach17 is liked by somebodychrisnrach17 is liked by somebody
great thanks - will give that a go. does that code just need adding behind the link in the html code?
chrisnrach17 is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-26-2007, 06:24 AM   #4 (permalink)
v7n Mentor
 
Costin Trifan's Avatar
 
Join Date: 04-13-07
Location: Romania
Posts: 2,963
iTrader: 0 / 0%
Latest Blog:
Ok, so we're back

Costin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web pro
No, it should be added in a .js file, or in-line, if you wish, wrapped by the <script></script> tag.

then, your link would look like this:
<a href="javascript:openPopup('location-of-your-file')" id="..." class="...">...</a>
Costin Trifan is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
how to populate parent window from child window usin coldfusion daraptor Coding Forum 0 01-28-2007 09:53 PM
Link redirects page and opens new window theChronic Coding Forum 1 04-17-2006 06:42 PM
To or not to specify font sizes gm1234 Web Usability 3 09-01-2004 11:19 AM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 12:31 AM.
© Copyright 2008 V7 Inc