Quick question for you javascript gurus…
HOw do I get the window to focus…come to the top while activated on a pop up.
Here’s the lovely script I got off Kirupa that rocks…
Just need this little adjustment.
<SCRIPT LANGUAGE=“JavaScript”>
<!-- Begin
function Launch(page) {
OpenWin = this.open(page, “KirupaStyle”, “toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=no,width=570,height=420”);
}
// End -->
</SCRIPT>
Please help…
thanks!
dogandking