|
|
 |
| Author | Post |
|---|
svincho Member
| Joined: | Thu Oct 30th, 2003 |
| Location: | |
| Posts: | 1 |
| Status: |
Offline
|
| Mana: |     |
|
Posted: Thu Oct 30th, 2003 05:56 am |
|
I am using the following code to pop open a new window from a flash movie.
on (release) {
getURL("javascript:launchwin('port/help.htm' , 'newwindow' , 'toolbar=no,width=800,height=600,left=0,top=0,status=no,scrollbars=no,resizable=no')");
}
For some reason however, the new window is 75pixels shorter (vertically) in Netscape than it is supposed to be. IE works fine.
Any suggestions?
Thanks,
Nik
|
tom Member
| Joined: | Sun Oct 12th, 2003 |
| Location: | |
| Posts: | 7 |
| Status: |
Offline
|
| Mana: |     |
|
Posted: Thu Oct 30th, 2003 10:21 am |
|
You could try resizing the window afterwards in your JS-function, like this:
WindowName.resizeTo(800, 600);
This should work in Netscape too.
|
 Current time is 11:37 am | |
|
|
 |
|
|
|
Powered by
WowBB 1.7 - Copyright © 2003-2006 Aycan Gulez
Page processed in 0.1381 seconds (11% database + 89% PHP). 16 queries executed.