Hi,
I think i made a mistake somewhere.... I can execute the following line
of code with Firefox but not IE... someone pls help!
<a href="#" onclick="window .open('video.ht ml', 'Concert 2003: I
Remember...','w idth=378, height=250, left=500, top=160'); return false;">
If i only use the first part, both can execute it correctly...
e.g.
<a href="#" onclick="window .open('video.ht ml');">
Thank you in advance...
I think i made a mistake somewhere.... I can execute the following line
of code with Firefox but not IE... someone pls help!
<a href="#" onclick="window .open('video.ht ml', 'Concert 2003: I
Remember...','w idth=378, height=250, left=500, top=160'); return false;">
If i only use the first part, both can execute it correctly...
e.g.
<a href="#" onclick="window .open('video.ht ml');">
Thank you in advance...
Comment