Home
Developer Blog
Ajax effects
CSS examples
Freelance jobs
Hot IT Jobs
Hot scripts
Code samples
Web hosting directory
Lotus Notes FAQ
See the new scripts recently added to Dynamic Drive.
Click here
.
Original, practical
CSS codes and examples
such as CSS menus for your site.
Search code samples
Keyword
All Categories
ASP
CSS
Dhtml
Html
Javascript
PHP
Code Samples
ASP
CSS
Dhtml
Html
Javascript
PHP
LOGIN HERE
Username
Password
Signup Now
Forgot Password
Verify Signup
Javascript >> General
How can I write an answer to a question on a text field afterclicking the question?
Visitor Ratings (0) :
Description
try the following .
Code
Select All
<SCRIPT LANGUAGE="JavaScript"><!-- function update1() { document.answer1.text.value = '42'; } //--></SCRIPT> <A HREF="javascript:update1()">What is the answer?</A> <FORM NAME="answer1"> <INPUT TYPE="TEXT" NAME="text"> </FORM>
Rate this Resource
0
1
2
3
4
5
6
7
8
9
10