G
Guest
I am getting an "Object Expected" error on line 0. Do you see anything
wrong with the following code:
var iTest = 60
function test(msg)
{
var NewMessage = msg;
StartIt(NewMessage);
function DisplayMessage(theMessage)
{
alert(iTest + theMessage);
}
function StartIt(theMessage)
{
var timer;
timer = setInterval("DisplayMessage('" + theMessage + "')",2000);
}
}
Thank you in advance
The email address is valid.
wrong with the following code:
var iTest = 60
function test(msg)
{
var NewMessage = msg;
StartIt(NewMessage);
function DisplayMessage(theMessage)
{
alert(iTest + theMessage);
}
function StartIt(theMessage)
{
var timer;
timer = setInterval("DisplayMessage('" + theMessage + "')",2000);
}
}
Thank you in advance
The email address is valid.