[6055] in java-interest
Re: browsers which don't support Java
daemon@ATHENA.MIT.EDU (S. Javey)
Mon Mar 18 18:22:30 1996
Date: Mon, 18 Mar 1996 21:47:18 -0800
Reply-To: Java Interest <JAVA-INTEREST@JAVASOFT.COM>
From: "S. Javey" <sjavey@DIFFUSION.COM>
To: Multiple recipients of list JAVA-INTEREST
<JAVA-INTEREST@JAVASOFT.COM>
Yes there is simpler way:
<APPLET ...>
<PARAM ...>
If you don't have a Java enabled browser, then you'll see this
text... (this could include regular HTML tags)
</APPLET>
cheers...sj
Karen Schoeneman wrote:
>
> I have a page using java to animate a logo. I am worried that
> browsers which don't support Java will not see anything. I was
> going to write a script which determines which browser's being used
> and feeds an appropriate page to it. However I am hoping there is a
> simplier way that I've overlooked. Is there any way to use the applet
> tag to simply display an image if the applet can't be displayed?
>
> Thanks in Advance
> karen