0

I use window.onbeforeunload i have my own custom alert message but along with my message some default message is also showing in that confirm window. I need only my custom message.

Gopinagh.R
  • 4,826
  • 4
  • 44
  • 60

1 Answers1

0

there is no way you can do that. it's default functionality of browser.

rahul
  • 7,573
  • 7
  • 39
  • 53
  • Thanks Rahul,But there is any other function that i want to used as a custom message alone.And also i want to know were is Window.onunload function it is in any js file? – user1648060 Nov 26 '12 at 07:40