[3564] in java-interest
Re: if there such a thing as alt="ffff" with applets
daemon@ATHENA.MIT.EDU (Edd Dumbill)
Thu Nov 16 06:01:20 1995
Date: Thu, 16 Nov 1995 09:22:33 +0000 (GMT)
From: Edd Dumbill <edmundd@compnews.co.uk>
To: William Daul <billd@informix.com>
Cc: java-interest@java.sun.com
In-Reply-To: <9511151721.AA04901@tenaya.informix.com>
On Wed, 15 Nov 1995, William Daul wrote:
> Given something like this:
>
> <applet codebase=classes code="NervousText.class" width=400 height=50>
> <param name=text value="Quake Information">
> </applet>
>
> Can I stick in an ALT tag for those not using 2.0?
You don't need to.
Anything inside the <applet></applet> tags that is not a <param> is ignored
by a non-Java enabled browser. Therefore, you can put your alternative
images/text inside the <applet></applet> pair. For example:
<applet codebase=classes code="NervousText.class" width=400 height=50>
<param name=text value="Quake Information">
<img src="quakepic.gif" width=400 height=50 alt="Quake Information">
</applet>
>
> Thanks, --Bill
Edd.
Edd Dumbill - Software Engineer - PA Data Design - +44 1430 488224
mailto:edmundd@padd.press.net - http://www.pa.press.net/people/edmundd
and i like the way you're broken and i'll like you when you're old
-
This message was sent to the java-interest mailing list
Info: send 'help' to java-interest-request@java.sun.com