Making Preview Windows

This is a discussion on "Making Preview Windows" within the PHP Forum section. This forum, and the thread "Making Preview Windows are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > PHP Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Apr 17th, 2006, 01:44
Junior Member
Join Date: May 2005
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
Making Preview Windows

Hello all,
I dont know where I would put my question, but I am thinking this would be the best place for it. I am using Joomla for my website, but my problem isnt with it.

I have a list of links to my affiliates, and when you mouseover them, I was wondering if there was a way to make a small window or block appear with an image of the site in it?

I want to take a small screenshot and add it to each window. Is this possible? How would I do this?

Thanks for any help.
Reply With Quote

  #2 (permalink)  
Old Apr 17th, 2006, 01:45
Most Reputable Member
Join Date: Aug 2005
Location: North Wales, United Kingdom
Age: 21
Posts: 1,093
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to sypher
Re: Making Preview Windows

Thats more of a javascript action
Reply With Quote
  #3 (permalink)  
Old Apr 19th, 2006, 20:23
Junior Member
Join Date: Apr 2006
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Making Preview Windows

sure, but like sypher said this is a javascript question. You could do something like this:
Code: Select all
<script>
function viewsite(url){
window.open(url);
}
</script>
Code: Select all
<img src="affiliate.jpg" onmouseover="viewsite('affiliates_site_here')">

Last edited by theskatepage; Apr 19th, 2006 at 20:28.
Reply With Quote
Reply

Tags
making, preview, windows

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
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Preview problem... computerad JavaScript Forum 0 Sep 7th, 2007 14:37
mp3 preview button Ice Flash & Multimedia Forum 4 Jul 14th, 2007 00:04
Font Preview Lchad JavaScript Forum 13 Dec 13th, 2006 14:06
Can C it in DW preview but not in IE csa Web Page Design 4 Feb 19th, 2006 22:14


All times are GMT. The time now is 07:32.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43