cant do that, since the links are in a select form I believe I need the javascript
Code:
<script type="text/javascript">
function dropdown_post_js(menuObj) {
if(menuObj.options[menuObj.selectedIndex].value.length > 0)
window.open(menuObj.options[menuObj.selectedIndex].value);
}
</script>
this will open them in _blank, really I just wanna send these guys back to my site w/ no frames, same window.