hi everyone,
first post here,
here is my code that is working
echo'
<input type="button" value="view" onClick="top.location.href= select_product.select.options[select_product.select.selectedIndex].value">
';
i want to add target=_blank in the end so that url will open in a new window
however i keep trying using different \ with different ' or "
still no luck
any help??
thx in advance