New Zenner
- Join Date:
- Jun 2007
- Posts:
- 91
- Plugin Contributions:
- 0
Creating a link to a page without header
<a href="http://www.mysite.com/mypage.htm" target="_blank">My Page</a>Better yet, what I've tried is this: <a href="#" onclick="window.open('index.php?main_page=myNewPage', '_blank', 'scrollbars=yes,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=no,left=40,top=20'); return true">My New Page</a>I've gotten this to work, but it opens in a new window within the framework of my site (with the header, etc.). I just want the file by itself, which is just html.I've only found forum, wiki, tutorial references to something involving 4 files or javascript or zen functions, etc. If these are the only ways to do this, I'll figure it out. But there has to be an easy way to do this.
Ideally, I'd be able to create the html or php file in EZ Pages (or Define Pages?) and then based on that EZ Page file, I can reference it in a code snippet on other pages.