paankadu
08-18-2011, 01:48 PM
Hello,
I currently have an image map that has hot spots and when clicked gives the users a cascading menu using java. The company I work for has disabled internet access to various workstations so these menus no longer work. Is there a way to create the same thing without java or a web interface. They have strictly intra net now. Any ideas or suggestions would be greatly appreciated.
I believe this is the line of code that is not allowing the menus to work because it is accessing an outside internet source
<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
Any ideas on how to get it to work without going to this?
Thanks,
Angie
I currently have an image map that has hot spots and when clicked gives the users a cascading menu using java. The company I work for has disabled internet access to various workstations so these menus no longer work. Is there a way to create the same thing without java or a web interface. They have strictly intra net now. Any ideas or suggestions would be greatly appreciated.
I believe this is the line of code that is not allowing the menus to work because it is accessing an outside internet source
<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
Any ideas on how to get it to work without going to this?
Thanks,
Angie