How to Disable onMouseOut onClick

104 18
    • 1). Right-click the HTML file you want to edit. Click "Open With" in the popup menu, then click the HTML editor listed in the programs.

    • 2). Press the "Ctrl" and "F" keys to open the "Find" dialog window. Type "onmouseout" without quotes and press "Enter." The editor scrolls to the first instance of the event. Delete the event from the HTML tag to disable it. Press "F3" to scroll to the next instance of the event. Continue until each tag is cleared of the onMouseOut event.

    • 3). Press "Ctrl" and "F" again. Type "onclick" without quotes and press "Enter." Delete this event in the HTML tags in the same manner as in Step 2.

    • 4). Press the "Ctrl" and "S" keys to save the changes.

    • 5). Upload the HTML file to your Web host to make the new changes active on your website.

Source...
Subscribe to our newsletter
Sign up here to get the latest news, updates and special offers delivered directly to your inbox.
You can unsubscribe at any time

Leave A Reply

Your email address will not be published.