No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
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 …
some info here: [url]http://support.microsoft.com/kb/q278469/[/url]
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]
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 …
The End.
NimbusSoftware