can anyone help me with relative/absoulte path.
my pop up window worked in firefox but not in IE.
here is my code
on (release) {
getURL (“javascript:Window2=window.open(‘broadway.html’,’ newWin3’,‘width=624,height=441,left=325,top=180,too lbar=No,location=No,scrollbars=No,status=No,resiza ble=No,fullscreen=No’); NewWindow.focus();void(0);”);
}
note: my broadway.html is in the same folder as my index.html.
i just don’t know why my pop doesn’t work in IE