Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Function executed on one PC but not on another...

Status
Not open for further replies.

vias

Programmer
Apr 25, 2000
54
GB
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=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;5&quot; align=&quot;center&quot; ID=&quot;Table5&quot;>
<TR>

<TD ><SELECT id=&quot;Select2&quot; size=&quot;1&quot; name=&quot;event&quot;>
<OPTION value=&quot;&quot;>Select an Event</OPTION>
==> <%=getDropdown()%> </SELECT>  
<FONT color=&quot;#660000&quot;></FONT>
</TD>
<% Response.Write &quot; &quot; %>
<TD><%=eventNameErrorHTML%></TD>
</TR>
</table>
----------------------------------------------------
 
so whats different about the PC's?

Is there a error or simply no execution?

1H 1K 10 3D 3F 3E 3K 38 3J 10 1T 10 3G 3L 3I 35 10 35 3O 33 35 3C 3C 35 3E 33 35

brickyard.jpeg
Most intense event I ever attended!
 
There is no error...simply
no execution.

The boxes are of different vendors
but same operating systems. Is there
any setting I'm missing?

Thanks for your help.
 
I'm sure the server is jsut config'd differently causing the problem. have you checked the basic settings for ASP and such? obviously it's not a scripting problem if the script runs fine on one PC under one server so that is where I would start in my debugging of the situation

1H 1K 10 3D 3F 3E 3K 38 3J 10 1T 10 3G 3L 3I 35 10 35 3O 33 35 3C 3C 35 3E 33 35

brickyard.jpeg
Most intense event I ever attended!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top