00:00
00:00
Newgrounds Background Image Theme

decafpanda just joined the crew!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

HTML help.... 2001-04-15 09:23:55


hey do you know HTML? if not then u can stop readin now but if you do then i need some help...
well i wanna make a window open when somone loads my site...only i dont want all that explorer bar and stuf at the top of it...ive worked how to do this from a link, the code for that goes like this...

[HTML]
[a HREF="#"onclick="window.open("INSERTLINKHERE.html",&q uot;filename","toolbar=no,location=no,directories=no,stat us=no,menubar=no,scrollbars=yes,resizable=no,width=540,height=365" )"]mp3[/a]
[/HTML]

but i want it to happen automatically...if you know how too do that then ide much appreciate some help

an example of where this is done is right here on NewGrounds....ya know that 'watcher' add that pops up every now and then....well i want a window like that

NOTE:in the code above i had to replace the regular HMTL brackets with '[' and ']' besause it wouldnt let me post this message otherwise....

thanx

HTML help....

Response to HTML help.... 2001-04-15 09:56:00


At 4/15/01 09:23 AM, sleepyfrOg wrote: hey do you know HTML? if not then u can stop readin now but if you do then i need some help...
well i wanna make a window open when somone loads my site...only i dont want all that explorer bar and stuf at the top of it...ive worked how to do this from a link, the code for that goes like this...

[HTML]
[a HREF="#"onclick="window.open("INSERTLINKHERE.html",&q uot;filename","toolbar=no,location=no,directories=no,stat us=no,menubar=no,scrollbars=yes,resizable=no,width=540,height=365" )"]mp3[/a]
[/HTML]

but i want it to happen automatically...if you know how too do that then ide much appreciate some help

an example of where this is done is right here on NewGrounds....ya know that 'watcher' add that pops up every now and then....well i want a window like that

NOTE:in the code above i had to replace the regular HMTL brackets with '[' and ']' besause it wouldnt let me post this message otherwise....

thanx

I only have 5 mins cos I have to go out but I do know how to do this. It includes using the on load function but I don't have enough time to go through that more. If no-one has replied by the time I get back (that'll be in 6 hours approx.) then I'll go through it with you.

Response to HTML help.... 2001-04-15 10:03:48


Response to HTML help.... 2001-04-15 18:14:33


thanks man.....this is perfect

Response to HTML help.... 2001-04-15 20:36:57


At 4/15/01 06:14 PM, sleepyfrOg wrote: thanks man.....this is perfect

The Jalfrezi site as a whole is pretty good, even though it's dated. There are some workarounds from the code there, but I didn't have time to write about them at the time of posting that. Sounds like you've got what you needed though.

Response to HTML help.... 2001-04-15 21:05:34


yea i just changed the sizing and positioning.....look i dont supose u know how to put that icon next to the URL when a page is added to the favourites list?

Response to HTML help.... 2001-04-16 01:06:11


It should do it automatically...if not, then the site is not set up for it on the favorites list. I think.

HTML help....

Response to HTML help.... 2001-04-16 13:40:42


At 4/15/01 09:05 PM, sleepyfrOg wrote: yea i just changed the sizing and positioning.....look i dont supose u know how to put that icon next to the URL when a page is added to the favourites list?

You need to create a favicon.ico file (I think that's the right file name).

Anyway, make a bitmap of your icon at about 32 * 32 pixels and call it favicon.bmp. Then go off and find yourself an online converter (simply re-naming the file works too, for some reason). Final step, upload the file to the root directory (main folder) of your site. Bingo.