HighDots Forums  

Object-Tag: How show error Page, if plugin is not installed?

alt.html.tags alt.html.tags


Discuss Object-Tag: How show error Page, if plugin is not installed? in the alt.html.tags forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
thermann
 
Posts: n/a

Default Object-Tag: How show error Page, if plugin is not installed? - 08-18-2003 , 10:26 AM






I want to include a Plugin in a HTML-Site with the <OBJECT> Tag. In
case, the Plugin is not installed in Browser an Error Page shall be
offered, inform the user where to get the plugin. How can ich specifiy
such a Error page, within my page?

Thanks,

Thomas


Reply With Quote
  #2  
Old   
Toby A Inkster
 
Posts: n/a

Default Re: Object-Tag: How show error Page, if plugin is not installed? - 08-18-2003 , 11:23 AM






thermann wrote:

Quote:
I want to include a Plugin in a HTML-Site with the <OBJECT> Tag. In
case, the Plugin is not installed in Browser an Error Page shall be
offered, inform the user where to get the plugin. How can ich specifiy
such a Error page, within my page?
<object data="file.foo" type="application/foo">
<p>You are unable to view this embedded content because your browser
is unable to view <code>application/foo</code> objects. View <a
href="foo-files.html">more information on downloading the right
plugins</a> or <a href="file-foor-desc.txt">a text description of
what you're missing</a>.</p>
</object>

--
Toby A Inkster BSc (Hons) ARCS | mailto:tobyink (AT) goddamn (DOT) co.uk | pgp:0x6A2A7D39
aim:inka80 | icq:6622880 | yahoo:tobyink | jabber:tai (AT) jabber (DOT) linux.it
http://www.goddamn.co.uk/tobyink/ | "You've got spam!"
playing://(nothing)


Reply With Quote
  #3  
Old   
thermann
 
Posts: n/a

Default Re: Object-Tag: How show error Page, if plugin is not installed? - 08-19-2003 , 10:12 AM




More precisely:

I have a jsp site and want to support Internet Explorer an Mozilla:


<object id="IEPlugIn" CLASSID="12345678901234">
<param name="ABC_Client" value="<%=client%>">
<param name="info" value= "<%=info%>">
<param name="errorpage" value="<%=errorpage%>">
<PARAM NAME="errtarget" value="<%=errtarget%>" >
<embed hidden type="application/x-ABC" name="ABC plugin"
errorpage="<%=errorpage%>"
ABC_client="<%=client%>"
errtarget="<%=errtarget%>" info="<%=info%>">
<noembed> ABC Plugin Not Supported </noembed>
</embed>
</object>


The intended Error messages will not be displayed !!


Toby A Inkster wrote:
Quote:
thermann wrote:


I want to include a Plugin in a HTML-Site with the <OBJECT> Tag. In
case, the Plugin is not installed in Browser an Error Page shall be
offered, inform the user where to get the plugin. How can ich specifiy
such a Error page, within my page?


object data="file.foo" type="application/foo"
<p>You are unable to view this embedded content because your browser
is unable to view <code>application/foo</code> objects. View <a
href="foo-files.html">more information on downloading the right
plugins</a> or <a href="file-foor-desc.txt">a text description of
what you're missing</a>.</p
/object



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.