943,833 Members | Top Members by Rank

Ad:
Jun 27th, 2006
0

Code to Hide TaskBar etc?

Expand Post »
Is there code to hide the taskbar in I-Net explorer, all menu icons, menu's and address bar? or perhaps make it AutoHide?
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
gendv is offline Offline
18 posts
since Jun 2006
Jun 27th, 2006
0

Re: Code to Hide TaskBar etc?

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?
Featured Poster
Reputation Points: 1536
Solved Threads: 431
Posting Expert
iamthwee is offline Offline
5,865 posts
since Aug 2005
Jun 27th, 2006
0

Re: Code to Hide TaskBar etc?

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

Quote ...
<SCRIPT LANGUAGE="JavaScript">

<!-- Begin
if (this.name!='fullscreen'){
window.open(location.href,'fullscreen','fullscreen,scrollbars')
}
// End -->
</script>
And to answer your question, it's for navigational purposes in Coursware.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
gendv is offline Offline
18 posts
since Jun 2006
Jun 27th, 2006
0

Re: Code to Hide TaskBar etc?

Hey that's simple but how do you close it? I had to terminate it using windows task manager.
Featured Poster
Reputation Points: 1536
Solved Threads: 431
Posting Expert
iamthwee is offline Offline
5,865 posts
since Aug 2005
Jun 27th, 2006
0

Re: Code to Hide TaskBar etc?

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.
Team Colleague
Reputation Points: 227
Solved Threads: 37
Made Her Cry
tgreer is offline Offline
1,697 posts
since Dec 2004
Jun 28th, 2006
0

Re: Code to Hide TaskBar etc?

Quote originally posted by tgreer ...
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.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
gendv is offline Offline
18 posts
since Jun 2006
Jun 28th, 2006
0

Re: Code to Hide TaskBar etc?

Quote ...
<form>
<input type=button value="Close Window" onClick="javascript:window.close();">
</form>
or

Quote ...
<a href="javascript:window.close();">Close Window</a>
Reputation Points: 10
Solved Threads: 0
Newbie Poster
gendv is offline Offline
18 posts
since Jun 2006

This thread is solved

Either the thread starter or a moderator has marked this thread as solved. You can most likely trust the responses and answers given. There is most likely no reason for any further responses to be posted here. If you have a related question, please start a new thread in this forum instead.

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in HTML and CSS Forum Timeline: Layers!
Next Thread in HTML and CSS Forum Timeline: Clicked Link Countdown





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC