View Single Post
Old 07-12-2001, 11:26 PM   #7
mhayes
Member (11 bit)
 
mhayes's Avatar
 
Join Date: Mar 1999
Location: Sault Ste. Marie, Ontario Canada
Posts: 1,122
Here is the actual code, not sure on how to do what you want, but would be interested to see the solution.


Code:
<script>
<!--
function fullwin(){
window.open("../index.html","","fullscreen,scrollbars")
}
//-->
</script>
<form>
<input type="button" onClick="fullwin()" value="Open window">
</form>
__________________
Mike

Life would be great if I didn't have to work to fish!

Last edited by mhayes; 07-12-2001 at 11:33 PM.
mhayes is offline   Reply With Quote