Can you make a navigation menu button just change what an iFrame is showing?
Because that would be pretty awesome ^^
Can you make a navigation menu button just change what an iFrame is showing?
Because that would be pretty awesome ^^
On The Other hand, it could be something like, it wont reload the header part of the site? ^^
I think I have an answer for you. You should make a link using HTML Snippet.
Here is the sample of the code, feel free to customize everything in it.
Good luck!
====================================================
<script type="text/javascript">
function open_win()
{
window.open("http://www.xxx.xx", "_blank", "toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=yes, width=490, height=600")
}
</script>
<E href="void(0);">Type whatever you want</E> ===> replace E with a to make it work. There two E's to be replaced in this line.
====================================================
You must log in to post.
Use the form below to search the site:
Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!