Banner

Sponsor

Login


Welcome Back!
Guest
Guest

Register

Lost your password?

50 users online



useless java size

useless java size

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


Tekken

Tekken

Status: Offline!

useless java size

sup ppl..
i need help with something..
i want my site to open at 800x600... the site has 3 frames. and so i pasted this code <script>

// PopUp Maker 5.0 by CodeBrain.com
// PopUp Window Script
// Place this script in the <head> of your page.

var doPopUpX = (screen.width/2)-400;
var doPopUpY = (screen.height/2)-300;
var pos = "left="+doPopUpX+",top="+doPopUpY;

function doPopUp(){
doPopUpWindow = window.open("http://www.dasperdesigns.com","thing","location=yes,toolbar=yes,menubar=yes,status=yes,scrollbars=yes,width=800,height=600,"+pos);
}

</script>

and ive got nothing.. whats wrong???

___________________

Q LADILLA!!..

oneos

oneos

Status: Offline!

This is probly the easiest way that i know of, Make a little intro site (don't have to be a movie, maybe just a pic that u make) and add this code anywhere in it

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

then link the picture or w/e to

javascript:winOpen()

it should then open up in a 800x600 popup

Quick Jump:

Main Navigation


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


NeverAPI generated this page in 0.0068 seconds.