Java

W

WTC

When a user visits my webpage, how can I tell the user has java
installed? If the user does not have Java installed, how can I notify
the user to install Java?
 
T

Tom Pepper Willett

Java or JavaScript? They are often confused when being asked about.

If JavaScript, put something like this in your <head> just before the
closing </head> tags:

<NOSCRIPT>
<p><font face="Arial, Helvetica, Sans-Serif" size="2"><font
color="#FF0000"><b>
Scripting Disabled</b></font><br>
JavaScript required to use this site. If you have disabled Scripting<br>
in your browser, you must and refresh this page.</font></p>
</NOSCRIPT>

--
===
Tom "Pepper" Willett
Microsoft MVP - FrontPage
---
About FrontPage 2003:
http://office.microsoft.com/home/office.aspx?assetid=FX01085802
===

| When a user visits my webpage, how can I tell the user has java
| installed? If the user does not have Java installed, how can I notify
| the user to install Java?
|
| --
| William
|
|
|
 
T

Tom Pepper Willett

Glad you got it, William.
--
===
Tom "Pepper" Willett
Microsoft MVP - FrontPage
---
About FrontPage 2003:
http://office.microsoft.com/home/office.aspx?assetid=FX01085802
===
| Thanks, works great. And yes you are correct, I meant JavaScript.
|
| --
| William
|
| | > Java or JavaScript? They are often confused when being asked about.
| >
| > If JavaScript, put something like this in your <head> just before the
| > closing </head> tags:
| >
| > <NOSCRIPT>
| > <p><font face="Arial, Helvetica, Sans-Serif" size="2"><font
| > color="#FF0000"><b>
| > Scripting Disabled</b></font><br>
| > JavaScript required to use this site. If you have disabled
| > Scripting<br>
| > in your browser, you must and refresh this page.</font></p>
| > </NOSCRIPT>
| >
| > --
| > ===
| > Tom "Pepper" Willett
| > Microsoft MVP - FrontPage
| > ---
| > About FrontPage 2003:
| > http://office.microsoft.com/home/office.aspx?assetid=FX01085802
| > ===
| >
| > | > | When a user visits my webpage, how can I tell the user has java
| > | installed? If the user does not have Java installed, how can I
| > notify
| > | the user to install Java?
| > |
| > | --
| > | William
| > |
| > |
| > |
| >
| >
|
|
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top