;;;I want the drop down box to react when a selection...
Do you mean drop down box to submit?
If so:
;;;Is this possible please ??
Yes, use an onChange submit event inside your <select> tag:
<SELECT NAME='comboOne' SIZE='1' onChange="uformName.submit();">
FYI: You may find the following post helpful:
http://p2p.wrox.com/topic.asp?TOPIC_ID=38301
;;;So how can I get my screeen write to do the same in ASP please:
--------------cut n paste------------------
<%
dVal = "1/12/1999"
response.write MonthName(month(cDate(dVal)),true) & "-" & DatePart("yyyy", cDate(dVal))
%>
---------------------------------------------
Wind is your friend
Matt