| Thread | Last Post | Replies |
|
| Clear Form Data | 29 Nov 2006 04:48 GMT | 8 |
Is it possible to clear IE's form data cache via javascript? The users of an application I am developing will find the ability to retrieve previous form data quite useful up to a point but would like to cbe able to clear it out periodically. yes, I know they could just go through
|
| How to make IE flash when minimized. | 29 Nov 2006 00:17 GMT | 1 |
I have an AJAX enabled page that should flash when the page content is updated but the window is minimized. This normally happens when a browser is updated, but not when the update is made to a refresh panel AJAX style. Is there any way to initiate the event that causes Windows ...
|
| Getting a message after page is entirely displayed | 28 Nov 2006 14:09 GMT | 2 |
I need a point on the client right AFTER everthing on the page is loaded and displayed. Is there a message I can trap at that point? I tried onload, onactivate, onfocus, but either I get the message too early, or not at all until I click on the page.
|
| where are wombats? | 28 Nov 2006 02:26 GMT | 1 |
Can someone tell me whether Wombats live only in Australia, or also on other continents? Apart from zoos, of course. We all know that Wombats are to be found in Zoos.
|
| how to automatically close a child window after its child closes | 27 Nov 2006 14:03 GMT | 8 |
I'm working with Flash movie files located on an intranet. The users want them to open in fullscreen, and the only way I've figured out how to do that is to invoke a blank screen that contains jscript which then automatically opens a window containing the movie in fullscreen. But,
|
| IE7 not checking for graphic updates | 23 Nov 2006 16:18 GMT | 2 |
I finally tracked down what's happening with IE7 and caching. My issue is that even if IE is set to 'check every time' in certain circumstances it doesn't. If there is a timer script which keeps loading the same graphic, IE will NEVER check to see if that graphic
|
| IE readyState never reaches 'complete' if scipt is in browser cach | 22 Nov 2006 19:42 GMT | 5 |
I'm using the following code to dynamically load javascript files: function LoadScript(script, callback){ function IECallback(){ var rs = window.event.srcElement.readyState;
|
| Send contents of (ASP)form to two emailaddresses | 21 Nov 2006 22:21 GMT | 4 |
NG, I have the following page; http://www.rhi.nl/vdbergmachinescontact.aspx (code below)
|
| Drag Drop to another window Body | 20 Nov 2006 10:06 GMT | 1 |
I have an anchor tag in my page <a href="http://www.mysite.com">My Site</a> Want to do a drag of this link and drop it in and already opened window. But now it opens that link in the window.knows this is default behaviour.
|
| Opening PPT slide convered to HTM in IE7 or active-x web-browser control | 18 Nov 2006 07:43 GMT | 4 |
BACKGROUND: I have some PPT slides that have been converted to HTM (ensuring that the show slide animations while browsing checkbox is checked). The original HTM slides have custom animations to allow movie (wmv)
|
| onBeforeUnload - default statement | 17 Nov 2006 18:49 GMT | 6 |
I need to remove/alter the default statement displayed in the dialog box. I want to show a dialog with my custom message only: "You will lose all your modifications!"
|
| simultaneous XMLHTTPRequest | 15 Nov 2006 10:46 GMT | 2 |
Is it possible to have more than one XMLHTTPRequest doing async post backs to server at any one time during the same session? I currently have an app that creates the two posts but the callback for the second instance does not return until the first is complete.
|
| Need help with automating IE 7 | 13 Nov 2006 23:44 GMT | 3 |
I used to have a WSH script that would set a URL for an active IE Window. It went something like this (abbreviated) var sh = new ActiveXObject("Shell.Application"); var hwins = sh.Windows();
|
| Writting to Login input window | 13 Nov 2006 06:00 GMT | 3 |
I am new to JS. I need to write js that opens URL. The problem is that when the web page is open, a login input box which i need to insert username and password and click the OK button.
|
| mozilla xslt tranformation | 13 Nov 2006 00:22 GMT | 2 |
First, Im not sure this is the correct group to post this. Here is the sample code of xslt tranformation used for IE browsers. Uing xslt processor and using addobject and addparameter. Want to know the best code for Mozilla for achieving the same.
|