954,132 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Code to Hide TaskBar etc?

Is there code to hide the taskbar in I-Net explorer, all menu icons, menu's and address bar? or perhaps make it AutoHide?

gendv
Newbie Poster
18 posts since Jun 2006
Reputation Points: 10
Solved Threads: 0
 

Er I don't think so. I'm pretty sure it's something only the user has control over. Why would you want to do that anyway?

iamthwee
Posting Expert
5,950 posts since Aug 2005
Reputation Points: 1,543
Solved Threads: 439
 

haha, I did it! So simple I could kick myself.

And to answer your question, it's for navigational purposes in Coursware.

gendv
Newbie Poster
18 posts since Jun 2006
Reputation Points: 10
Solved Threads: 0
 

Hey that's simple but how do you close it? I had to terminate it using windows task manager.

iamthwee
Posting Expert
5,950 posts since Aug 2005
Reputation Points: 1,543
Solved Threads: 439
 

Any window you open, with script, you can close, with script.

The typical approach is to add a button with onclick="self.close();" .

If you're asking how a user would close a fullscreen window... toggle out of FullScreen mode (F11 on Windows platform), and close it normally.

tgreer
Made Her Cry
Team Colleague
2,118 posts since Dec 2004
Reputation Points: 227
Solved Threads: 37
 

Any window you open, with script, you can close, with script.

The typical approach is to add a button with onclick="self.close();" .

If you're asking how a user would close a fullscreen window... toggle out of FullScreen mode (F11 on Windows platform), and close it normally.

You cannot toggle as it is JS that tells it to go fullscreen. You need a JS button to tell it to close.

gendv
Newbie Poster
18 posts since Jun 2006
Reputation Points: 10
Solved Threads: 0
 
gendv
Newbie Poster
18 posts since Jun 2006
Reputation Points: 10
Solved Threads: 0
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You