I have a DSL router at home that I use for a home network. I have also plugged a wireless access point into the router so the laptop can access the internet as well. My son wants to buy a wireless LAN card to access our other home computers from his room. Is there an easy way to give him...
After I use a window.resizeTo() or window.moveTo() commands, then every time I open a brower window it automatically starts up in that location and/or size everytime after that. Why does this change the defaults from here on out until those commands are used again. Other web pages I goto does...
I am now able to close the index (frameset) from inside the frame by using
window.parent.close();
and then can close the calling window by
window.parent.opener.close();
This works out fine unless there is a way to just make the original window use the features I want in the first place...
No. It did not work in the frame. I am popping up the index.html but it does not have <body> since it is a frameset. I have to put the close button in one of the frames. I guess I just don't know have to reference the hierchy to get to the opener.
I have been able to get this to work in a nornal window but the pop-up is a Frameset with a top frame and a left side navigation frame and the main frame. So the close button will be in the nav.html frame which is inside the index.html. Unless there is someway to put a button in the frameset...
I am using javascript to build some computer base training. I want to turn off all the browser menus, toolbars, scrollbars etc, along with making it fullscreen. I have only figured out how to do this with a pop-up window. I open the original window in order to call javascript to pop-up a window...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.