|
|
 |
| Author | Post |
|---|
ervincj3 Member
| Joined: | Mon Oct 20th, 2003 |
| Location: | Manila, Philippines |
| Posts: | 2 |
| Status: |
Offline
|
| Mana: |     |
|
Posted: Tue Oct 21st, 2003 03:48 am |
|
Can I use this code to center a new opened window?
--
javascript function:
var newwin;
function launchwin (winurl,winname,winfeatures)
{
newwin = window.open(winurl,winname,winfeatures);
}
-------
then reference this function using getUrl();
on (release) {
getURL("javascript:launchwin('items/item1.html' , 'newwindow' , 'toolbar=no,width=500,height=300,left=0,top=0,status=no,scrollbars=no,resizable=no')");
}
--
THANX YA OL!!!
|
 Current time is 11:03 am | |
|
|
 |
|
|
|
Powered by
WowBB 1.7 - Copyright © 2003-2006 Aycan Gulez
Page processed in 0.1294 seconds (17% database + 83% PHP). 17 queries executed.