tonyz289
07-23-2013, 01:48 PM
1) Script Title: dhtmlwondow
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex8/dhtmlwindow/index.htm
3) Describe problem: Close symbol missing on window. When I use under asp.net the top of the window looks like this5151 but when i run under php it looks like this 5152
This code to display it is the same (as far as the display parameters go). Under asp it is
onclick="productcategorywin=dhtmlwindow.open('productcategory','iframe','dynamicpopup.aspx?field=fidProductCategory&seg=a&AssetType=1','State - Region','width=350px,height=375px,left=445px,top=155px,resize=0,scrolling=1'); return false".
Under php it is
onclick="itemNameWin=dhtmlwindow.open('itemName','iframe','dynamicPopup.php?field=fidAdvertiser&seg=a&productGroup=Wines&productType=Red Wines&typeClassification=Cabernet Sauvignon','ItemName','width=350px,height=375px,left=445px,top=155px,resize=0,scrolling=1'); return false"
How do I get the close symbol to appear?
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex8/dhtmlwindow/index.htm
3) Describe problem: Close symbol missing on window. When I use under asp.net the top of the window looks like this5151 but when i run under php it looks like this 5152
This code to display it is the same (as far as the display parameters go). Under asp it is
onclick="productcategorywin=dhtmlwindow.open('productcategory','iframe','dynamicpopup.aspx?field=fidProductCategory&seg=a&AssetType=1','State - Region','width=350px,height=375px,left=445px,top=155px,resize=0,scrolling=1'); return false".
Under php it is
onclick="itemNameWin=dhtmlwindow.open('itemName','iframe','dynamicPopup.php?field=fidAdvertiser&seg=a&productGroup=Wines&productType=Red Wines&typeClassification=Cabernet Sauvignon','ItemName','width=350px,height=375px,left=445px,top=155px,resize=0,scrolling=1'); return false"
How do I get the close symbol to appear?