Hi ,
Is it possible to modify this function in order to use Firefox
FUNCTION NAVIGATE( cUrl )
LOCAL oIe
oIe = CREATEOBJECT( "InternetExplorer.Application" )
oIe:Navigate( cUrl )
info@marcoboschi.it
Hi ,
Is it possible to modify this function in order to use Firefox
FUNCTION NAVIGATE( cUrl )
LOCAL oIe
oIe = CREATEOBJECT( "InternetExplorer.Application" )
oIe:Navigate( cUrl )
I'm interested to use Firefox too.
Thanks a lot.
Massimo.
Did you try it?
have you a working sample?
bye
No, I have not tried it. Once installed (registered) it is supposed to work the same way IE works.
Please test directly at this address
to see by yourself the problem.
For instance clicking on
Administration
Phone on the right vertical menu
It asks authentication
You have to digit "admin" as user ad "ip110" as password
My problem is:
1) To use Internet Explorer
2) To automate authentication
From my application now I use this
FUNCTION NAVIGATE( cUrl, nMilli )
DEFAULT nMilli := 100
IF oIe = NIL
oIe := CREATEOBJECT( "InternetExplorer.Application" )
SETFOREGROUNDWINDOW( oIe:hWnd )
ENDIF
oIe:Navigate( cUrl )
WHILE oIe:Busy
SYSREFRESH()
ENDDO
sleep( nMilli )
RETURN NIL
Probably the answer is in WinHttp
http://msdn.microsoft.com/en-us/library ... 85%29.aspx
Thanks in advance
another test is this
http://217.57.213.130:8168/!mod%20cmd%2 ... dial%20161
this perform a call from this phone to my phone
in this way I know is someone test it
bye
any news?
I've searched over the web and seems that is non possible to use Firefox as we are used with Ie. ![]()