A repo to track down JS code.
In your web page:
<script src="parentWinRedirect.js"></script>
(Coming soon)
The custom error display function, you should define when you call the validate function:
<script src="parentWinRedirect.js"></script>
<script>
var dest = null;
document.getElementById('btn').onclick = function() {
dest = window.open('', '_blank', 'fullscreen=no, width=500, height=700, resizable=no');
parentWinRedirect(dest, "http://www.google.com/", 500);
}
</script>
(Nothing yet)