i have a button within flash with the following code:
on(release) {
getURL("javascript
opup('}
The html page with this movie has the following code:
<script language="JavaScript">
function popup(arg) {
window.open(arg, "test", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width='100%',height='100%',left=200,top=20"
;
}
</script>
This works fine, but if i use a redirection service and enable URL Masking then this will not work. I get no error when i click the button, nothing happens at all.
i have put up an example to show more clearly what my problem is.
this site has a button that uses the javascript function and it works fine:
i have set up a redirection link to that page that has URL Cloaking enabled.
I was wondering why wont that same button work if you visit the site via the redirected link? It will only work if i have URL Cloaking disabled. Why would URL Cloaking effect the javascript function?
Thanks.
on(release) {
getURL("javascript
The html page with this movie has the following code:
<script language="JavaScript">
function popup(arg) {
window.open(arg, "test", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width='100%',height='100%',left=200,top=20"
}
</script>
This works fine, but if i use a redirection service and enable URL Masking then this will not work. I get no error when i click the button, nothing happens at all.
i have put up an example to show more clearly what my problem is.
this site has a button that uses the javascript function and it works fine:
i have set up a redirection link to that page that has URL Cloaking enabled.
I was wondering why wont that same button work if you visit the site via the redirected link? It will only work if i have URL Cloaking disabled. Why would URL Cloaking effect the javascript function?
Thanks.