| Thread | Last Post | Replies |
|
| options[i].selected=false not working in IE7 | 31 Mar 2007 23:08 GMT | 4 |
I have a select element containing a list of names. I also have a button to enable the user to enter a new name. When the user clicks the new name button I want to any option shown as selected to be unselected.
|
| JavaScript in IE7 | 31 Mar 2007 18:21 GMT | 3 |
I've got some problems with JavaScript in IE7... I'll try to describe the situation... I'm writing a toolbar for IE7. After IE loaded the page, the toolbar changes the code of the page. It adds some JavaScript code.
|
| assigning session a javascript value in javascript function | 31 Mar 2007 18:11 GMT | 1 |
Hello Guyz.. I want to assign a varascript value to a session object in javascript function... like i have an image and onClick i am calling a function sort_(str)..
|
| Output of select values are numerals instead of state and county | 31 Mar 2007 17:32 GMT | 5 |
I have a dynamic pulldown list (ASP with javascript) that when a user picks a state, the corresponding counties for that state appear in a dynamic second pulldown list. When I submit the form, the values for state and county are numerals 1 (for the state) and 2 (for the county
|
| soft 404 | 31 Mar 2007 17:13 GMT | 1 |
Hi all javascript gurus, I made a diary page where I use xmlhttp to ignore pages with no entry of a specific date. However, I've soon found out after uploading my pages that the server returns a 200 OK message even if the link is
|
| Popup window opener reload from iframe | 31 Mar 2007 17:11 GMT | 1 |
I have an application where a link in an iframe in the main page opens a popup with another iframe. This popup iframe has links which when clicked should reload the main page and/or the iframe in the main page. The following works with IE but fails with Firefox.
|
| missing ) after argument list error | 31 Mar 2007 14:59 GMT | 5 |
I try to call onchange a function and get "missing ) after argument list" error Probably systaxis issue Thanks in advance for any help!
|
| Setting options on a select box (ComboBox) - in another window | 31 Mar 2007 13:42 GMT | 2 |
I use this to read on the value of my "parent" window. stemp=window.opener.document.forms[0].workgroup.value; Works well. Say, I'd like to add an items to that, and select it?
|
| printing an <html> ... </html> string using <href> | 31 Mar 2007 11:36 GMT | 1 |
var poster="<html><head> ..... etc .... </html>"; var animal='dog'; The string contains images and text that changes. Originally I wanted to do something like
|
| About the DOM document object | 31 Mar 2007 09:22 GMT | 7 |
In an if statement with "document.images" as it's expression, does it simply check if there are any image elements in an HTML page? I'm assuming if it finds any that the expression will return true and execute the statements within the if.
|
| Using drop down to chagnge value of hidden form field | 31 Mar 2007 08:32 GMT | 3 |
I have a form like so: <FORM NAME="form1" METHOD = "post"> <SELECT NAME="select"> <OPTION VALUE = "1">Option 1</OPTION>
|
| javascript equivalent for vbscript Date()-1 | 30 Mar 2007 23:46 GMT | 21 |
I'm looking to return DATE ONLY for yesterday's date. No seconds, milliseconds. Formatted either yyyy/mm/dd or mm/dd/yyyy. VB does it so easily Date()-1 will return 03/27/2007 if today is 03/28/2007. Why so many hoops for javascript? Any ideas?
|
| Malicious code with limited character set? | 30 Mar 2007 23:40 GMT | 4 |
Some software I work on needs the ability to evaluate arithmetical expressions at run-time. (Specifically, the user can enter a custom formula to calculate the number of vehicles required to hold certain sizes of container.) Since the C# libraries do not offer this, we are
|
| Regexp - negative match for fixed string (vs. a char list)? | 30 Mar 2007 23:19 GMT | 4 |
Is there a way in a regexp to *not* match a fixed string value? Using [^blah] gives matches to anything not containing *any* of letters b,l,a and h. Whereas I want to match anything that does not containing the exact string 'blah', i.e. *all* the letters.
|
| "Set Next Statement" using the Mozilla JavaScript C API | 30 Mar 2007 22:36 GMT | 1 |
I am using the Mozilla JavaScript C API and I have been able to use it to write a small application that can execute a script, set breakpoints etc. However, I have not quite figured out how to move the execution to a different line. e.g. the code runs and stops (due to a
|