This is how i want to have the code. But it don't like to open the window at all so something must be wrong with it......
Code:
<script type="text/javascript">
function productSearch(url){
var productSearchwin=dhtmlmodal.open("productSearchbox", "iframe", url, "product search result", "width=590px,height=450px,center=1,resize=1,scrolling=0", "recal")
}
</script>
<h3>Enter product Name:</h3>
<form name="product">
<input name="productID" type="text"/>
<input name="image" type="image" src="../images/searchbutton.gif" alt="Search" onsubmit="performerSearch('product.php')"/>
</form>
Bookmarks