Hey guys,
I have a small problem. I have a page with an applet and a menu (with no frame). The applet allows to do things on files in a directory, so it allows to navigate through all these files.
Can I change something in php/javascript (without touching the applet) so switching from a file to another doesn't show up in history ?
I tried a bit with location.replace(event.target.URL) with no success. Now I think I will just store the initial $HTTP_REFERER in session so I can find it back anytime, but I'm a bit frustrated no to be able to make the history buttons working as I want.
Thx!
Phizz.