You can make the browser window stay on top:
<script language="JavaScript">
if (top != self)
{ top.location = location;
}
</script>
OR
|
Search:Type: Posts; User: blazin1 Search: Search took 0.01 seconds.
Results 1 to 3 of 3
|
|