| Thread | Last Post | Replies |
|
| newbie needs a bit more help | 31 Oct 2004 22:54 GMT | 1 |
Hi Gurus I have a form where the user can enter a date. It then uses it to find a bookmark: document.location.href='#' + form.day.value + form.month.value +
|
| window.open in same frame? | 31 Oct 2004 22:25 GMT | 1 |
I have a test in a frame called FrameTest.htm. For the results there is a Javescriptfunction. When a button is clicked the function must work in the same frame. Now I use: var correctWin = window.open('','','top=0,left=0,scrollbars=yes');
|
| strange error | 31 Oct 2004 21:53 GMT | 6 |
Hi Gurus The page below has a strange error. It seems to be working very well, just when you enter 8 or 9 for day, month or year then you get an error. I really have no idea where that is coming from. Can you help?
|
| Please help me!!!!!!! | 31 Oct 2004 21:48 GMT | 2 |
I know someone can help me. I need to get this program going so I can make Christmas gifts. http://mypublisher.com/downloadBookmaker.php is the site I want to download. I can bring the website up but can't download the software. I get "Error on Page" also "Object doesn't
|
| onchange is baffling me... | 31 Oct 2004 21:39 GMT | 8 |
I have tried every variation of the "onchange" statement below without any actual reloading of the page: The FireFox javaScript Console reports the following message: Error: missing : in conditional expression
|
| JavaScript versus Older Browsers | 31 Oct 2004 20:01 GMT | 6 |
I posted a question a few days ago entitled "Select element with no selected options". Over the course of the discussion, RobG wrote:
> This is just an example, it is not really suitable for the web since > without JavaScript it doesn't work at all and whilst I've stuck to |
| How to open a popup when popup blocker is turned on | 31 Oct 2004 20:01 GMT | 4 |
Hi Friends, I am looking for an anti-popup blocker solution, which can open popup window, irrespective whether any popup blocker is on or off. Well, I have succeeded in creating the same solution for IE, but its
|
| help oncompatibility issues | 31 Oct 2004 18:10 GMT | 2 |
I'm new to javascript, and I've been looking around for some references on compatibility issues, but didn't found much. I'm intrested in any and all kind of recommandations about which methods are supported by which browsers, and all that
|
| Replace a char at a postion in a String with another | 31 Oct 2004 15:56 GMT | 5 |
Good evening. I'd like to replace whatever character is aways at the postion 2 in a String with another character. For example, the y in wxyx with b. I'm sure it must be possible, but I'll be damned if I can find out how.
|
| about getting the size of an element | 31 Oct 2004 12:00 GMT | 2 |
hi, i was wondering how to get the size of a text element in pixels. another question: why in mozilla this doesn´t work (it does in Opera 7 and IE6) element.style.left = 50;
|
| elements of a form | 31 Oct 2004 00:33 GMT | 6 |
i'm not very good with english i will explain my problem wit an exemple: // i have a form called dati var nome_var="email"; //for exemple
|
| Onclick handler firing multiple times when it shouldn't? | 30 Oct 2004 22:27 GMT | 4 |
I have a web page that tracks clicks on certain hyperlinks. I am using attachEvent() to attach to the document onClick handler, for IE browsers. It works fine, except that for about 1 out of every 6 clicks, I get 2 to 4 click events for a single click. I know this because each ...
|
| A very basic JS question - checking number value | 30 Oct 2004 15:37 GMT | 6 |
This is a real beginner question! I have a form with a few types of products. I need to limit the number that the user puts in for quantity of each product - I have to keep it below 2.
|
| Neverending page reloading... | 30 Oct 2004 14:45 GMT | 2 |
Hey all: I have a very simple script that changes an image when the user 'OnMouseOver's it. it works without a problem, but the progress bar at the bottom of the browser window reappears with the change in image,
|
| FireFox/innerHTML and <area> tags | 30 Oct 2004 11:04 GMT | 1 |
I've been trying to set the content of a div tag with a image map for example <div name='ImageMapLayer'> <map>
|