View Single Post
Old 07-13-2001, 07:05 AM   #9
mairving
Staff
Premium Member
 
mairving's Avatar
 
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
Here is your code that I got from the source

lt;script>

<!--

/*Full screen window opener script: Written by Website Abstraction (www.wsabstract.com) More free scripts here*/

function fullwin(){

window.open("../index.html","","fullscreen,scrollbars")

}

//-->

</script>

<form>

<input type="button" onClick="fullwin()" value="Open window">

</form>
__________________

Want to Make $$$$ with your Computer? No Risk! Simply press shift-4 four times in a row
mairving is offline   Reply With Quote