clankid
06-12-2003, 11:37 AM
I have this code:
<script language="javascript">
function openref(ref)
{
a = window.open(ref,'refpic','status=no, location=no, scrollbars=yes, resizable=no, width=600, height=475, top=40, left=40, toolbar=no');
return
}
</script>
I am using this script to open a new, specifically sized window when a link is clicked.
I am obviously missing the link info. My question is: what should that link reference look like? I was a dumb person when I updated my page and took out my link thinking my script would be unharmed. But, voila! My link reference is of course gone and I have no idea what it looked like.
Thanks for advice and patience.
Amber
<script language="javascript">
function openref(ref)
{
a = window.open(ref,'refpic','status=no, location=no, scrollbars=yes, resizable=no, width=600, height=475, top=40, left=40, toolbar=no');
return
}
</script>
I am using this script to open a new, specifically sized window when a link is clicked.
I am obviously missing the link info. My question is: what should that link reference look like? I was a dumb person when I updated my page and took out my link thinking my script would be unharmed. But, voila! My link reference is of course gone and I have no idea what it looked like.
Thanks for advice and patience.
Amber