D]]Sent: Friday, March 02,
2001 4:53 PMTo:
'[EMAIL PROTECTED]'Subject: [Dynapi-Help] Basic
Javascript question
I have a basic javascript question here... please forgive me
=:)
I have the following code:
Z = 0 Y = 5 Loc4 = 7 Ydraw(Z, Y, loc4);
function ydraw(Z, Y, loc4){
Title: Basic Javascript question
I have a basic javascript question here... please forgive me =:)
I have the following code:
Z = 0
Y = 5
Loc4 = 7
Ydraw(Z, Y, loc4);
function ydraw(Z, Y, loc4){
object = "ml" + Z + Y + '0';
object.setBgImage(ground[loc4]);
}
this is not