Código :
on(release){ getURL("http://www.suzukisound.com.ar/vcbx18.htm","blank"); }
Pero quiero agregarle que me abra la ventana a 370 x 330 px. entonces le agrego:
Código :
on(release){ getURL("http://www.suzukisound.com.ar/vcbx18.htm","blank" "width=370, height=330"); }
y me tira error.
Cual es mi problema?