The forum is here for legacy reasons. No new posts will be created. User registration is disabled! If you have any questions, please email us or check https://www.adultscriptpro.com for more details!
You are not logged in.
I have no problem inserting new javascripts into script template pages, but it does not work with java news ticker i am trying to install.
I am using same path as my javascripts:
/mysite/templates/default-pink/js/allScriptsHere
<APPLET codebase="/mysite/templates/default-pink/js/ticker1.class" code="ticker1.class" width=270 height=20 >
This is the java applet and it is suppose to connect with 'ticker1.class':
<APPLET codebase="/mysite/templates/default-pink/js/ticker1.class" code="ticker1.class" width=270 height=20 style=" float:right; margin-top:-2px">
<PARAM name="FONT" value="ARIAL">
<PARAM name="SIZE" value="14">
<PARAM name="STEP" value="1">
<PARAM name="DELAY" value="100">
<PARAM name="TEXT" value="news articles latest twitter active">
</APPLET>
????
It works fine on a test page(not adultscriptpro) with html and ticker1.class in same root folder
Last edited by asko (2011-06-01 04:28:02)
Offline
I sincerly never worked with a java applet in my life. I dont know exactly how its supossed to work. Your codebase should be http://www.domain.com/templates/default … ker1.class though.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Great works now, it needed a absolute url.
Thanks
Offline