Karthikeyan B
Karthikeyan B

Reputation: 11

Browser Back Button Issues

I have one issue if you have solution, please advise asap

  1. I have the HTML page and PHP file.
  2. I have one image, While clicking that image, an Iframe will be opened. Then the transactions will be continuing within that Iframe.
  3. When Iframe opens, the browser back button should not work. If Iframes closes, then the browser back button should work.
  4. I am using jquery.colorbox.js for Iframe pop up
  5. Keyboard back arrow and Back using right click mouse also should not work.
  6. Need explanation with example

Upvotes: 1

Views: 1206

Answers (1)

Arda
Arda

Reputation: 6916

it's not possible:

this has been - asked several times - already.

I would use jQuery's load() instead of frames.

Upvotes: 1

Related Questions