Banner

Sponsor

Login


Welcome Back!
Guest
Guest

Register

Lost your password?

71 users online



link popups?

link popups?

Currently viewing this thread: 1 (0 members and 1 guests)


MoogleX

MoogleX

Status: Offline!

link popups?

how can i make it so that lets say on my mainpage is a link like "wallpapers" then when you click on it a popup page with a gallery of my wallpapers opens up with links to the full image or to another section using the same pop up target?

oneos

oneos

Status: Offline!

This is probly the easiest way that i know of, add this code anywhere in the page or pages with the Wallpaper link thing

<script language="JavaScript">
<!--
function winOpen() {
window.open(
'Site Link Here ',
'popup3',
'width=800,height=600',

);
}
// -->
</script>

then link the picture or w/e to

java script:winOpen()

it should then open up in a popup of the specified size

MoogleX

MoogleX

Status: Offline!

how do i add scrollbars to the popups?

rabid49

rabid49

Status: Offline!

Like this

Code:


<script language="JavaScript">
<!--
function winOpen() {
window.open(
'Site Link Here ',
'popup3',
'width=800,height=600,[B]scrollbars=yes[/B]'
);
}
// -->
</script>

However... I would not recommend using popups, because I for instance use a popup killer because most of the popups are annoying ads. If I were you I would simply use a diffirent page for the wallpapers. But I'm not you, so I hope the code above works.

Greets

___________________

Bring it on?
You want to say "Bring it on" to people who decorate themselves with dynamite?

http://www.bushin30seconds.org

Quick Jump:

Main Navigation


Site & Graphic Design by Aeon Tan
Developed by Jeremie Pelletier & Scott Roach


NeverAPI generated this page in 0.0072 seconds.