|
|
 |
| Author | Post |
|---|
ervincj3 Member
| Joined: | Mon Oct 20th, 2003 |
| Location: | Manila, Philippines |
| Posts: | 2 |
| Status: |
Offline
|
| Mana: |     |
|
Posted: Tue Oct 21st, 2003 03:44 am |
|
can I center a new opened window using this code:
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')");
}
THANKS YA OL!!!!!
|
 Current time is 12:53 pm | |
|
|
 |
|
|
|
Powered by
WowBB 1.7 - Copyright © 2003-2006 Aycan Gulez
Page processed in 0.1332 seconds (12% database + 88% PHP). 17 queries executed.