View Single Post
Old 06-01-2004, 10:02 AM  
broke
Confirmed User
 
Join Date: Aug 2003
Location: Someplace Windy
Posts: 4,501
Code:
<script language="JavaScript">

<!--

function pop_and_change()

{

window.open('pop_up_url.htm','myWindow');
window.location.href = "page_in_main_window_url.htm";

}

-->

</script>


Link code:

<a href="javascript:;" onclick="pop_and_change()">


The haha123; should be a left curly brace.
broke is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote