PDA

View Full Version : Something Quick ;)



ClubTime
16-03-2006, 04:29 PM
Right i need to know the HTML to make a window open and CANT be maximised.

Anyone got any help?

Tomm
16-03-2006, 04:30 PM
Its javascript.

Webhamster
16-03-2006, 04:30 PM
Like the habbo one? Not sure, it's something like <setpage=50x50> I should guess, no idea otherwise.

I just guessed

due to that dudes post, I have no idea once more.

ClubTime
16-03-2006, 04:37 PM
Its javascript.

Okay, well you got anything that can help me?

Webhamster
16-03-2006, 04:42 PM
Sadly not sorry.

Jamie.
16-03-2006, 06:10 PM
Well, you cud try tutorial sites thats all i no sorry i cudnt help :(

Splinter
16-03-2006, 06:27 PM
<script language="javascript">
function getpopup(url) {
window.open('url', 'popup', config='height=400, width=400, toolbar=no, menubar=no, scrollbars=yes, resizeable=no, location=no, status=yes, directories=no');
}
</script>

then the html to open would be


<a href="getpopup(home.html)"></a>

should work..

ClubTime
16-03-2006, 08:14 PM
Please close this thread - Problem solved

Want to hide these adverts? Register an account for free!