Hi..... I was jus searching for the java code for editing the text in a text area..... i was un able to edit only a portion of the text in the text area.... i...
Rastham K A
rastham.ka@...
Dec 1, 2005 8:18 am
2182
hi all, i have two text boxes and a listbox (All webserver controls). the user will be entering data in both the text boxes .i want the data in the textboxes...
hi all, can anyone guide me for a good understanding and tips about this topic. i work in a company that develops websites so i would like to have a good...
Hello I am really interested in how to create an IQ test, could somebody help me please. Or could someone point me in the right direction. I would really...
I was wondering, how can I get started with Javascript, can this Language be learned fairly easily or what. I would like to build websites, but I'm wondering...
Hi, You can make a very good start by making simple html pages. Scripting languages (VB or JAVA) makes page dynamic. You may seek necessary guidance from W3C...
Avijit Dutta
dutta_avijit@...
Dec 13, 2005 11:08 am
2189
There are loads of tutorials around, simply do a quick search. My recommendation would be to use :- ...
Hi all was just wondering if someone can help me i have write a program that adds number together. <HTML> <HEAD> <SCRIPT LANGUAGE = "JavaScript"> //A Program...
Try this :- <body> Type something into the box :- <input type="text" name="mybox" value="Initial Value" onchange="alert(this.value);"> <input type=button...
hi nandan.... u can use....document.getElementById(give the ID of the text element in single quotes) <input type = "text" id="txttemp"> javascript var Temptext...
Rastham K A
rastham.ka@...
Dec 15, 2005 4:35 pm
2195
... is this script a for loop i have to do it using a for loop the biggest number 10 and then 20 and then 10,000 adding numbers from 10 to 10 and 1 to 20 and...
Hello, Say I have a webpage which takes in many user inputs through a form. Once i click the submit button in the bottom the information is sent to the server....
Hi, Can anyone gime the javascript to prepare a tree view structure?? Thanks in advance. pallav __________________________________________________ Do You...
pallav lodha
pallav_lodha@...
Dec 21, 2005 10:00 am
2199
Hi Pallav, Please see the below URL, it may help u. http://phillipweb.com/sort.htm pallav lodha <pallav_lodha@...> wrote: Hi, Can anyone gime the...
anjaneya prasad
e_anjaneyaprasad@...
Dec 21, 2005 10:49 am
2200
To make an IQ test you need to first make a function that times you. <script type="text/javascript"> var num = 0 function time(){ num++ //Adds 1 to num ...
Hai any one can tell me the how adda tool tip for image. my requirement is i have a india map with 11 cities and 11 cities. we need to mention all our...
Hi, I am enclosing a small html file. What i need to do is that the user will fill in the name and the password in the respective text boxes given. When he...
pallav lodha
pallav_lodha@...
Dec 24, 2005 11:00 am
2203
hi every body and help me any body to work with the text box not to function for number or text only just like vb if i don't want any text in vb i use...
***************************************************************************** var biggestNumber = document.getElementById('txtBiggestnumber'); var sum=0; ...
Rastham K A
rastham.ka@...
Dec 24, 2005 6:46 pm
2205
u can try this..... var txtbox = document.getElementById('Your text box Name where u enter ur number or text'); if(txtbox.value<0 && textbox.value>9) { do...
Rastham K A
rastham.ka@...
Dec 24, 2005 6:46 pm
2206
hi like visual basic select case function,which can replace this funcktion the javascript for example in vb6 select case y// some number from the text input ...
hi friends, I have one doubt in java script " if i click on a field of first page one popup page should be displayed . Until i close that popup page it should...
Hello, i'm developing an AJAX application and it seems to work in IE, but not in Firefox and Opera. Below is some part of the script: var reqLogin =...
<html><body><form name=isno><input type=text name=txt1 onchange="if (this.value<='0' || this.value>='9') {alert('This is not a valid number');return true}...