I want to design a new website. I place left navi-panel and have some links like this:
Link 1 --> page1.html
Link 2 --> page2.html
...
But I want to hide page by filter like this:
<a href=?page=namepage1>link 1</a>
<a href=?page=namepage2>link 2</a>
And when users click link 1, browser will be redirect to page1.html...
Please help me how to do! Thanks 
Last edited by kids; 02-07-2007 at 03:40 AM..
|