Quizzes & Puzzles8 mins ago
Javascript window hide
3 Answers
How can i hide an internet explorer windo using javascript?
Is it possible?
I have a suspicion its possible but i've tried several scripts and they don't work, they either don't hide the window or hide all of the open internet explorer windows.
Help is required please... �Ĉlive �
Is it possible?
I have a suspicion its possible but i've tried several scripts and they don't work, they either don't hide the window or hide all of the open internet explorer windows.
Help is required please... �Ĉlive �
Answers
Best Answer
No best answer has yet been selected by Wix. Once a best answer has been selected, it will be shown here.
For more on marking an answer as the "Best Answer", please visit our FAQ.
-- answer removed --
Try moving the window to someplace off screen (i.e., give it minus values).
windows.move()? I forget entirely. But that's the idea.
You can't actually hide them though. And all this assumes that the browser is allowing you to move their windows (firefox etc. can block this).
Not sure why you'd want to really..
windows.move()? I forget entirely. But that's the idea.
You can't actually hide them though. And all this assumes that the browser is allowing you to move their windows (firefox etc. can block this).
Not sure why you'd want to really..
I explained it badly. Here is what i'm trying to do.
I'm building a program, the program opens an internet explorer process to contact a server. To avoid to user tampering with the window i need to hide the process.
Using javascript would be ideal but if its not possible, using another major programming language would work.
Before you ask i'm not uilding anything malicious, i'm building an anti-malware program.
I'm building a program, the program opens an internet explorer process to contact a server. To avoid to user tampering with the window i need to hide the process.
Using javascript would be ideal but if its not possible, using another major programming language would work.
Before you ask i'm not uilding anything malicious, i'm building an anti-malware program.
Related Questions
Sorry, we can't find any related questions. Try using the search bar at the top of the page to search for some keywords, or choose a topic and submit your own question.