|
-
Apr 12th, 2002, 02:24 PM
#1
Thread Starter
Frenzied Member
(Javascript) Calling a function from a function then returning
I know this will be an easy one but i am not familiar w/javascript... I am in a for loop and i need to call another function, to that function then comback and run my loop some more. Is it like return or something?
thanks in advance (time is of the essense, i can go home after this last function )
michael
I'm off to GalahTech, hope to see you there.
If you don't like the rules they make, refuse to play their game. -- Steve Ignorant.
-
Apr 12th, 2002, 03:03 PM
#2
Lively Member
function First()
{
alert(Second());
}
function Second()
{
return "Blah!";
}
Something like that?
-
Apr 12th, 2002, 03:05 PM
#3
Thread Starter
Frenzied Member
Thats what I needed 
Thanks!
Michael
I'm off to GalahTech, hope to see you there.
If you don't like the rules they make, refuse to play their game. -- Steve Ignorant.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|