|
-
Jul 31st, 2002, 07:15 AM
#1
Thread Starter
Fanatic Member
window.open (resolved)
on a web page, i'm using this code to open a new window:
Code:
function openwin(url,x,y) {
window.open(url, '_new', 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width='+ x +',height='+ y);
}
which works fine. but from within this new window, i want to open yet another window, but when i use that code again, it just loads the new page in the same window. is there any way i can fix that?
thanks
Last edited by tr0n; Jul 31st, 2002 at 08:18 AM.
-
Jul 31st, 2002, 07:36 AM
#2
Fanatic Member
-
Jul 31st, 2002, 08:17 AM
#3
Thread Starter
Fanatic Member
ahh, thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|