Jump to content

Html Code - IE-9 and IE-11


Recommended Posts

Hi,

I got the total html code in IE-9 but in IE-11 I did not get the total html code in IE-11.

 

Please review the below code and let me know any difference in IE-9 and IE-11.

 

$surl = "xxxxxxxxxxxxxx"
 $oie1 = _iecreate($surl, 0, 1, 1)
 Sleep(500)
 _ieloadwait($oie1)
 Local $oform = _ieformgetobjbyname($oie1, "form1")
 _ieformsubmit($oform)
 _ieloadwait($oie1)
 Sleep(1000)
 $shtml = _iedocreadhtml($oie1)
 Sleep(500)
 MsgBox(0,"$shtml",$shtml)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...