Hello i have a problem. I have a page in which i have inside an iframe. In the parent page (not in the iframe), i want to build the browser buttons back, fw, refresh and home page. The back, fw, home page buttons are almost ok. The refresh button doesnt work. The code is below:
<a href="javascript:;" onClick="parent.document.getElementById('my_frame').location.reload();">
I also have to tell that my url is not changing i mean i have used post method and the url is always the same. Any answers of jquery or javascript???
Thanks in advence, i m really desperate