TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

onLoad""??

Page: 1 Reply
Apr 7th 2001#1089 Report
Member since: Apr 7th 2001
Posts: 366
Can anyone tell me what ( onLoad="" ) means/ does?? I was looking at a friends source code and she has it in there and I would like to know what it does.

Here's the link so that you can take a look at it as it is on her site: http://www.ayanami.nu/index2.html

I will be so thankful if you can tell me why it's there.
Reply with Quote Reply
Apr 7th 2001#1100 Report
Member since: Mar 27th 2001
Posts: 2237
the onload handler on that page doesn't do anything....

it looks like this in the body tag


' onload="" '


for it to actually do anything it would call a function "onload" (when the body of the page loads)

:example
[code]
function sizedwin(){
window.moveTo(0,0)
window.resizeTo(200,200)
}


HELLO![/code]

this html has an onload function that makes the window resize itself when the body of the page loads....


hope this helps

OK...UBB aint working look at this page's source

http://home.hiwaay.net/~cbutts/test.html
Reply with Quote Reply
Apr 7th 2001#1113 Report
Member since: Mar 18th 2001
Posts: 1690
1) This is not ubb
2) It interprets source code as just that. if you put spaces in between them the code will show up.
Reply with Quote Reply
Apr 7th 2001#1114 Report
Member since: Mar 27th 2001
Posts: 2237
Spaces in between what Oblivious?
help me out here, I dont think I understand...but I would like to know how to post code

I was using [co de] [/co de]
Reply with Quote Reply
Apr 7th 2001#1122 Report
Member since: Mar 16th 2001
Posts: 2421
Hmmm, I tried messing with your post to get it to show but couldn't. I'll have to check it out... This is still a beta version of the 2.0 vbulletin so I'll look for a bug...
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum