PC Review


Reply
Thread Tools Rating: Thread Rating: 1 votes, 1.00 average.

aspx equivalent for determining client browser addins available for object tag

 
 
David Greene
Guest
Posts: n/a
 
      4th Mar 2008
I have an aspx fired xslt web site...
http://www.dlgreene.removethis.com/

You can see the exact code I am asking about if you View In: xxx and click
the code link at the top or bottom left of any page.


I use a number of vr viewers...
http://www.devalvr.removethis.com/
QuickTime
Flash
Puretools

Puretools is a java applet and I can easily ask
System.Web.UI.MasterPage.Request.Browser.JavaApplets so Java is done or at
least I know how to get it done.

There are several JavaScript scripts out there that run at the client for
determining if Flash or QuickTime is installed.

My problem is that DevalVR uses the same .mov file extension as QuickTime.
Everything is fine if the client browser is IE because the object tag for IE
has a classid that "forces" IE to use DevalVR. But, if the browser is not IE
the .mov extension takes over even though I have the type attribute set on
the object tag.

My question is there a "clean" way to query a property or method at the aspx
level and not at the client? Can I find out if DevalVR is available in the
client browser from aspx? I'm assuming that if there is an answer for
DevalVR it will also work for other addins.


 
Reply With Quote
 
 
 
 
bruce barker
Guest
Posts: n/a
 
      5th Mar 2008
there is no aspx. its all client code. each generally publishes how to
test if installed.

also Browser.JavaApplets (or any other test) is not reliable. it just
looks at the agent string and reports if the feature is possible (not if
enabled).

google for client sniffers for 3rd party control that does this.

-- bruce (sqlwork.com)

David Greene wrote:
> I have an aspx fired xslt web site...
> http://www.dlgreene.removethis.com/
>
> You can see the exact code I am asking about if you View In: xxx and click
> the code link at the top or bottom left of any page.
>
>
> I use a number of vr viewers...
> http://www.devalvr.removethis.com/
> QuickTime
> Flash
> Puretools
>
> Puretools is a java applet and I can easily ask
> System.Web.UI.MasterPage.Request.Browser.JavaApplets so Java is done or at
> least I know how to get it done.
>
> There are several JavaScript scripts out there that run at the client for
> determining if Flash or QuickTime is installed.
>
> My problem is that DevalVR uses the same .mov file extension as QuickTime.
> Everything is fine if the client browser is IE because the object tag for IE
> has a classid that "forces" IE to use DevalVR. But, if the browser is not IE
> the .mov extension takes over even though I have the type attribute set on
> the object tag.
>
> My question is there a "clean" way to query a property or method at the aspx
> level and not at the client? Can I find out if DevalVR is available in the
> client browser from aspx? I'm assuming that if there is an answer for
> DevalVR it will also work for other addins.
>
>

 
Reply With Quote
 
David Greene
Guest
Posts: n/a
 
      5th Mar 2008
Thanks-

I had a feeling that was the answer I was going to get but, I was hoping
there was a better way.


"bruce barker" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> there is no aspx. its all client code. each generally publishes how to
> test if installed.
>
> also Browser.JavaApplets (or any other test) is not reliable. it just
> looks at the agent string and reports if the feature is possible (not if
> enabled).
>
> google for client sniffers for 3rd party control that does this.
>
> -- bruce (sqlwork.com)
>
> David Greene wrote:
>> I have an aspx fired xslt web site...
>> http://www.dlgreene.removethis.com/
>>
>> You can see the exact code I am asking about if you View In: xxx and
>> click the code link at the top or bottom left of any page.
>>
>>
>> I use a number of vr viewers...
>> http://www.devalvr.removethis.com/
>> QuickTime
>> Flash
>> Puretools
>>
>> Puretools is a java applet and I can easily ask
>> System.Web.UI.MasterPage.Request.Browser.JavaApplets so Java is done or
>> at least I know how to get it done.
>>
>> There are several JavaScript scripts out there that run at the client for
>> determining if Flash or QuickTime is installed.
>>
>> My problem is that DevalVR uses the same .mov file extension as
>> QuickTime. Everything is fine if the client browser is IE because the
>> object tag for IE has a classid that "forces" IE to use DevalVR. But, if
>> the browser is not IE the .mov extension takes over even though I have
>> the type attribute set on the object tag.
>>
>> My question is there a "clean" way to query a property or method at the
>> aspx level and not at the client? Can I find out if DevalVR is available
>> in the client browser from aspx? I'm assuming that if there is an answer
>> for DevalVR it will also work for other addins.



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to disable Exchange Client Extensions Addins via registry or G booker@mgt Microsoft Outlook Installation 4 31st Jul 2008 02:50 PM
Re: Create Client side Excel Object from ASPX =?Utf-8?B?QW5uaWNr?= Microsoft Dot NET Framework 0 14th May 2004 11:56 AM
Initialize Explorer Object in COM Addins =?Utf-8?B?U2FyYXZhbmFu?= Microsoft Outlook Form Programming 1 10th Dec 2003 03:00 PM
Create Client side Excel Object from ASPX Jiang Microsoft ASP .NET 3 22nd Nov 2003 01:30 AM
.net equivalent for 'Microsoft Web Browser' com object Silby Microsoft Dot NET Framework 1 18th Nov 2003 10:01 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:06 PM.