PDA

View Full Version : Possible Javascript to help with thumbnails?


mackeydesigns
10-10-2002, 12:36 AM
I have been searching up and down for a script that will allow users or I should say "possible" members to join.

They go to the homepage, select a thumbnail/soundclip on the homepage which opens a popup window.

Now in this popup window will be the full image or audio track. We'll have something that says, click here to join!!..

What we want is when they click that link, we want that link(the signup page lets say) to open in the same window as the homepage instead of opening the page in a new window.

Any ideas?

Need a better description?

adios
10-10-2002, 03:15 AM
Sounds like a job for an <iframe>....you can use the TARGET attribute of the link (iframe name) to direct the page load. Borders can be hidden w/CSS to enhance the effect.

http://www.dhtmlnirvana.com/alchemy/iframe.htm#