Be a Supporter!
simple html question Posted June 18th, 2001 in Programming

How do you format a page so that it rests at the very top of the browser, just like newgrounds does. For some reason there always seems to be a little border on the top of my pages and it sucks when using frames for a navigation bar at the bottom (like newgrounds again) and the frame has to be twice the size of the actual text.

a certain cavity Posted April 22nd, 2001 in General

I could stick that up my bum with ease

Response to: Shitty Day. Posted April 9th, 2001 in General

everybody loves me

Response to: opening new windows with java Posted March 26th, 2001 in Game Development

thanks much....but I still got a problem over here. I can get the new window to pop up where I want it and everything but I'm also getting another window with the address being the entire java code. It's almost like flash opens up that window and then that window opens up the one I want. I'm using flash 4 and here's the code I'm putting in

javascript:window.open ('http://pub28.ezboard.com/bakastones','newwin','menubar=no,toolbar=no,scrollbars=yes,width=520,height=300,resizable=yes,screenx=250,screeny=60,top=60,left=250')

and I'm sending it to a blank window....is there something wrong with that code!? this is what I'm working on....click on forum to see what I mean my dumb ass page

opening new windows with java Posted March 26th, 2001 in Game Development

I'm trying to open a new window in from my flash document without any toolbars or menubars, like the windows that pop up for each flash movie on the sight. could someone show how the proper code should look under the geturl action...when I do it the window never comes out the right size and the current window changes to a blank page.