Hey OZJIMBOB,
There is an error in the second line of sub FindActiveX().
The correct is :
IF NOT (IsObject(CreateObject("RXHIGHX.RxhighxCtrl.1"))) THEN
sorry for the mistake.
Hey OZJIMBOB,
There is an error in the second line of sub FindActiveX().
The correct is :
[color]redIF NOT (IsObject(CreateObject("RXHIGHX.RxhighxCtrl.1"))) THEN
sorry for the mistake.
hi,
if you want to detect if the ShockwaveFlash is installed or
not with VBScript, try this...
<SCRIPT LANGUAGE="VBScript">
Dim FLASH
SUB Window_OnLoad()
FLASH = "UNKNOWN"
FindFlash()
IF FLASH = "NOT INSTALLED" THEN
your not installed...
hi,ozjimbob
try this...
<SCRIPT LANGUAGE="VBScript">
Dim ACTX
SUB Window_OnLoad()
ACTX = "UNKNOWN"
FindActiveX()
IF ACTX = "NOT INSTALLED" THEN
your not installed code
ELSE
your installed code
END IF
END SUB
SUB...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.