Guys ! could you please help me move a webpage from primary monitor to secondary. i could move the desktop application to another monitor by using following code Local $aArray = WinGetPos("InspectionXpert OnDemand") If $aArray[0] < @DesktopWidth Then WinMove("InspectionXpert OnDemand", "", @DesktopWidth+100, $aArray[1]) EndIf how do i do it for an web application?