hello i need the html code for new window nothing else but the box.?

Jada Marasigan

New member
i cant get rid of the http:// bar. this is what i have now

<script type="text/javascript">
function afunction()
{
window.open("????????????",null,
"height=800,width=2000,status=no,
toolbar=no,
menubar=no,
location=no,
resizable=yes,
scrollbars=no,
address=no,
directories=no,");

("bigpage.html","bfs","fullscreen")

}
</script>
 
Back
Top