Greetings,
I'm having a problem with IE 6. While it's still working with Opera, IE6 isn't sending a referer through to php (or php isn't handling it, or something) when a user clicks a table cell with the "onClick" statement.
My goal here is to force a user to navigate the on-site links through my page, and not allowing them access via the URL to certain sections of my site. I'm doing this by checking that the referer every page comes from my site. On my site I have table cells that link to these other pages using the "onClick" function. When I click on one of these, my php kicks in and doesn't give me access, saying that I need to follow the "on-site links" to browse. When I check the referer, there's nothing there. It's blank.
Any suggestions???