|
|
|
|
|
| | |
| |
vbscript active server pages ASP vbscript SQL database informix oracle SQL Server Perl CGI Delphi PHP source code code sample samples program CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
|
|
Subject: |
Onclick event |
|
From: |
Lynn Maharet |
|
Date: |
9/17/2000 11:57:10 PM |
|
IP: |
165.21.21.38 |
Hi all,
Need ur help...
I have this combo box generated from db(in <% %>). And I have
this command button visibility set to hidden during design time.
How do I detect whether the user has selected a choice fr the
combo box and set the visibility of the command button to visible? I do not want submit to another page to do that..
Ive tried the codes below but it doesnt work:
<!--
<script for =comboname Event=Onclick language=vbscript>
sel=document.selBidForm.cmbBidNo.selectedIndex
document.selBidForm.buttView.visibility="visible"
</script>
-->
Pls advise.. Thanks very much :*
|
Follow Up - Re: Onclick event - jijo 9/19/2000 8:27:27 AM
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|