| Thread | Last Post | Replies |
|
| How to Shrink image size when browser size is reduced | 01 Apr 2005 00:51 GMT | 4 |
Is it possible for an image to SHRINK (both height and width, keeping same h/w ratio) when the browser's width is reduced? It's easy to have both h & w increase, as needed, to fill up 100% of the <td>, but I don't see how to have the image shrink.
|
| RegEx re Replace | 01 Apr 2005 00:10 GMT | 7 |
Can someone help me out? I'm looking for a regular expression that inserts a space into a string after every fourth byte (except the last). Specifically, this is to display credit card numbers.
|
| no such interface supported when checking parent.frame.document | 31 Mar 2005 22:40 GMT | 2 |
I have some code that checks to see if a document object exists in a sibling frame before continuing processing like: if (parent.frames[4].document){ ...
|
| Submit a form with Javascript | 31 Mar 2005 22:20 GMT | 1 |
I have this problem : when I submit a Form with the usual <html:form name="myForm" action="/myAction" type="org.apache.struts.validator.DynaValidatorActionForm"> .....
|
| Changing Date.setMonth() behavior | 31 Mar 2005 21:48 GMT | 5 |
Is there a way, besides writing another method, to make Date.setMonth() do something more useful than nothing when the month in question creates an invalid date? If I try d=new Date();
|
| New to Javascript | 31 Mar 2005 20:43 GMT | 7 |
I am new to javascript. I used the code below in Netscape 7.0 and in IE 6.0. The Javascript portion does not render in Netscape , but it does show in IE. Can someone explain why? Any helpful insight would be appreciated.
|
| scrollbar | 31 Mar 2005 20:38 GMT | 7 |
I want to display a link on the bottom of a webpage to go to the top, but only if the user has to scroll down. If there's a small page, this link has no use. I'm using the following code (in the body onload)
|
| Javascript equivalent of CSS border? | 31 Mar 2005 17:33 GMT | 3 |
Can any tell me what is the javascript equivalent of CSS border? I would like to change the border of my cell when it is set on focus. I have tried onFocus="style.border='3px'" but it is not working. Thanks
|
| Are XmlHttpRequests being cached? | 31 Mar 2005 16:46 GMT | 1 |
I have a situation where I'm using XmlHttpRequests to update some data in a table every few seconds. The script that executes when the data comes into the browser checks to see if the data has changed compared to that currently displayed - if it hasn't changed, it does not update
|
| Need to detect Safari Browsers | 31 Mar 2005 10:21 GMT | 4 |
I got this javascript code below and each time i got to a safari browser it thinks its netscpe any ideas. But i threw in Safari code but it doesn't work. var browserName=navigator.appName;
|
| Firefox & getElementById('main_txt') doesn't work | 31 Mar 2005 08:15 GMT | 1 |
Howdy, I've got here a sample of my function which is supposed to fade a certain piece of text to another colour. This line is then located in a for loop and it works pretty well in IE 6. However, in Firefox, and thus
|
| How to implement server push operation | 31 Mar 2005 07:14 GMT | 1 |
I am developing a Web Interface for a embedded target using CGI-C. I have a requirement, which requires a HTML page to be continuously updated by the server.ie.,I am dynamically updating the fields of the HTML page using Javascript. I generate the javascript code from "C".
|
| fade font colour to another | 31 Mar 2005 06:07 GMT | 3 |
I'm trying to build a script which will fade the colour of my text to another. Now I've got here a litte problem. Whene ever I want to replace one of the numbers in: document.getElementById("main_txt").style.color = "rgb(0,0,0)";
|
| Window.Navigate in Firefox not working | 31 Mar 2005 05:11 GMT | 2 |
I have a dropdown on a page (contact_us.asp) that when it is changed the page reloads and displays the contact details selected, to do this i have a onChange() running on the dropdown and that runs a function in my javascript.
|
| Defered loading of external Javascript files and Safari | 31 Mar 2005 03:09 GMT | 5 |
I want to load an external javascript file, get its results and stick them inside a <div> block. I also want to do this in several places on a web page. This way the browser doesn't have to wait for the external resource to
|