
December 18th, 2003
04:16 AM
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?

December 18th, 2003
09:43 AM
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

January 20th, 2004
05:45 AM
how do i add scrollbars to the popups?

January 20th, 2004
08:37 AM
Like this
<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