CarpeNoctem
08-03-2003, 10:04 PM
OK, i know that you all must be sick of me, but i think that we are all here to learn right?
i have another question
i have a script and execution code on my page that reads as follows:
<script>
function openpopup(){
var popurl="../rec.html"
winpops=window.open(popurl,"","width=390,height=374,left=50,top= 50")
}
</script>
<p align="center"><br> <a href="javascript:openpopup()"><img src="../img/rec.jpg" width="88" height="31" border="0"></a></p>
what i did was put what is in between the <script> and </script> into a js file located at www.carpenoctem.tv/java/popup.js
i know that the problem that i have lies in the <a href="javascript:openpopup()"> but i dont know what it should read...... i tried it without the open popup.
if you take a look at www.carpenoctem.tv/test/berkowitz.html you will see what i am attempting there.... it is that little recommend this site button...
what should it read in order to work properly?
Thanks
mark
i have another question
i have a script and execution code on my page that reads as follows:
<script>
function openpopup(){
var popurl="../rec.html"
winpops=window.open(popurl,"","width=390,height=374,left=50,top= 50")
}
</script>
<p align="center"><br> <a href="javascript:openpopup()"><img src="../img/rec.jpg" width="88" height="31" border="0"></a></p>
what i did was put what is in between the <script> and </script> into a js file located at www.carpenoctem.tv/java/popup.js
i know that the problem that i have lies in the <a href="javascript:openpopup()"> but i dont know what it should read...... i tried it without the open popup.
if you take a look at www.carpenoctem.tv/test/berkowitz.html you will see what i am attempting there.... it is that little recommend this site button...
what should it read in order to work properly?
Thanks
mark