| Thread | Last Post | Replies |
|
| problem - myDiv.style.display='none' doesn't make anything invisible. | 12 Mar 2006 01:31 GMT | 2 |
Imagine I've this block of HTML: <p>Alex Schein Mailing List <input type="checkbox" name="newslettersToUse[]" value="133156"> (<a href="mcControlPanel.php" onClick="hideOrShowDivById('emailList133156'); return false;">See
|
| Problem on Safari version 1.0.3 | 12 Mar 2006 01:26 GMT | 5 |
I have the following code in my page: function formSubmit(next){ document.forms[0].button.value = next; document.forms[0].userAgent.value = navigator.userAgent;
|
| Grabbing single ASCII values pasted into a text area | 12 Mar 2006 00:50 GMT | 1 |
OK, almost there. Here's what I have so far, which handles characters as they're typed in. Could someone please show me how I would loop through all the values that are entered if a block of text was pasted in, and then grab the ascii value(s) that are > 128?:
|
| expand & collapse with divs | 11 Mar 2006 18:15 GMT | 1 |
i am displaying the following (+ & - signs are images): + click on the sign to the left to expand after user clicks on the + sign - thanks for clicking
|
| javascript access denied between jsp applications | 11 Mar 2006 17:07 GMT | 3 |
Newsgroups: comp.lang.javascript Subject: access denied when trying to pass data between jsps Date: Thu, 09 Mar 2006 10:42:01 -0800 I have two jsp applications. One written with struts and one without.
|
| Reading a Delimited File & Displaying Specific Output on Web Page | 11 Mar 2006 15:00 GMT | 1 |
I am trying to pull specific data that is in a comma delimited file into a web page. So if my comma delimited file looks like: Name,Address,Zip Fred,123 Elm,66666
|
| grey-out/disabled item in listbox | 11 Mar 2006 14:08 GMT | 3 |
Is there such thing that an item in the listbox is disabled and is appeared grey-out? How can I implement this in html/javascript? Thanks
|
| DOM for IE and Firefox | 11 Mar 2006 13:00 GMT | 6 |
I have an application with heavy usage of DOM Initially the application was supposed to be only IE specific, but now we need to support it for Firefox also. As an example consider the following HTML
|
| Row Numbers in Firefox | 11 Mar 2006 11:07 GMT | 1 |
How do I find the row & column number of the table for a checkbox on its Onclick event The following HTML sample works perfect in IE. On click of the checkboxes, I am displaying the row number and its column number. How
|
| innerHTML vs. replaceChild() | 11 Mar 2006 07:06 GMT | 9 |
Why does the FAQ (Q 4.15) recommend innerHTML when so many here say one should use createElement(), replaceChild() etc? Also, why does the "Alternative DynWrite function" at <http://www.jibbering.com/faq/faq_notes/alt_dynwrite.html> need
|
| form text boxes | 11 Mar 2006 01:59 GMT | 1 |
is there a way to allow user to hit enter in a form text box and run a javascript function rather than submitting the form?
|
| Need form onClick output to be on the same page as the form | 11 Mar 2006 01:30 GMT | 7 |
I have forgotten how to do this. Got a <form ... > with <input type="button" name="Hit Me" onclick="whatever()">
|
| Allow user to file>save dynamically changed page content? | 11 Mar 2006 00:26 GMT | 2 |
I don't know who to go with for this question, googling is not very helpful, if anyone has an idea i would appreciate it. The issue: I created a page that will be used as a template for HTML emails by non technical users. It consists of the layout, dummy
|
| Popup menu works in IE but not Netscape | 11 Mar 2006 00:12 GMT | 5 |
Greetings! I am brand new to Javascript, and I have been given a task: On our company's website, the popup menu works in IE but not Netscape. (I only care about the latest versions of both.) Apparently, the code is old, and there isn't anyone else here familiar with this sort of
|
| Regular Expression Mystery | 11 Mar 2006 00:06 GMT | 2 |
I like to code parameters to my Javascript functions within strings that look like UNIX command parameters. For instance I might say myfunc("-center -w:100% -nocache"); I've written a function to extract the value of any one flag or
|