Monday, March 14, 2011

Disable menu bar items of Browser

window.open("http://www.facebook.com/home.php",'example','width=350, height=360, location=no, menubar=no, status=no, toolbar=no, scrollbars=no, resizable=no, left=10,top=10')

Bind Some Event to Element and trigger that function when click the element

Scenario: Suppose if we used same click event function in various web pages. if you want do some logic some page button for that need to re...