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

Notification

Icon
Error

Options
Go to last post Go to first unread
Arks  
#1 Posted : Friday, August 19, 2011 3:48:49 AM(UTC)
Arks

Rank: Newbie

Groups: Member
Joined: 8/11/2011(UTC)
Posts: 2

Hello,

Does Aurigma tool has any options to switch on so it would automatically indicate (and provide a link) that a user should install a java plugin if it's not installed or outdated.

Right now it just does not show anything at all if there are no plugin. At least it does so on some (unknown) version of Chrome.

Regards,
Artem
p.shirykalova  
#2 Posted : Friday, August 19, 2011 11:13:09 PM(UTC)
p.shirykalova

Rank: Advanced Member

Groups: Member
Joined: 7/13/2011(UTC)
Posts: 286

Thanks: 6 times
Was thanked: 31 time(s) in 31 post(s)
Hello Artem,

To inform your users that they Java disabled please try to use this code:
Code:

<script type="text/javascript">
   if(!navigator.javaEnabled())
   {
      alert('You have no Java Enabled');
      location.replace('http://somepage');
   }
</script>


As for detecting whether Java is installed - this is not an easy task, please check this link, it might be helpful.

Edited by user Sunday, August 21, 2011 8:38:07 PM(UTC)  | Reason: Not specified

Best regards,
Pauline Shirykalova
Aurigma Technical Support
Arks  
#3 Posted : Sunday, August 21, 2011 8:32:28 PM(UTC)
Arks

Rank: Newbie

Groups: Member
Joined: 8/11/2011(UTC)
Posts: 2

Thanks, shirykalova.

I'll try it.

And what is the reason to show download link? Doesn't the user just need to enable Java plugin in its browser options?
p.shirykalova  
#4 Posted : Sunday, August 21, 2011 8:37:51 PM(UTC)
p.shirykalova

Rank: Advanced Member

Groups: Member
Joined: 7/13/2011(UTC)
Posts: 286

Thanks: 6 times
Was thanked: 31 time(s) in 31 post(s)
Hello Artem,

Yes, sure, my mistake. There is no need to redirect users to the page with Java download. You can create your own page, describe how to enable Java on it and redirect your users to it.
Best regards,
Pauline Shirykalova
Aurigma Technical Support
Users browsing this topic
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.