Lawn Gnome
08-16-2005, 02:50 AM
I have a script that opens a fullscreen popup, but i want to know if u can make it smaller but still have nothing around it but the html page. so its like a fullpage opener but its small.
<script>
<!--
function fullwin(){
window.open("../####.html","","fullscreen")
}
//-->
</script>
<input type="button" onClick="fullwin()" value="Open window">
<script>
<!--
function fullwin(){
window.open("../####.html","","fullscreen")
}
//-->
</script>
<input type="button" onClick="fullwin()" value="Open window">