Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~7K People Reached

4 Posted Topics

Member Avatar for NimbusSoftware

I'm trying to append a function to the body tag's onload event... [CODE]<body onload="Do_This();"...> ... ... <script....> document.body.onload =+ " And_This();"; alert(document.body.onload); </script>[/CODE] The alert reports "undefinedDo_This();". The Do_This() function does load (and run) but I want both funcions to run on the onload event. The body tag is in …

Member Avatar for Member #334542
0
489
Member Avatar for JaxsWastedLife
Member Avatar for rixius

PM me with your email address for an invitation. NimbusSoftware P.S> since we have an assine 10 post requirement to get PM capabilities, here's my gmail addr: [email][email protected][/email]

Member Avatar for Member #114696
0
6K
Member Avatar for NimbusSoftware

I would like to either 1) set the iframe's height equal to the window height minus the iframe's top position (filling the window without invoking the verical scroll bar) or 2) resize the iframe to the height of the its src. Yes, I've tested [url=http://codingforums.com/showthread.php?t=62836]Dynamicly resizing an iFrame to the …

Member Avatar for goro
0
96

The End.