hoodymahood
10-31-2002, 11:07 AM
is it possible to convert the script below to make the script below popup relitive to the mouse curser like the many right click scripts i have read through them but do not understand them so have turned to you.
hope you can help me.
<script>
function openpopup(){
var popurl="m_pop.htm"
winpops=window.open(popurl,"","width=150,height=300,")
}
</script>
<a href="javascript:openpopup()" style="text-decoration: none;">^</a>
hope you can help me.
<script>
function openpopup(){
var popurl="m_pop.htm"
winpops=window.open(popurl,"","width=150,height=300,")
}
</script>
<a href="javascript:openpopup()" style="text-decoration: none;">^</a>