Hi,
I have a form with a dropdown which calls a function
called 'getDropdown' which reads a database and
fills the dropdown.
It works well on a PC with Windows 2000 server.
I transferred the code to another PC with
Windows 2000 server. The function 'getDropdown()'
does not get executed. I traced ... control does
not get passed to the function. Database location
and access is fine. Everything else works.
Any help will be welcomed.
here is part of the code :
----------------------------------------------------
<table border="0" cellspacing="0" cellpadding="5" align="center" ID="Table5">
<TR>
<TD ><SELECT id="Select2" size="1" name="event">
<OPTION value="">Select an Event</OPTION>
==> <%=getDropdown()%> </SELECT>
<FONT color="#660000"></FONT>
</TD>
<% Response.Write " " %>
<TD><%=eventNameErrorHTML%></TD>
</TR>
</table>
----------------------------------------------------
I have a form with a dropdown which calls a function
called 'getDropdown' which reads a database and
fills the dropdown.
It works well on a PC with Windows 2000 server.
I transferred the code to another PC with
Windows 2000 server. The function 'getDropdown()'
does not get executed. I traced ... control does
not get passed to the function. Database location
and access is fine. Everything else works.
Any help will be welcomed.
here is part of the code :
----------------------------------------------------
<table border="0" cellspacing="0" cellpadding="5" align="center" ID="Table5">
<TR>
<TD ><SELECT id="Select2" size="1" name="event">
<OPTION value="">Select an Event</OPTION>
==> <%=getDropdown()%> </SELECT>
<FONT color="#660000"></FONT>
</TD>
<% Response.Write " " %>
<TD><%=eventNameErrorHTML%></TD>
</TR>
</table>
----------------------------------------------------