| Thread | Last Post | Replies |
|
| onreadystatechange and TR element | 30 Jun 2006 16:39 GMT | 1 |
I have specified onreadystatechange for TR element: <table id=ProductionLines datasrc="#xmlProductionLines" border="0" width="100%"> <tr onreadystatechange="LoadLineGenInfo();">
|
| Script to print several documents on click | 29 Jun 2006 18:02 GMT | 1 |
Hi... I'm looking for a javascript that by either pressing a button or a link several documents could be sequentially printed with just one click (image, .doc, .ppt, .txt, .pdf,.html, etc) as opposed to the usual script whereby
|
| accessing controls resides in Table using Javascript | 28 Jun 2006 15:26 GMT | 3 |
i'm basically asp.net programmer and never worked before with Javascript as i've just starts turning into asp.net programmer. my problem is : i've one custome control for datetime. when this object gets render in
|
| Preloading Images Error: Undefined Image1 | 27 Jun 2006 06:43 GMT | 4 |
I'm trying to preload images for jscript game but I get the error undefined image in frontpage 2002 here is the code <html>
|
| Weird result | 26 Jun 2006 11:18 GMT | 2 |
I am getting incorrect result in my JavaScript function. It took some hours to find what whas wrong, as will all nasty bugs: Here is my code: var c = 0xa3;
|
| using XMLHTTP to send param with special caractere like french acc | 25 Jun 2006 16:18 GMT | 11 |
I'm using this code to send xml string with accent caractere url = getUrl() + "process.aspx?param=" + Params; http_request.open("GET", url, false); http_request.send(null);
|
| How to create a link with an onClick event with Jscript | 24 Jun 2006 06:59 GMT | 1 |
Does anyone know how to create a link (<a> . . . </a>) with some piece of javascript code that has the onClick event set for some function that I also wrote (not a build-in function).
|
| Find which event raised the textbox onchange event | 24 Jun 2006 06:04 GMT | 2 |
I have a textbox and a div. I have set onchange event for the textbox and onclick event for the div. if I type anything in the textbox and click on the div, the onchange event of textbox fires first, then div onclick event fires.
|
| how to recover the values? | 23 Jun 2006 14:00 GMT | 3 |
I have a string which contains single values, but also arrays with different dimensions, all separated with a ",". Does it exist an (easy) way to recover each component of the string? Thanks for advice.
|
| client side table update from text file | 23 Jun 2006 08:24 GMT | 1 |
I have a page with a table in it and am trying to update the table with info input via form on another page, I am assuming the best way to do this is by outputing the form data to a text file, and then reading the file in and updating the table with jscript. I am most familiar with
|
| Using for .. in with WScript.Arguments.Named in javascript. | 22 Jun 2006 19:04 GMT | 3 |
I have an existing .wsf file written in jscript and need to improve the way the named args are handled. I want the script to catch unsupported arguments (misspelled args, hoped for args, etc) and give the user some feedback.
|
| Checkbox in datagrid to enable disable textboxes | 22 Jun 2006 13:27 GMT | 9 |
Im trying to write javascript so that when a check box in a datagrid is checked/unchecked, the textboxes in the SAME row are enabled/disabled. The code below almost works, except when i disable the textboxes, they are still editable. I need them to be locked.
|
| Help with treeview node paths??! | 22 Jun 2006 12:26 GMT | 1 |
Can anybody help me with some code to retrieve microsoft's treeview node paths from javascript? I have been trying to avoid coding this using alternative solutions but at the end I think is best to code it from scratch. Maybe somebody already did this???
|
| Mouse Event in javascript | 22 Jun 2006 08:09 GMT | 1 |
Hi Experts, I have a HTML page which contains some buttons, text boxes etc. When user click on button then javascript code is called which do any action. I want mouse coordinates when uset click the mouse on html page. So which
|
| code for interactive calendar | 21 Jun 2006 23:04 GMT | 1 |
I've been searching for code to make a interactive shared calendar for front page. Either Javascript or ASP danny
|