How to detect/track/check postback in javascript(e.g in asp.net Page.isPostBack())? Any suggestion?
This is a simple JS way to determine the status of IsPostBack that I just got working in the Body of my ASPX page; needed to cause a PostBack during PageLoad for a project.