| Thread | Last Post | Replies |
|
| Can't get value into html form field | 18 Jul 2008 20:16 GMT | 10 |
Can anyone tell me what I'm doing wrong here? ================================== <html> <head>
|
| Preloading images stored in a database | 18 Jul 2008 19:53 GMT | 7 |
I am having trouble preloading images in a javascript application, and was wondering if anyone had any suggestions. Basically I have a bunch of images stored in a database as BLOBs. At any given point in time a subset of those images is displayed on-
|
| window.location.reload | 18 Jul 2008 18:21 GMT | 5 |
When window.location.reload(true); is executed, is the browser supposed to take notice of the fact that the content type may have changed (say, from text/html to image/jpeg)
|
| How to cancel image loading? | 18 Jul 2008 13:28 GMT | 5 |
Now, I am facing problem with canceling image loading. I have tried: var img = new Image(); img.src = "path/to/the/image";
|
| How can I get the firefox version? | 18 Jul 2008 13:08 GMT | 9 |
How can I get the firefox version?, with prior version 2.0 my site looks fine but with new version 3.0 my site changes and need to modify my scripts to works fine for all versions. Many thanks and regards.
|
| form field limits | 18 Jul 2008 11:04 GMT | 2 |
Is there a limit to how much text can be put into a form field such as a textarea? If there is is there a way to know when its been reached (without testing for new text being added)? ANdrew Poulos
|
| Changing content type | 18 Jul 2008 10:08 GMT | 10 |
I have a webpage delivers, let's say, a pdf document. The page is password protected so itially it shows HTML, but when the user logs in the page is reloaded with "window.location.reload(true)", but IExplorer is not smart enough to realize that the content type has
|
| Calling a function when passing no parameters | 18 Jul 2008 00:00 GMT | 8 |
If I have the following function: function foo(){ alert('hi'); }
|
| What version of IE/Opera was 'attachEvent()' added ? | 17 Jul 2008 20:19 GMT | 4 |
Does anyone know what version of IE and/or JScript that attachEvent was added. Also what version of Opera started supporting it ? Many thanks in advance,
|
| AutoCompleteExtender renders behind Web Controls | 17 Jul 2008 19:39 GMT | 1 |
My AutoCompleteExtender shows entries behind other Web controls. Any suggestions as to render the extender in front of controls? Thanks, William Johnston
|
| How to set the div under a text box? | 17 Jul 2008 19:37 GMT | 3 |
As the title, anyone know how to set the div just under a control or another div? Just like the google live search effect. Thanks a lot.
|
| How prevent popup window resizing in browsers. | 17 Jul 2008 19:31 GMT | 2 |
function popup_window(pageurl,width,height) { mywindow = window.open(pageurl,"mywindow","scrollbars=1,fullscreen = 0,resizable =no,menubar=no,width="+width+",height="+height);
|
| EventListeners and 'this' | 17 Jul 2008 13:15 GMT | 4 |
Greetings. I'm cross referencing another book that's introducing a new or more "appropriate" way of assigning functions to links, div's..etc. I needed an explanation on this example:
|
| How to print object attributes/values | 16 Jul 2008 23:38 GMT | 5 |
I have this alert statement alert(myObj); which when executed, alerts "[object Object]", or something similar. Is there a way I can see a list of attributes and values instead or do
|
| getting computed clip rect | 16 Jul 2008 22:45 GMT | 31 |
I have an image with a class and the class defines a clip rectangle. In Firefox 2 and 3, and Opera 9, I can access the rectangle with document.defaultView.getComputedStyle(). But that doesn't seem to work in Safari for Windows 3, nor when I use
|