B
Brian
can someone PLEASEEEEEEEEEE tell me why this isn't working???
-------------------- function ------------------------
function goBlank(){
newlocation = "blank.asp";
top.window.document.location.href=newlocation ;
return true;
}
-------------------------- html ------------------
<td><div align="center" ><a href="javascript:;" ><span
class="popupButton" style="text-decoration: none; line-height: 24px;"
onClick="checkin();" > Check In
</span></a></div></td>
I have tried every conceivable combination and it just wont work.. I
can see the status bar flash, like its loading a new page, but the page
doesnt change..
thanks in advance...
-------------------- function ------------------------
function goBlank(){
newlocation = "blank.asp";
top.window.document.location.href=newlocation ;
return true;
}
-------------------------- html ------------------
<td><div align="center" ><a href="javascript:;" ><span
class="popupButton" style="text-decoration: none; line-height: 24px;"
onClick="checkin();" > Check In
</span></a></div></td>
I have tried every conceivable combination and it just wont work.. I
can see the status bar flash, like its loading a new page, but the page
doesnt change..
thanks in advance...