Page 1 of 1

pages appearing in back button list

Posted: Thu Nov 13, 2003 4:58 pm
by netooi
I am somewhat new to html and php..

I was wondering if there is a way with php or just straight html to keep certain pages on my website from appearing in the back button's list of previously viewed pages and the same for the forward button.

Would this have to do with caching and stuff or is it
even possible?

Thanks in advance

Posted: Thu Nov 13, 2003 5:38 pm
by d3ad1ysp0rk
only idea i have is to open a new browser window everytime you click a link, and then use window.close(); after the window opens (on the original page)

what is this for anyway?

Posted: Thu Nov 13, 2003 5:40 pm
by m3mn0n
Unless there is some weird javascript that I don't know of, I don't think you can without doing what LiLpunkSkateR suggested.

Posted: Fri Nov 14, 2003 3:07 am
by JayBird
using frames will stop it i think

Mark

Posted: Fri Nov 14, 2003 3:12 am
by JayBird
no it won't, just done a test and the pages in the frames still appear

Mark