Display the applet twice

Upload core product.
Post Reply
luctuf
Posts: 11
Joined: Wed Apr 07, 2010 11:16 am

Display the applet twice

Post by luctuf »

Hi to all!
is it possibile to display the applet (jdiskeplorer) twice, in my website?

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: Display the applet twice

Post by support »

Yes, one the same web page? Just update applet identifier in APPLET TAGs

luctuf
Posts: 11
Joined: Wed Apr 07, 2010 11:16 am

Re: Display the applet twice

Post 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...

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: Display the applet twice

Post by support »

There should be no problem to include JavaScript in different web pages. Do you have any JavaScript error?

luctuf
Posts: 11
Joined: Wed Apr 07, 2010 11:16 am

Re: Display the applet twice

Post 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?

luctuf
Posts: 11
Joined: Wed Apr 07, 2010 11:16 am

Re: Display the applet twice

Post 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:

Post Reply