Hi Members,
I have used the below mentioned code to open a html page in a new
browser. The window size is 200 x 300. In that browser, I've given
code to open another browser of the same size. However, this is not
happening in IE 5. Can anyone help me solve this problem?
Code:
Script:
function newwindow1(newu rl)
{
popupWin=window .open(newurl,'o pen_window','me nubar=no,toolba r=no,location,d irectories,stat us,
scrollbars,resi zable,dependent ,width=200,heig ht=300,left=0,t op=0')
}
Inside the HTML Body:
<a href="#" onclick="javasc ript:newwindow( 'new.html');"
class=lin>CLICK HERE a></P>
with regards
venkat.
I have used the below mentioned code to open a html page in a new
browser. The window size is 200 x 300. In that browser, I've given
code to open another browser of the same size. However, this is not
happening in IE 5. Can anyone help me solve this problem?
Code:
Script:
function newwindow1(newu rl)
{
popupWin=window .open(newurl,'o pen_window','me nubar=no,toolba r=no,location,d irectories,stat us,
scrollbars,resi zable,dependent ,width=200,heig ht=300,left=0,t op=0')
}
Inside the HTML Body:
<a href="#" onclick="javasc ript:newwindow( 'new.html');"
class=lin>CLICK HERE a></P>
with regards
venkat.
Comment