# Fullscreen window with taskbar

**URL:** https://forum.kirupa.com/t/fullscreen-window-with-taskbar/98771
**Category:** Uncategorized
**Created:** [January 11, 2004, 1:40am UTC](https://forum.kirupa.com/t/fullscreen-window-with-taskbar/98771 "2004-01-11T01:40:28Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![dreamer](https://avatars.discourse-cdn.com/v4/letter/d/6bbea6/32.png) [@dreamer](https://forum.kirupa.com/u/dreamer)
#### Post date: [January 11, 2004, 1:40am UTC](https://forum.kirupa.com/t/fullscreen-window-with-taskbar/98771/1 "2004-01-11T01:40:28Z")

</div>

i’m using this:

function popup(mylink, windowname)  
{  
if (! window.focus)return true;  
var href;  
if (typeof(mylink) == ‘string’)  
href=mylink;  
else  
href=mylink.href;  
window.open(href, windowname, ‘,type=fullWindow,fullscreen,scrollbars=yes,’);  
return false;  
}

how do you make it so that you still see the task bar?
