I have a popup window that walks users through
a form. As they change focus to the different fields in the form the popup window changes instructions. Everything works great except that when the window first opens it is on top but after that when they move to the next field it
doesn't stay on top and is hidden by the main browser window. Am I doing someting wrong or do I not understand the
alwaysRaised attribute??
TIA
function LoadTip(TipPage)
{
popupWin2 = window.open(TipPage, 'Tips', 'alwaysRaised=yes,width=200,height=250,scrollbars=no');
}
a form. As they change focus to the different fields in the form the popup window changes instructions. Everything works great except that when the window first opens it is on top but after that when they move to the next field it
doesn't stay on top and is hidden by the main browser window. Am I doing someting wrong or do I not understand the
alwaysRaised attribute??
TIA
function LoadTip(TipPage)
{
popupWin2 = window.open(TipPage, 'Tips', 'alwaysRaised=yes,width=200,height=250,scrollbars=no');
}