Since someone asked about HTML, I figured I would ask about a javascript 
issue that is driving me nuts

I have a select box that has this:

<select name="my_genre" id="my_genre" tabindex="20" 
onchange="javascript:callFill();">

In the javascript block I have this:

<script type="text/javascript">
    function callFill() {
        alert('hi');
    }
</script>

When I change the seelect box, I keep getting the 'expected object' 
javascript error.  I .. dont' get it.

PT 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Community/message.cfm/messageid:233867
Subscription: http://www.houseoffusion.com/groups/CF-Community/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5

Reply via email to