Paintr
05-19-2003, 04:14 AM
I have a link that calls a pop-up window fome within a table but whwn the window opens the parent window does not finish loading, it immediately goes to a done status. How do I fix this?
<td>
<SCRIPT Language="JavaScript">
<!-- hide from old browsers
document.write('<a class="type2" href="javascript:windowHandle = window.open('+"'"+'update.html'+"'"+', '+"'"+'update'+"'"+', '+"'"+'width=400, height=400, resizable=yes, scrollbars=yes, status=yes'+"'"+'); windowHandle.focus()" onMouseOver="return Description('+"'"+'Read a pop-up list of updates for the month'+"'"+')" onMouseOut="Normal()">Monthly Updates</a>')
//-->
</script>
<NOSCRIPT>
<a class="type2" href="update.html">Monthly Updates</a>
</NOSCRIPT>
</td>
<td>
<SCRIPT Language="JavaScript">
<!-- hide from old browsers
document.write('<a class="type2" href="javascript:windowHandle = window.open('+"'"+'update.html'+"'"+', '+"'"+'update'+"'"+', '+"'"+'width=400, height=400, resizable=yes, scrollbars=yes, status=yes'+"'"+'); windowHandle.focus()" onMouseOver="return Description('+"'"+'Read a pop-up list of updates for the month'+"'"+')" onMouseOut="Normal()">Monthly Updates</a>')
//-->
</script>
<NOSCRIPT>
<a class="type2" href="update.html">Monthly Updates</a>
</NOSCRIPT>
</td>