Hi- I am new to the forums, but was hoping someone could help me with this…
I designed a site in flash that uses javascript to load the “work” section:
on (release) {
getURL (“javascript:NewWindow=window.open(‘http://francescrohn.com/work.html’,'Frances Crohn: Work’,‘width=820,height=620,left=0,top=0,toolbar=N o,location=No,scrollbars=Yes,status=Yes,resizable= Yes,fullscreen=No’); NewWindow.focus();void(0);”);
}
This works fine on my mac in safari and firefox, but doesnt work in IE on my client’s pc… any suggestions would be greatly, greatly appreciated!!