Hey. So, I've been struggling with this script on my VPS. Heres the demo. http://publictest.simpletds.com/ PW is test. When you click the "Outs->" on the demo it loads settings to the right. On my VPS it doesnt.. Any ideas what might could be causing this?
<div onclick="showout(1)" style="background:#DBF7F9; padding:1px; cursorointer; font-size:10px;border:1px solid #AFAFAF">OUTS→</div> Thats the "button"
The link you posted only returns a code snippet. It would be best to post the malfunctioning JavaScript here.
Yes. I compared the source of the panel on the demo and my own. They are a bit different from eachother. Look. Here is the source from the demo. http://pastebin.com/Y7au7VMb Here is the source on my host. http://pastebin.com/M4AtGsK6 Any ideas?
comparing your source codes.. these lines does not appear in your host.. <script type="text/javascript" src="inc/jquery-1.2.6.min.js"></script> <script type="text/javascript" src="inc/jquery.dimensions.js"></script> <script type="text/javascript" src="inc/jquery.tooltip.js"></script> HTML: maybe that's why it's not working..