PDA

View Full Version : Javascript



blackout68
01-31-2008, 06:10 PM
Is javascript allowed on our gs pages? I can get my page to work when I preview it, but it doesnt work when I save it.

J
01-31-2008, 09:59 PM
I strip out some tags... what are you trying to do? Email me the code...

blackout68
02-05-2008, 07:07 PM
I sent the email. Any idea J?

J
02-05-2008, 09:30 PM
I looked through it.... I believe I remove all script tags... I need to write something that would allow this code from particular users.... Gimmie a few....

blackout68
02-05-2008, 11:48 PM
Cool, Thanks man!

HerNastyNotch
02-07-2008, 06:39 AM
i have the javascript on my gotstang page in .js files and use the following HTML script link tags to link to the .js files hosted on my personal server.


<script type="text/javascript" src="http://www.yourserver.com/javascript.js"></script>

blackout68
02-07-2008, 04:52 PM
Thats pretty much what I did with hosting it on my own server. Im trying to call a similar lightbox script like yours and its just not working when I save it.