| Thread | Last Post | Replies |
|
| Player/Program associated with a given extension | 30 May 2006 22:13 GMT | 2 |
The code being executed in a HTML page, client side, is it possible to find the player(s) or the program(s) associated with a given extension ? I know this information is available from the registry key HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts, but I doubt ...
|
| Maximum length for element name | 30 May 2006 20:45 GMT | 6 |
Is there any restriction for the length of element names? Whats the maximum length given for an input element. thanks in advance praveen
|
| Donwloading image status messsage | 30 May 2006 15:44 GMT | 3 |
I have a table which contains a lot of images. Just after the table I have an inline script which takes the outerhtml of the table and assign it to a Javascript variable. I dont want the table in GUI after assigning outerhtml to javascript
|
| Change div's opacity doesn't work | 30 May 2006 11:00 GMT | 8 |
I have about 10 divs. Each div shows some data which refreshes from time to time. I am trying to highlight the divs which were just refreshed (It's possible that only some of the divs will be refreshed and not all) so that it would
|
| Right Mouse/Context Menu | 29 May 2006 14:45 GMT | 1 |
Is there any way to replace the right mouse menu or create your own menu to have it execute other commands?
|
| PNG | 29 May 2006 09:46 GMT | 2 |
How to put a png image with transparancy similar to a gif with scripting. I want to put a transparant png instead of a gif. I know the gif should be: myPic=new Image();
|
| Available heigth and width in a page | 29 May 2006 09:12 GMT | 2 |
Is it possible to find the available heigth and width of a html page once it's opened through a jscript window.open (.....) where the width and heigth of the window are specified ? By available height and width, I mean after deduction of the blue borders, and any tool or status ...
|
| Cant highlight column headers when editing views | 29 May 2006 06:49 GMT | 2 |
I am trying to edit column layouts in views and advanced lookups but I cannot hihglight the column header. The mouse icon changes to a hand when I hover over the column header name, but when I left click it does not highlight the actual column
|
| Classic ol' "Automation server Can't create object" | 27 May 2006 11:12 GMT | 14 |
I made some code, that's gonna be used in a local intranet, with NO webserver involved (the whole site runs off a few HTML files and that's it). It's quite plain and simple. There's a section however in the intranet where I want to display the
|
| wma meta data modifications | 27 May 2006 00:16 GMT | 1 |
Friends, I have done enough searching on the wma meta data changing. All I find is a GUI interface based metadata editor. I am looking for a scriptable solution. I should be able to do this
|
| Using XMLhttp's cache properly | 26 May 2006 16:25 GMT | 2 |
I've been trying to get javascript to retrieve some data using the xmlhttp object. The page I call uses the correct headers to make it redownload the page if the servers version is newer, or returning error code 304 if its current,
|
| Disable parent window if child window is opened | 26 May 2006 15:29 GMT | 8 |
Can any one suggest the code for this..... Iam opening one new window with target as "_blank" from my jsp.... when the new window is opened i want to disable the parent window.... Thanks in advance.
|
| Forms Help | 25 May 2006 15:07 GMT | 1 |
I am trying to create a page with a drop-down select upon it. When the user clicks on a selection I want a new frame to appear with a new URL (associated with the selection) appearing in it. previously when I have used select I have passed the value to the new page,
|
| Problem with Microsoft.XMLHTTP | 25 May 2006 02:40 GMT | 6 |
Hello Guru's, Can anyone explain to me what is wrong with the following code? (Please forgive the formatting. function getResultSet() {
|
| Initial browser launch displaying a window w/o menus or toolbar et | 25 May 2006 00:47 GMT | 3 |
I have a little C++ task tray application that uses the default browser to set some preferences. I'm launching the default browser and linking to my preferences page from the C++ code using CreateProcess() and this works fine. However, when I launch the browser, I get all of the ...
|