Page 1 of 1

Display the applet twice

Posted: Wed May 16, 2012 4:37 pm
by luctuf
Hi to all!
is it possibile to display the applet (jdiskeplorer) twice, in my website?

Re: Display the applet twice

Posted: Sun May 20, 2012 6:54 pm
by support
Yes, one the same web page? Just update applet identifier in APPLET TAGs

Re: Display the applet twice

Posted: Tue May 29, 2012 10:57 am
by luctuf
No, I have to display them on two different pages. I've try to set the NAME param different, but the applet does not appear...

P.S.
In HTML code of the 'second page' I can see the correct call to the script:

<script src=....></script>

but not appear the <applet> tag...

Re: Display the applet twice

Posted: Tue May 29, 2012 6:58 pm
by support
There should be no problem to include JavaScript in different web pages. Do you have any JavaScript error?

Re: Display the applet twice

Posted: Wed May 30, 2012 7:47 am
by luctuf
No, no Javascript error... :|
I'm under Joomla, I think that it's a configuration problem...

Do I have to set different name for the applet in the "NAME" parameters? Or it's better to call the same applet, in the same path with the same name?

Re: Display the applet twice

Posted: Tue Jun 05, 2012 3:22 pm
by luctuf
YEAH! I'm so stupid...! :oops: I forget to put the "</script>" tag... sorry!
Now I can display twice the applet! 8-)

But there's another problem, now: if I pass to the 'second' the path of the folder to be in, i can't see the files inside until I upload somethings...why??

thanks in advance!

:mrgreen: