Digital Point Forums
Moneygram

Go Back   Digital Point Forums > Design & Development > Programming > JavaScript
Google Analytics
Log In to view
your analytics

Reply
 
Thread Tools
  #1  
Old Mar 28th 2005, 12:39 pm
jamie smith jamie smith is offline
Peon
 
Join Date: Mar 2005
Posts: 3
jamie smith is on a distinguished road
Slideshow hyperlinks

Hello

If any one can help me with this Ill be very grateful. Basically i have adapted a slideshow for my page but I want to be able to hyperlink the images in the slideshow so that when u click on them a bigger popup image appears.Ive been trying to get it to work using a new array for the links but to no avail.

www.amalgam-models.co.uk/james/test4.htm

Thankyou
Reply With Quote
  #2  
Old Mar 28th 2005, 2:15 pm
sadcox66 sadcox66 is offline
Spirit Walker
 
Join Date: Mar 2004
Location: Tennessee
Posts: 496
sadcox66 will become famous soon enough
Code:
><LINK href="stylesheet.css" type=text/css rel=stylesheet>
<SCRIPT language=javascript><!--
  var height = screen.height;
  var width = screen.width;
  var leftpos = width / 2 - 50;
  var toppos = height / 2 - 50;
function popupWindow(url) {
  window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=150,left=150')
}
//--></SCRIPT>
call
<A class=ProductInfoImage href="javascriptopupWindow('http://yourdomain.com/popup_image.php?pID=21')"><IMG title=" SWAT 3: Close Quarters Battle " height=80 alt="SWAT 3: Close Quarters Battle" hspace=5 src="images/sierra/swat_3.gif" width=100 vspace=5 border=0><BR>Click to enlarge<IMG height=16 alt="" src="includes/languages/english/images/buttons/click_to_enlarge.gif" width=15 border=0></A>
__________________
Buy iPod Mini | Buy Digital Camera | |
Reply With Quote
  #3  
Old Mar 17th 2008, 11:40 am
JPR JPR is offline
Peon
 
Join Date: Mar 2008
Posts: 24
JPR is on a distinguished road
there are some good images scripts on a website called dynamicdrive.com have a look
Reply With Quote
Reply

Bookmarks

Thread Tools

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
DVD Photo Slideshow Software? donelle8 General Chat 1 Feb 24th 2009 1:08 am
Slideshow Opacity jamie smith JavaScript 1 Mar 26th 2005 8:18 am
Underlining hyperlinks -- should I not do this? jackburton HTML & Website Design 10 Feb 21st 2005 7:56 pm


All times are GMT -8. The time now is 3:14 am.