Hello,
This thread is an extension of thread855-1085351 in the ASP.NET forum. Please read it to familiarize yourself with the issue. As a brief summary, I have created some DHTML code that makes an image float from off the top of the screen to a location on the page. Five seconds later, it fades and becomes invisible. The code I have posted works, if you want to see the sample.
My problem is that I am trying to take this barebones code and place it within my company's Visual Studio project, using ASP.NET. However, when I try to paste over the code and debug the webpage, I get a JavaScript error, stating:
'document.getElementById(...).filters.alpha' is null or not an object.
For some reason, the identical code is not working correctly in ASP.NET. I was hoping that someone could help troubleshoot this issue with me, as I am unsure of why such a discrepancy would occur. Thanks for your time.
Nick Ruiz
CO-OP Intern, PPL Electric Utilities
Webmaster, DealMerchant.net
This thread is an extension of thread855-1085351 in the ASP.NET forum. Please read it to familiarize yourself with the issue. As a brief summary, I have created some DHTML code that makes an image float from off the top of the screen to a location on the page. Five seconds later, it fades and becomes invisible. The code I have posted works, if you want to see the sample.
My problem is that I am trying to take this barebones code and place it within my company's Visual Studio project, using ASP.NET. However, when I try to paste over the code and debug the webpage, I get a JavaScript error, stating:
'document.getElementById(...).filters.alpha' is null or not an object.
For some reason, the identical code is not working correctly in ASP.NET. I was hoping that someone could help troubleshoot this issue with me, as I am unsure of why such a discrepancy would occur. Thanks for your time.
Nick Ruiz
CO-OP Intern, PPL Electric Utilities
Webmaster, DealMerchant.net