View Single Post
Old 07-30-2011, 11:49 AM  
amateurbfs
Confirmed User
 
amateurbfs's Avatar
 
Join Date: Jun 2010
Posts: 1,316
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.
__________________
amateurbfs is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote