| Thread | Last Post | Replies |
|
| can a function change fields without having "onchange()" in field defintion? | 02 Jul 2008 23:12 GMT | 7 |
I am working with a system that allow me to add custom fields but I can not add OnChange() language to the custom fields. So I want to have a function in the header that recognizes when fieldx is changed, do a calculation with the value of fieldx and change fieldy.
|
| DOM access speed mini BenchMark : Safari vs FireFox vs Opera | 02 Jul 2008 20:38 GMT | 3 |
Based on the table shuffling code of the recent cljs thread "Randomize HTML Table Rows from JavaScript " (http://tinyurl.com/56g37t), I get this results : e.replaceChild() (SAM's code) :
|
| UI Libraries | 02 Jul 2008 20:06 GMT | 9 |
Are there any other Javascript UI libraries other than ExtJS 2.0 and Yahoo! UI library that are as good as ExtJS but without the license restrictions that ExtJS imposes on commercial usage ? I am after tree controls that have drag and drop for example.
|
| unprintable characters in a javascript produced msgbox | 02 Jul 2008 18:10 GMT | 12 |
I am wondering a bit about what I should see in a message box (or in a webpage, for that matter) when I include an unprintable ASCII character, say ASCII 255, in there. I experimented a bit on my PC running Traditional Chinese Windows 98SE and found that the following
|
| Enable text box when specific option is selected | 02 Jul 2008 17:35 GMT | 1 |
I can enable a text box with an onChange if ANY option is selected from a select list, but how do I do this for a specific selection? Even better would be if the field didn't appear until after the event. This is for those selecting "other" to tell us what "other"
|
| JSON to a Table Grid in HTML | 02 Jul 2008 17:29 GMT | 1 |
How do i load json data in to a table grid?Could some one help me out. The JSON Object is in the javascript itself.
|
| multiple parameters in function | 02 Jul 2008 11:12 GMT | 2 |
I want to pass one or two parameters to a function, such as function OpenDirSel(input, user) { }
|
| Randomize HTML Table Rows from JavaScript | 02 Jul 2008 09:42 GMT | 11 |
I have html table and this table contains 10 Rows and 2 column, I want every time this HTML page is called by the user to view the rows Randomly. How can I do this from JavaScript?
|
| How to Count the number of lines? | 02 Jul 2008 09:06 GMT | 7 |
Is there any javascript function for counting the number of lines inside a text area ?
|
| ajax wilgets javascript | 02 Jul 2008 08:18 GMT | 2 |
example dragable obj start at 0,0 user move obj to 100,100 library send ajay request 100,100
|
| Problem playing an embedded sound | 02 Jul 2008 07:14 GMT | 1 |
I am not an expert in javascript, so forgive me if all this sounds dumb. On my webpage, I have slot machine. I want to hear a click sound when the wheels stop spinning. Heres how i can SORT OF do it:
|
| newbie: removeChild() on table does nothing | 01 Jul 2008 22:06 GMT | 10 |
On index.html page I have a table with id="property_fields". <table id="property_fields" name="property_fields" border="0"> It contains set of rows with the following IDs: var propertyRows = new Array(
|
| onfocus event on Firefox | 01 Jul 2008 19:08 GMT | 1 |
I'm having a problem with Firefox 2.0.0.14 on Windows XP Professional. When I try putting an onfocus event on a page it just keeps looping indefinitely. Has anyone else had problems with this? Example code:
|
| How do I pass a string to a function? | 01 Jul 2008 17:07 GMT | 3 |
I have searched much but cannot find answer to this seemingly simple question. I have a function that builds an html element like this, which works fine: document.getElementById("message").innerHTML
|
| need some help to write a javascript function | 01 Jul 2008 16:55 GMT | 3 |
This is Aditya. I have a jsp where i am displaying more than 10,000 records and finally i am adding the values of these records in the end and displaying the total value as Total: . My Task:
|