# Need Help!

**URL:** https://forum.kirupa.com/t/need-help/58246
**Category:** Uncategorized
**Created:** [July 20, 2004, 11:57pm UTC](https://forum.kirupa.com/t/need-help/58246 "2004-07-20T23:57:30Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![disco\_d](https://avatars.discourse-cdn.com/v4/letter/d/9fc29f/32.png) [@disco\_d](https://forum.kirupa.com/u/disco_d)
#### Post date: [July 20, 2004, 11:57pm UTC](https://forum.kirupa.com/t/need-help/58246/1 "2004-07-20T23:57:30Z")

</div>

Hey ppl New on the forum…hope u peoples can help me out

ok situation im starting a company and well ive done my first web site, but i need two lil things to complete it

First…I need to know where do i put the POP up code im getting off the internet…i just need a lil pop up for users to put there info in and every code i put in my html text doesnt seem to be working…if anyone has a easy way to put it in that would be great.

Second…i need to know how to make a html page unnresizable…i know its simple but i cant figure it out…

Any help would be greatly appreciated…

Thanks PPLS…

---

<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: [July 21, 2004, 4:22pm UTC](https://forum.kirupa.com/t/need-help/58246/2 "2004-07-21T16:22:38Z")

</div>

Hello

If you want the window to open after a link has been clicked this should work. Place it whever you want the link text to be.

```auto
<a href="whatever.html" title="?" onclick="window.open(this.href, 'newWin', 'width=?, height=?'); return false;">Whatever (opens in a new small window)</a>

```

Hope it does.

Later  
Johnny

---

<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: [July 22, 2004, 6:11am UTC](https://forum.kirupa.com/t/need-help/58246/3 "2004-07-22T06:11:35Z")

</div>

hey Johnny Gulag THANK YOU sooooooooooooooooooooooo much…the page works 95% perfect…

the code that you gave is killa but i cant get the pop up effect to work.

so every thing works but i want it sooo when the page loads up a pop up will come up automatically. i dont want the viewer to have to click something…

any help???
