|
-
Apr 17th, 2001, 03:17 AM
#1
Thread Starter
Lively Member
Hi every1.
I got one question.
I have my HTML page. I have a .js file . It is a just a combobox with a few values. I inlcude the .js file in my HTML page like <Script language = "javascript" Src = "jsfile.js"> .
The trick is it ACTUALLY works. I see the combobox everything. BUT how do I refernence the values/ onchange event of the combo box.
In VBScript it works by using (in the HTML page)
<Script ....>
Sub Combo1_onchange()
msgbox combo1.value
End sub
</Script>
But how do you do it in Javascript. I tried using the onchange in the .js file but to no avail
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|