Go Back   CodingForums.com > :: Client side development > JavaScript programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 06-03-2009, 07:36 AM   PM User | #1
lexie
New to the CF scene

 
Join Date: Jun 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
lexie is an unknown quantity at this point
Exclamation javascript need help badly.

Hi guys. I have a problem.
Code:

Code:
<form id="studentform" name="studentform" method="post" action="studentcreation.jsp">
 
		<td align="right">Id no</td>
		<td>
			<select style="width:200px" name="idno" id="idno">
      		<option></option>
    			</select>
		</td>
	   </tr>	
		<tr>
		<td align="right">Student Name</td>
		<td><input name="studentname" type="text" id="studentname" size="29"></td>
what i want to happen is in the dropdown, i have codes there that shows all the idno in my database. so when i click the idno, the corresponding student name will appear in the studentname textfield. can someone help me on how to do it? i think javascript onClick will be used here. any thoughts? thank you.

Last edited by lexie; 06-03-2009 at 07:42 AM..
lexie is offline   Reply With Quote
Old 06-03-2009, 08:35 AM   PM User | #2
Philip M
Supreme Master coder!

 
Philip M's Avatar
 
Join Date: Jun 2002
Location: London, England
Posts: 17,036
Thanks: 197
Thanked 2,411 Times in 2,389 Posts
Philip M has a spectacular aura aboutPhilip M has a spectacular aura aboutPhilip M has a spectacular aura about
You need to do this server-side, for example with an AJAX call.

Are you really planning to have all the (numerous?) students' id numbers in a dropdown?


Do please read the posting guidelines regarding silly thread titles. The thread title is supposed to help people who have a similar problem in future. Yours is useless for this purpose.
Philip M is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 06:08 AM.


Advertisement
Log in to turn off these ads.