Two possible ways spring to mind...
 
1.
 
<body onLoad="fn1(); fn2();"> 
 
2.
 
<script language="javascript">
    function fnCall() {
        fn1();
        fn2();
    }
</script>
 
<body onLoad="fnCall();">
 
Dan

________________________________

From: [email protected]
[mailto:[EMAIL PROTECTED] On Behalf Of Jegatha
Sent: 25 May 2005 06:23
To: Asp
Subject: [AspClassicAnyQuestionIsOk] can v have.....


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]
<mailto:[EMAIL PROTECTED]
subscribe> 
          
*       Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service <http://docs.yahoo.com/info/terms/> . 




[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