In my HTML page, I have used a select box. In it are various course options. I need to display the fee of the course in the text box according to the option selected by user.
Pls help me with my script:
<script language="VBScript">
Sub Fee()
dim a,b
b=document.subscribe.course.selectedindex...