hey i am redesigning a website for my restaurant.
here is the link to what i have done so far (please note the only pages that should work are the main page, and the about us page).
http://www.thebluehorse.net/PREVIEW (preview IS case sensitive)
anyway.
as you can see when you get to the main flash movie there is a thumbnail button of a xml calendar i have embedded in an html file. Now when you view the site in firefox, the pop up works perfectly. but when you open in IE, and click the thumbnail, nothing happens, and the bottum left status bar says there are errors within the page. WHAT DID I DO WRONG. Here is the script…
on (press) {
getURL("javascript:window.open('cal.html','the win','height=610,width=960,toolbar=no,scrollbars=no'); void(0);");
}