Hi,
I am trying to bold part of a text in my confirmation screen to be bold. I surfed the web and i tried using it but it just would't work. I don't know what I am doing wrong. below is my code.
window.onbeforeunload = confirmExit;
function confirmExit()
{
if (needToConfirm)
var text =...
OK, then what would I declare in the HREF section for the link.....
<A HREF="SearchPDR.aspx" target="mainwindow" onclick ="confirmPDRSearch()">Search PDR</A>
Can I leave it blank and let the function decide on the URL?
Hi,
I am trying to figure out how to navigate through frames based on confirmation result. In my left frame I have a list of link, now if I click on a link I use a javascript function to ask for confirmation from the user if he actually wants to leave the current page. If the user choose...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.