Knowledge Base Contributions
Below is a list of the knowledge base entries that Henk-Johan van Rantwijk has contributed to:
- After opening a new window, I then change the info in that window by calling window.open again. How do I get that window to the top so I can see it?
window.focus() works for IE 4.x, but only once for 5.x, as further calls to focus() don't bring it t
- How do i store a cookie instantly ? ( for program testing ) Now i have to unload Netscape to force a disk write.
Due to 'one sentence' restrictions, I have placed code on-line. http://www.aurora.se/cookie.htm
- How to disable right-click context menu in Netscape 6 final release?
- How can I close all browser windows just like "exit" in Netscape?
- How do I capture events in Internet Explorer, when the events are in a child window?
- How do I get Explicit Error Messages in Netscape?
- Scrollbar=auto does not seem to work with window.open, in a popup window, can you help me?
- How could i have a Frame that sits permanently on top, no matter what link i click
- Can I detect and reload the page if Javascript is disabled after the page has loaded?
- I have multiple images I want to launch as a new javascript window, how do I do this without using multiple window open lines for each href src?
- Entirely javascript generated pages-what to do so that IE saves the generated page not the one that generated it
- how can I get 2 scripts to work on the same page in both NN and IE, I tried including the unload for both in the body but it only works in IE.
- Can firewalls/proxies be used to disable JavaScript? Where can I get some information about that?
- How to reload/restart a gif animation on Click or mouseOut?