Link to home
Start Free TrialLog in
Avatar of abdallah1973
abdallah1973

asked on

hiding a web page of keep it minimized

hi
i would like to ask is that
is there a way i can "hide" my web page
or keep it "minimize", i dont want the web page to show up(just want it "minimized")
The web page which i am using is a third party web page
i have liked it with my site
---------------
<script>
function doPopUp(){
doPopUpWindow = window.open("http://www.anythng/play.html","playsong","dependent=no,left=5000,top=50000,screenX=-1,screenY=-1,width=-1,height=-1");
}

    </script>
----------------
I want to open this page minimized and it should be minimezed i dont want any one to maxmize the page
or if it is possible to hide it
i did every thing i changed the screen x,y etc. but on my pc it show minimize on the server when i uploaded it it show the the page.
is there a way
please help.
ASKER CERTIFIED SOLUTION
Avatar of singleton
singleton
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of abdallah1973
abdallah1973

ASKER

how can i make it run on the current page
can you help me in the codeing

i used iframe but it did not work

is there any other way
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
pinaldave,
i think the solution for the problem is found, the author's turn to do something or yours.