Hi,
I use the following to open a new window but it doesnt work in IE 7
thansk MG
I use the following to open a new window but it doesnt work in IE 7
Code:
<a href="autobase/stockview.asp?vehicleid=<%=Server.URLEncode(x_vehicleid)%>" onclick="window.open(this.href, this.target,'status=no,resizable=notoolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=0,width=638,height=640,left=180, top=50');return false;">
CLICK
</a>
thansk MG