below is my code, i need to stop thge popup window from being able to be resized and seeing toolbars etc, also the table width and height isnt working for some reason.
any help woud be great cheers.
------------------------------------------------------------
<script language="javascript" type="text/javascript">
<!--
function popitup(url)
{
newwindow=window.open(url,'name',"","width=,height=,resizable=no")
if (window.focus) {newwindow.focus()}
return false;
}
// -->
</script>
<p align="center">
<div align="center"><a target="_blank" onMouseOver="this.style.cursor='hand';" onclick="return popitup('http://www.google.com')">google</a></div>



Reply With Quote

Bookmarks