-3

How to disable copy paste of browsers URL in java script or j query. I have tried a lot from Google but i have not found exact solution for tackling this problem. All solution I got is either disable body of web browser or disable any particular fields.

I am Stuck on this problem please any one help me out.

Browser Support for IE9 and firefox 14+.

Thanks

Floris
  • 45,857
  • 6
  • 70
  • 122
  • I think it is impossible – Steely Wing Mar 07 '13 at 03:56
  • 1
    presumably you _can_ make the site appear in a window without an address bar, in which case there's nothing to copy. Not sure that is what you are asking though... In case it is, there is some information [here](http://stackoverflow.com/questions/5664992/how-to-hide-address-bar-in-firefox-using-javascript-window-open) – Floris Mar 07 '13 at 04:00

2 Answers2

2

You cannot. And as for why people are down-voting you, even though your question is somewhat well-formed, I'd assume that's because people absolutely hate this idea. So don't do it.

John Zwinck
  • 239,568
  • 38
  • 324
  • 436
  • 1
    If a client has the requirement that a purple elephant be slaughtered for lunch in the office each day, what will you do? – John Zwinck Mar 08 '13 at 02:51
1

You can't. The address bar is a part of the browser, and is not accessible to your webpage.

Niet the Dark Absol
  • 320,036
  • 81
  • 464
  • 592