|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
AT&T devCentral & BlackBerry(r) Webcast Series: BlackBerry and GPS -Build Location Awareness into your BlackBerry Applications, July 10th-1:00PM EST. Register Today!
|
|
#1
|
||||
|
||||
|
window.open error
hi im trying to use this code to open a new window when the link is clicked but i just get a javascript error and no pop-up loads can anyone help me?
Code:
<a href="javascript:window.open('news.php','News','scrollba rs=yes,width=250,height=300,resizable=no');">News</a>
I cant see any problem and my browser is javascript enabled and it just doesnt work can anyone suggest any solutions? |
|
#2
|
|||
|
|||
|
RE: window.open error
Try it this way...
<a href="javascript:var w=window.open('news.php','News','scrollbars=yes,wi dth=250,height=300,resizable=no');">News</a> |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > window.open error |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|