| Thread | Last Post | Replies |
|
| An N or not a N | 01 Oct 2004 00:39 GMT | 6 |
Consider a simple onkeypress script that alerts with messages like "You typed a A!" I have written a small function that considers when it should be "You typed an A!"
|
| created element won't show up in Safari browser | 30 Sep 2004 20:03 GMT | 1 |
I have looked everywhere to try and solve my problem-- looked at W3C DOM Compatibility charts, read articles, tried debuggers, and still my script is not working. The problem I have is this. I am working on a script that dynamically
|
| XSL with tooltips | 30 Sep 2004 15:55 GMT | 3 |
I am trying to do a mouseover with tooltips with an XSL stylesheet. I want to be able to pick data from the XML using the syntax <xsl:value-of select="CHALLENGE_REMARKS"/> How do I send the data from this element to the doToolTip function.
|
| Multiple groups of radio buttons with same name? | 30 Sep 2004 14:55 GMT | 2 |
I'm trying to create a dynamic form that can have multiple groups of radio buttons (each group has two buttons) with the same name. Essentially, the form allows a user to enter as many names as they want. If they need to add more, they click an "add name" button and
|
| Can't send frame to a URL a second time IN IE5... | 30 Sep 2004 14:52 GMT | 7 |
This fails only in IE 5. It works flawlessly in IE5.5+[s], Netscape[s], Opera[s] and Mozilla[s]. I'm using javascript to navigate in my content. I can load the starting page just fine (page0.html). Any subsequent use of the below function does nothing. I'm testing tURL, and it ...
|
| Loading page and staring half way down | 30 Sep 2004 13:41 GMT | 8 |
I'm trying to go to a new page, but I want it to jump straight to a specific part of the page instead of starting at the top of the page. Anyone got any idea on how this is done? I was trying to get it to work with a <a name="here"> tag, but the
|
| <FORM> Causing problems | 30 Sep 2004 13:02 GMT | 2 |
Hello, Can anyone help with the following. I have a search option on a site, using a form, but the FORM element throws off all the layout. Is there a way to make a search work, without using FORM elements?
|
| Millisecond fade for photos | 30 Sep 2004 11:55 GMT | 2 |
I am attempting to develop a site that will allow photos to fade in gradually one over another when the link is clicked to show the next picture. I hope that I have described this correctly. Any suggestions please? Perhaps a page that is doing this at this time? I appreciate this ...
|
| Changing an INPUT textbox's TYPE property on the fly | 30 Sep 2004 11:37 GMT | 3 |
Could somebody confirm if and how I can change the TYPE of a textbox from PASSWORD to TEXT depending on whether a user checks a checkbox. In essence I have a login and password form and the end user wants the option to check a checkbox to make the Password textbox show normal text ...
|
| IE-only href | 30 Sep 2004 11:06 GMT | 2 |
I went to this site: http://www.pacificnational.com.au/corporate/contact.asp and found that the links don't work in any browser other than IE. They have links implemented thusly:
|
| OnBlur not working ! | 30 Sep 2004 10:44 GMT | 5 |
I cannot seem to get these two events to work together. If I change them to say onmousedown and onmouseup, they seem to work fine. In this case, the onclick appears to work properly but onblur does not kick in.
|
| Bizarre JS bug involving brackets (IE6/SP2) | 30 Sep 2004 10:28 GMT | 8 |
Afternoon, I have just finished fixing one of my scripts after it started generating odd errors on IE6 on WinXP Service Pack 2. For info, the IE Version is:
|
| Code works in Netscape 7.1 but not IE ---- document.getElementById('other').style.visibility='hidden'; | 30 Sep 2004 07:23 GMT | 4 |
Can anyone tell me why this code works in Netscape 7.1 but not in IE??? <SCRIPT type='text/javascript'> function makeVisible(nameOfDiv) {
|
| inserting image in title of html page | 30 Sep 2004 05:54 GMT | 5 |
I would like to insert an image into a html page title. I have been looking for information on how to do it, but haven't found any, thus here I am. I may be in the wrong place, but I could not find any other group that
|
| regular expressions and search() - vertical bar problem | 30 Sep 2004 04:36 GMT | 6 |
Hi. I have an assignment to do some validating of a form using javascript and mostly the search() method. I'm having problems getting a positive validation for phone numbers like "123-456-7890" and "123.456.7890" but not like "123.456-7890". The regular
|