I've been given a flash banner and told to make it a hyperlink.
I tried this: <script type="text/javascript">
Document.getEle mentById("flash content").oncli ck = function(){
window.location ='http://www.website.com '; }
</script>
but received an error stating that "Document" was undefined.
I also tried this:
<div class="linkdiv"
onclick="javasc ript:location=' http://www.website.com '"
id="flashconten t"which makes the white space in the <diva hyperlink
that works but not the flash banner.
I tried this: <script type="text/javascript">
Document.getEle mentById("flash content").oncli ck = function(){
window.location ='http://www.website.com '; }
</script>
but received an error stating that "Document" was undefined.
I also tried this:
<div class="linkdiv"
onclick="javasc ript:location=' http://www.website.com '"
id="flashconten t"which makes the white space in the <diva hyperlink
that works but not the flash banner.
Comment