kool Posted April 7, 2004 Posted April 7, 2004 I have been working on an application using vb.net and asp.net. While taking inputs on the form the user can click on a calender option, where a separate windows open to dispaly the calender. Once a date is selected the date is displayed in the date text box on the form. This program runs fine on my machine and have no errors, no matter how many times i select different dates. But when i try to run the same application from any other machines and open the calender option a runtime error is displayed (even though the selected date correctly appears in the date text box). The following is the error: Runtime Error ln 38: document.getElementById'(...)' is null or not an object ----- Why is it working on my machine and not on any other machine? what can i do to fix this? Thanks, Kool Quote
Moderators Robby Posted April 7, 2004 Moderators Posted April 7, 2004 The errored PC probably has a tighter security setting. ie, scripting Quote Visit...Bassic Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.