# Specialized pop ups

**URL:** https://forum.kirupa.com/t/specialized-pop-ups/35224
**Category:** Uncategorized
**Created:** [November 11, 2003, 7:55pm UTC](https://forum.kirupa.com/t/specialized-pop-ups/35224 "2003-11-11T19:55:48Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Afro\_Ninja](https://avatars.discourse-cdn.com/v4/letter/a/85e7bf/32.png) [@Afro\_Ninja](https://forum.kirupa.com/u/Afro_Ninja)
#### Post date: [November 11, 2003, 7:55pm UTC](https://forum.kirupa.com/t/specialized-pop-ups/35224/1 "2003-11-11T19:55:48Z")

</div>

Hey, I’m making a site for my flash movies. Each movie has it’s own page. and on that page I want a link where you click it, and the movie launches in a pop up.

so far, I know I need this:

```auto

a href="moviepage.html" target="_top"

```

however, I also want the window to be the same size as the movie (450x500) with NO way to rescale. and I want to get rid of all the browser stuff at the top (like the address bar, nav buttons, etc.)

What do I add to that line of code?  
To see the exact effect I want, go here

> **["Girls"](https://www.newgrounds.com/portal/view/130172)**
>
> "Girls"

  
and click “watch movie”

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [November 12, 2003, 7:51pm UTC](https://forum.kirupa.com/t/specialized-pop-ups/35224/2 "2003-11-12T19:51:07Z")

</div>

go to google or something and lookup the Javascript window.open function

It allows you to set the browser attributes like position on the screen window size scroll bars resizing status bar etc.
