Call 1 function that in turn calls the other 2:
 
<script language="javascript">
function MasterFunction()
{
f1();
f2();
}
function f1()
{
// whatever your script is supposed to do
}
function f2()
{
//whatever your script is supposed to do
}
</script>
<body onload="MasterFunction();">
 
Mark

Jegatha <[EMAIL PROTECTED]> wrote:
hi friends
can v have more than one function in Body onload??

I have 2 function: f1(),f2()

now i want to accept these both in body onload!! shall i do it like this?
if its not possible,give some other solution if u know.

thanks 

Jegatha

Yahoo! India Matrimony: Find your life partneronline.

[Non-text portions of this message have been removed]



---------------------------------
Yahoo! Groups Links

   To visit your group on the web, go to:
http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/
  
   To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
  
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 



[Non-text portions of this message have been removed]



 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to