Forums

ASP

This topic is locked

Dynamic Text Box

Posted 06 Feb 2004 20:30:28
1
has voted
06 Feb 2004 20:30:28 Tommy Ready posted:
Hello,

I have an online application that user select a course from. Once they select the course I want the dates to appear into a textfield. Whats the easiest way to do that, and will i have to refresh the form?

objects:
1 drop down list
1 text field

Lets say I have a access class on 4-1-04 right. I have a dynamic drop down list that has all my courses. Right...so if they choose Access in the drop down list I want 4-1-04 to show up in the text field? Thnx in advance for any and all help!

smooth

Dreamweaver MX | Flash 5/MX | Visual Studio 6.0 | Visual Studio .NET

Replies

Replied 09 Feb 2004 12:26:58
09 Feb 2004 12:26:58 Lee Diggins replied:
Hi smooth

You can do this either on the client using javascript, which will only work if the client has javascript enabled, (current internet stats show 16% don't), or using a jump menu posting back to the same page with a name/value pair appended to the querystring, which can be your 'display field' default value.

Digga

Sharing Knowledge Saves Valuable Time!!!
Replied 09 Feb 2004 14:53:05
09 Feb 2004 14:53:05 Tommy Ready replied:
thnx...I'll try that!

Dreamweaver MX | Flash 5/MX | Visual Studio 6.0 | Visual Studio .NET

Reply to this topic