I'm trying to do one of two things;
a.) Have the new page open in the current browser window
b.) failing that, have the original page close once the new page is opened.
I've seen a couple of scripts that will do the above, but I'm not sure how to work that into the current links I have which also keep things like the toolbar, menubar, scrollbars, etc from showing up (the link code is listed below).
<a href="java script://" onclick="java script: window.open('http://www.geocities.com/david_hayden_cj/course_template_page_2b.htm','newwindow',config='height=700,width=1100, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, directories=no, status=no')"><img src="previous_arrow.gif"></a>
Any suggestions?
