| Thread | Last Post | Replies |
|
| Calculate field values using javascript | 28 Feb 2006 23:13 GMT | 5 |
Please excuse me if I am posting in wrong NG. Can someone explain how I can use javascript (I am assuming this is the best way to do it) to add two field values together. I.e. field 1 plus field 2 equals field 3 (this is in a php form)
|
| "is not defined" errors only in Firefox | 28 Feb 2006 19:51 GMT | 2 |
I am trying to simply make a div appear and dis-appear. The code I am using is: --- if(!document.getElementById) {
|
| Acess Dynamically Created Elements | 28 Feb 2006 19:32 GMT | 6 |
I have a textbox with an empty span element (place holder) next to it. When the user adds some text to the text box, I create a checkbox in the empty span element. When I create the checkbox I create a unique ID for the checkbox and associate an OnClick event with it. When I
|
| Call python script by javascript in html | 28 Feb 2006 19:03 GMT | 2 |
do you know if it's possible to call a python script in html page?? I want call my script pyhton and I have a html with javascript but I don't know how, do you have an example?? thanks
|
| loading order | 28 Feb 2006 18:13 GMT | 2 |
When I have something like this in a js file. listeImg = new Array(); listeImg[1] = new Image(w,h); listeImg[1].src = "centre1.jpg";
|
| Unterminated string constant in IE | 28 Feb 2006 17:06 GMT | 2 |
When i open my page in IE it shows an error Unterminated string constant om Line..... When i look at the line it shows the line where the </SCRIPT> tag is ???? Moziila dose not see this error, allso avant browser (shell for IE) dosent
|
| For Deleting child | 28 Feb 2006 17:03 GMT | 2 |
will u suggest me how to delete child from node. i have a xml file . There are four subnodes in the Contact element i have to delete subnodes value from file thank in advance
|
| How to disable a multiple selection control using javascript | 28 Feb 2006 15:56 GMT | 2 |
I have a script like below: ------------------------------------------------------------------------------------------------------------------------ <html> <head>
|
| match(regexp) deciphering | 28 Feb 2006 15:16 GMT | 2 |
Hello all, I'm new to javascript--not too new to a few other programming languages--and I need your help deciphering the Regexp in the following string. Regular expresions are hard enough in Python, and since I am new to javascript they are even harder. Well here's the
|
| Substring a value for display and concatenate for validation? | 28 Feb 2006 15:03 GMT | 1 |
I have a validation script for upc codes which is currently working for values that are entered into one text box. I've been asked to break up the text box into 3 separate fields to accept the 1st digit, middle 10 digits, then last check digit. What I'm doing is substringing the
|
| undefined field error message | 28 Feb 2006 14:42 GMT | 5 |
I have a script that is supposed to check if one of the radio buttons in a form is checked and either display an "alert" or go to another page. <html>
|
| scrolling tables | 28 Feb 2006 14:33 GMT | 12 |
trying to use this script for scrolling tables found at this link: http://www.litotes.demon.co.uk/example_scripts/tableScroll.html The top left corner in the table grid is hidden from being displayed. I see:
|
| Ajax Problem | 28 Feb 2006 13:00 GMT | 8 |
Hi, I used the code below for a function that I have to repeat with the same code. Samething like the stars in gmail for example that with one click I sign a message, with the second I sign-off the message. My code work perfect with Firefox but with Mozilla it work only the first
|
| JavaScript Web Application with Drag and Drop - Easy to do? | 28 Feb 2006 11:28 GMT | 1 |
I have been asked how easy it would be to develop a web application where by I have a number of images on the left of the screen that could be dragged and dropped onto a map on the centre of the screen and the position of where the dragged item was dropped stored.
|
| How to connect client-side file | 28 Feb 2006 08:35 GMT | 1 |
I want to connect client-side (my PC) file with a specific server-side(My web server) Webpages. In vbscript, some infomation of client-side is accessible (for example; Browser info,...), but I don't know about files of client-side.
|