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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP function doesn't work on other users computers!

Status
Not open for further replies.

princessk1

Programmer
Feb 28, 2002
74
CA
I am having a problem with my ASP working on other users computers. As a textbox on the page changes it calls a function that calculates the totals in all the textboxes and displays the total in the bottom text box. For some reason this works fine on my computer and many others. But, unfortunately on the two user's computers that really need it - it gives an 'error on page' message in the status bar when they make a change to a textbox and it leaves the bottom total textbox empty. We all have the same IE versions 6 and all have Windows 98 on our computers. The only real difference is that these 2 users are using laptops and the rest of us have PC's. Does anyone have any ideas as to why this function (written in VB Script) would not work on other computers?

Any suggestions would be greatly appreciated!
 
check the security in IE, there are settings to enable/disable scripting
 
It doesn't sound like an ASP question to me...sounds like a client side problem....actually, I'm pretty darn sure of that because of the error in the status bar.

However, tman24m is probably right...since it works on all different computers on or off your domain/network, and is only those two computers....there's a 98% chance that it's a problem on their end. So, I'd mess around with their browser settings if I were you and see where that takes me.
-Ovatvvon :-Q
 
I have to agree with Ovatvvon it does not sound like an ASP error. Is there any kind of Java or Javascript in the code or does it pop a new window?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top