Quote:
Originally Posted by DemOnstar
Easy enough to replicate. Just drop the code in a HTML module.
Thank you. . .
|
Everybody doesn't have a VB5 installation running that they can just mess with. Also the reason a link would be better is sometimes, the problems you may experience don't always happen for everyone else depending on server configuration and so forth. I would drop the code into an HTML module and check it out, but right now my VB5 test site is inoperable.
Also, I noticed this line.
Code:
<script type="text/javascript" src="http://code.jquery.com/jquery-1.8.3.js"></script>
You can't run two versions of Jquery on the same page without some extra code defining a new variable for the second version. If there is nothing specifically in that version that you need, delete that line. VB5 uses Jquery - 1.7.2.