I have a main page which contains a simple iframe. Iframe source = a php file. The PHP have a link the user can click, but whenever clicked, the browser history increases.
I want the iframe to be independent, without affecting history. Possible? I am not familiar with ajax btw.
PS: Its only 1 link in the iframe which can be clicked.
Thanks