pvds
(Hey THIS is FUN)
2006-12-14 10:56 AM
How to read NavigateError

Hi,

How can I read the navigateError from this script?

Code:
 Break on

Do Sleep 1
Until Exist("P:\scripts\Docentenmonitor\docentenmon\subst_001.htm") = 1

$ie1 = CreateObject("InternetExplorer.Application")
$ie1.Navigate("P:\scripts\Docentenmonitor\docentenmon\subst_001.htm")
;? $ie1.DisplayIdMember Get $x
$ie1.AddressBar = 0
$ie1.MenuBar = 0
$ie1.ToolBar = 0
$ie1.StatusBar = 0
$ie1.FullScreen = true
$ie1.Resizable = 0
$ie1.Height = 625
$ie1.Width = 835
$ie1.Silent = 1
$ie1.Visible = -1


Mart
(KiX Supporter)
2006-12-14 11:41 AM
Re: How to read NavigateError

I'm not an expert in com but this might help.

http://msdn.microsoft.com/library/defaul...vigateerror.asp

http://www.google.nl/search?hl=nl&q=get+navigateError&meta=


pvds
(Hey THIS is FUN)
2006-12-14 05:50 PM
Re: How to read NavigateError

Mart,

I looked on MSDN and found your link but I could not translate this to KIX.

Maby someone can help
Peter


NTDOCAdministrator
(KiX Master)
2006-12-14 07:18 PM
Re: How to read NavigateError

KiXtart does not support ByVal method.

LonkeroAdministrator
(KiX Master Guru)
2006-12-14 07:23 PM
Re: How to read NavigateError

and the status etc stuff no longer gets to kix and there is 2 possible reasons:
1) some new "security fix" broke IE
2) kixtart com handling got broken

anyone care to test?