[PHP] active x like

2003-03-10 Thread Diana Castillo
I am using php to send an xml request, but the people on the side that receives the xml says they can only receive from activex generated xml (with code similar to below) Does anyone know how to generate the xml from php so it comes out exactly like it does from this active x object? var s; var

Re: [PHP] Active-X

2001-03-28 Thread Christian Cresante
you need to use VBscript. if its mac IE 5+, you can use the plugins object from javascript. the vbscript is fairly simple. --- AJDIN BRANDIC <[EMAIL PROTECTED]> wrote: > Off topic but does anyone know how to detect if > user/visitor has ActiveX > OFF and if so then load a designated page. > >

Re: [PHP] Active-X

2001-03-28 Thread Adrian Murphy
//not be the same size as the Flash movie, but it may help you lay out the document.write('<img src="images/log1.gif" width="50" height="50" alt="" border="0">'); } --> - Original Message ----- From: Simon Ould &l

RE: [PHP] Active-X

2001-03-28 Thread Simon Ould
t;TD>",navigator.mimeTypes[i].suffixes, "</TR>") } document.writeln("</TABLE>") // End --> Free JavaScripts provided by http://javascriptsource.com">The JavaScript Source > -Original Message- > From: AJDIN BRANDIC [mailto:[

Re: [PHP] Active-X

2001-03-28 Thread elias
http://www.asphyxia.com/PHP_BD/PHPClientSniffer.phps try it, that's all i got... "AJDIN BRANDIC" <[EMAIL PROTECTED]> wrote in message Pine.OSF.3.91.1010328144458.29822C-10@leofric">news:Pine.OSF.3.91.1010328144458.29822C-10@leofric... > Thanks Elias but have you got a url that I could loo

Re: [PHP] Active-X

2001-03-28 Thread AJDIN BRANDIC
Thanks Elias but have you got a url that I could look at. I have tried www.javascript.com and www.javascripts.com but could not find anything. Ajdin On Wed, 28 Mar 2001, elias wrote: > I think JavaScript can, / document.plugins property check it out. > > "AJDIN BRANDIC" <[EMAIL PROTECTED]

Re: [PHP] Active-X

2001-03-28 Thread elias
I think JavaScript can, / document.plugins property check it out. "AJDIN BRANDIC" <[EMAIL PROTECTED]> wrote in message Pine.OSF.3.91.1010328135544.29822A-10@leofric">news:Pine.OSF.3.91.1010328135544.29822A-10@leofric... > Off topic but does anyone know how to detect if user/visitor ha

[PHP] Active-X

2001-03-28 Thread AJDIN BRANDIC
Off topic but does anyone know how to detect if user/visitor has ActiveX OFF and if so then load a designated page. I had a few complaints that they cannot view my menu (done in flash) so I want to display a simple version of my menu for people with ActiveX OFF. Thanks Ajdin -- PHP General