How to open external link in Dreamweaver in same tab
I want to make a hyperlink to an amazon page, childrens books.
<li><a href="#" onclick="MM_openBrWindow('https://www.amazon.com.au/Children-Books/b?ie=UTF8&node=4893846051');return false">Children's Books</a></li>
this is my code. The link works fine, except it opens the amazon link in a seperate window. I want it to replace the current window with the amazon page. I think this is because of "MM_openBrWindow"
What can I replace this with so the amazon tab will open in the same tab/window?
I am new to dreamweaver and HTML in general so please be thorough
thanks,
