[jQuery] How to Open Modal Dialog box on button click?

[jQuery] How to Open Modal Dialog box on button click?


Once "btnAddSession" button is clicked, the div with the
"addproductsForm" ID should open as a modal dialog box. In Firefox it
opens properly while in IE it submits the page even with return false;
HTML
---------------------------------------
<h3>Products</h3>
<!-- Placeholder for ajax results -->
<div id="mainproducts"></div>
<input type="submit" name="btnAddSession" value="Add Session"
id="btnAddSession" />
<!-- Placeholder for the insert form -->
<div id="addproductsForm" class="insertForm">
    <ul>
        <li>
            <label>Product Name:</label>
            <input name="txtProductName" type="text" id="txtProductName" /