hi all,
i tried to figure it out myself with some other threads. but, it didn't work. my guess is, that the parameter has a wrong form...i tried it several different ways...with no success. ok...here are the scripts.
flash:
on (release) {
getURL ("javascript:fensterauf('details/bild_01.htm')"
;
}
in the html file:
<script language="JavaScript" type="text/javascript">
<!--
function fensterauf(url)
{
win = window.open(url, 'width=800,height=600,locationbar=no,menubar=no,scrollbars=no,statusbar=no,toolbar=no');
}
-->
</script>
can somebody help, please.
tnx
adrian
i tried to figure it out myself with some other threads. but, it didn't work. my guess is, that the parameter has a wrong form...i tried it several different ways...with no success. ok...here are the scripts.
flash:
on (release) {
getURL ("javascript:fensterauf('details/bild_01.htm')"
}
in the html file:
<script language="JavaScript" type="text/javascript">
<!--
function fensterauf(url)
{
win = window.open(url, 'width=800,height=600,locationbar=no,menubar=no,scrollbars=no,statusbar=no,toolbar=no');
}
-->
</script>
can somebody help, please.
tnx
adrian