Right i need to know the HTML to make a window open and CANT be maximised.
Anyone got any help?
Printable View
Right i need to know the HTML to make a window open and CANT be maximised.
Anyone got any help?
Its javascript.
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.
Okay, well you got anything that can help me?Quote:
Originally Posted by Organised
Sadly not sorry.
Well, you cud try tutorial sites thats all i no sorry i cudnt help :(
then the html to open would beCode:<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>
should work..HTML Code:<a href="getpopup(home.html)"></a>
Please close this thread - Problem solved