| View previous topic :: View next topic |
| Author |
Message |
Undean The Second

Joined: 21 Jan 2008 Posts: 221
|
Posted: Fri Mar 14, 2008 12:35 pm Post subject: I found another bug |
|
|
Heres a new bug. It appears at the top of the screen.
"); function NewWindow(mypage, myname, w, h, scroll) { var winl = (screen.width - w) / 2; var wint = (screen.height - h) / 2; winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable' win = window.open(mypage, myname, winprops) if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); } } |
|
| Back to top |
|
 |
John

Joined: 09 Oct 2007 Posts: 392
|
Posted: Fri Mar 14, 2008 5:26 pm Post subject: Re: I found another bug |
|
|
| Undean The Second wrote: | Heres a new bug. It appears at the top of the screen.
"); function NewWindow(mypage, myname, w, h, scroll) { var winl = (screen.width - w) / 2; var wint = (screen.height - h) / 2; winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable' win = window.open(mypage, myname, winprops) if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); } } |
It's fixed |
|
| Back to top |
|
 |
Undean The Second

Joined: 21 Jan 2008 Posts: 221
|
Posted: Fri Mar 14, 2008 9:21 pm Post subject: |
|
|
| Its still there. |
|
| Back to top |
|
 |
John

Joined: 09 Oct 2007 Posts: 392
|
Posted: Sun Mar 16, 2008 12:22 am Post subject: |
|
|
| Undean The Second wrote: | | Its still there. |
On which page is it still there? |
|
| Back to top |
|
 |
Crimson Terror

Joined: 10 Feb 2008 Posts: 125
|
Posted: Sun Mar 16, 2008 12:51 am Post subject: it is on all pages |
|
|
| it is on all pages, at the top of the screen |
|
| Back to top |
|
 |
John

Joined: 09 Oct 2007 Posts: 392
|
Posted: Sun Mar 16, 2008 3:54 pm Post subject: Re: it is on all pages |
|
|
| Crimson Terror wrote: | | it is on all pages, at the top of the screen |
Oh, I see what I did with it. |
|
| Back to top |
|
 |
|