Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: Does NN have equivalent to object tag for IE


Message #1 by segarep@h... on Sat, 23 Dec 2000 06:00:24 -0000
   I have a cab file that I want to have installed on the users system
when they first visit my page.  And in IE it works fine but NN does not
support the object tag.  So I was wondering is there a way to get the same
functionality with the EMBED tag in NN?  The object code is below.  Any
help on this would be GREATLY appreciated.

THanks in advance.


    <OBJECT NAME="Deployer"
        CODEBASE="http://localhost/lsd/deployer.cab"
        CLASSID="CLSID:4AF514B3-BC24-11d4-86A1-00C04F477C7F"
        >
        <PARAM NAME="AppVersion" VALUE="1.0">
        <PARAM NAME="AppLocation" VALUE="http://localhost/lsd/app.exe">
    </OBJECT>

---
FREE WEB DEVELOPMENT CODE, CONTENT, AND INSIGHTS
IN YOUR INBOX!
Get the latest and best HTML, XML, and JavaScript tips, tools, and 
developments from the experts.  Sign up for one or more of EarthWeb?s
FREE IT newsletters at http://www.earthweb.com today!  
---
You are currently subscribed to html_code_clinic as: $subst('Recip.EmailAddr')
To unsubscribe send a blank email to leave-html_code_clinic-$subst('Recip.MemberIDChar')@p2p.wrox.com

  Return to Index