hi Everyone,
I have a javascript problem which is probably really simple, but I cant figure it out. Basically i have a website: www.drunkenmajestic.com, which is being hosted and the domain is being forwarded by the company to my isp webspace. i am calling javascript functions for simple popup windows from within flash, and they work perfectly from the normal address which is http://users.tpg.com.au/pierce01 but because of the URL forwarding and cloaking that uses frames to hide my long address, the popups simply do not work and instead display a cannot find server message instantly when pressed. I am desperate to get this problem fixed because frequent visitors to the site will be starting any day now, and the popups provide all the content to the site so it is useless without them. PLEASE help me i will be forever in gratidtude!!
ps the javascript im using is:
function popup() {
window.open(‘filename.htm’,’’,‘toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=600,height=400,left=200,top=100’);
}
with the popup being called from flash with:
on (release) {
getURL(“java script:popup();”);
}