• 0

[Edit] Full Window Opener


Question

hi all

This is a java Script Code ( Full window Opener )

<script>
<!--
/*Full screen  window opener script: Written by  (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>

I want 2 Extract Only the Code which will Make webPage Full Window , without Clicking On Open window Button ??

any 1 can help Me !! Plzzzzzzzzzzzzzzzz

Thanks

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.