Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
Geraldo Almeida  
#1 Posted : Friday, September 26, 2008 5:54:52 AM(UTC)
Geraldo Almeida

Rank: Newbie

Groups: Member
Joined: 9/26/2008(UTC)
Posts: 1

Why this scrit is not working

When I open the page it dont ask me for installing any thing

http://www.futuraweb.org...08_2/BasicDemo/index.php

do someone now why?

Fedor  
#2 Posted : Friday, September 26, 2008 8:06:52 AM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

Thanks: 5 times
Was thanked: 76 time(s) in 74 post(s)
Hello,

You have in your source code:

Code:
iu.activeXControlCodeBase = "../ImageUploader5.cab";

//For Java applet only path to directory with JAR files should be specified (without file name).
iu.javaAppletJarFileName = "ImageUploader5.jar";


It means that browser will try download ActiveX control/Java applet from the following places accordingly:

http://www.futuraweb.org...008_2/ImageUploader5.cab
http://www.futuraweb.org...008_2/ImageUploader5.jar

So you need either place these files to this location of specify another paths to donwload CAB/JAR files.
Best regards,
Fedor Skvortsov
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.