Search the web
Sign In
New User? Sign Up
1stJavaScript · This is a group where questions, suggestions, etc can be posted about HTML, JavaScript and CSS, etc.
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2180 - 2209 of 2989   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2180
ok, you can find many ready-to-use scripts at ScriptMenu.com, http://www.scriptmenu.com/ for HTML tutorials, i recommend W3Schools.com: ...
Nick Noach
zhisede
Offline Send Email
Dec 1, 2005
8:16 am
2181
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@...
Send Email
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...
ramakrishna v.s
rama_911
Offline Send Email
Dec 2, 2005
10:28 am
2183
Thank you very much! That helped......
alexvaxx
Offline Send Email
Dec 4, 2005
10:56 pm
2184
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...
testernewbie1
Offline Send Email
Dec 6, 2005
9:22 pm
2185
Can anyone advise, if a Javascript could be writen to change a Subscriber's name to a new Subscriber's name when they register>...
nichone1
Offline Send Email
Dec 10, 2005
7:57 am
2186
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...
joben1000
Offline Send Email
Dec 13, 2005
7:16 am
2187
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...
puertorock882003
puertorock88...
Offline Send Email
Dec 13, 2005
7:17 am
2188
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@...
Send Email
Dec 13, 2005
11:08 am
2189
There are loads of tutorials around, simply do a quick search. My recommendation would be to use :- ...
Robert Atkinson
ratkinsonuk
Offline Send Email
Dec 13, 2005
11:11 am
2190
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...
pinkyxxxxxxx
Offline Send Email
Dec 14, 2005
1:25 pm
2191
Try this :- <script> Var maxnum = 1000; for (i=0 ; i < maxnum+1 ; i++) document.writeln(i + "<br>"); </script> Rob. ... From: pinkyxxxxxxx...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Dec 14, 2005
1:35 pm
2192
i got a text element <input type = "text"> can i get the value of this text form using javascript? how?...
nandan_n_s
Offline Send Email
Dec 15, 2005
1:43 pm
2193
Try this :- <body> Type something into the box :- <input type="text" name="mybox" value="Initial Value" onchange="alert(this.value);"> <input type=button...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Dec 15, 2005
1:52 pm
2194
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@...
Send Email
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...
pinkyxxxxxxx
Offline Send Email
Dec 15, 2005
5:00 pm
2196
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....
com bio
combiofriends
Offline Send Email
Dec 20, 2005
12:41 am
2197
hi anonymous: ), Its possible.Use Java beans for the same. U can find info abt the same with just a google- click- search Regards, Prasad com bio...
Prasad Kowli
prasadkowli
Offline Send Email
Dec 20, 2005
8:55 am
2198
Hi, Can anyone gime the javascript to prepare a tree view structure?? Thanks in advance. pallav __________________________________________________ Do You...
pallav lodha
pallav_lodha@...
Send Email
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@...
Send Email
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 ...
jsmaster94
Offline Send Email
Dec 21, 2005
7:54 pm
2201
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...
eject venkat
ejectvenkat
Offline Send Email
Dec 24, 2005
7:15 am
2202
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@...
Send Email
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...
zelalem henock
thelalemh
Offline Send Email
Dec 24, 2005
11:02 am
2204
***************************************************************************** var biggestNumber = document.getElementById('txtBiggestnumber'); var sum=0; ...
Rastham K A
rastham.ka@...
Send Email
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@...
Send Email
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 ...
zelalem henock
thelalemh
Offline Send Email
Dec 26, 2005
9:04 am
2207
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...
ranguanilkumar_script
ranguanilkum...
Offline Send Email
Dec 26, 2005
11:41 am
2208
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 =...
Rendian Therianto
rendian_ther...
Offline Send Email
Dec 26, 2005
5:10 pm
2209
<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}...
Muhammad Farhan
farhan_e_ali
Offline Send Email
Dec 26, 2005
5:10 pm
Messages 2180 - 2209 of 2989   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help