Hi, I am trying to work with a web site that uses frames (for the first time) and my script crashes in line 13 ($oframe=), would appreciate if someone can explain what I am doing wrong. #include <C:\Program Files\AutoIt3\beta\Include\IE.au3> $o_IE2 = _IECreate ("http://www.acpaccountants.com.au") $oFrames = _IEFrameGetCollection ($o_IE2) $iNumFrames = @extended If $iNumFrames > 0 Then If _IEIsFrameSet ($o_IE2) Then MsgBox(0, "Frame Info", "Page contains " & $iNumFrames &