[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

[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

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 has

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
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 look

Re: [PHP] Active-X

2001-03-28 Thread Adrian Murphy
="50" height="50" alt="" border="0"'); } -- /SCRIPT /object - Original Message - From: Simon Ould [EMAIL PROTECTED] To: 'AJDIN BRANDIC' [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, March 28, 2001 3:36 PM Subject: RE: [PHP] Active-X

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. I had