Hi All,
I know it is very simple question.
what is the meanig of following code and how it works :
[CODE=javascript]if (document.image s)
{
location.replac e(//some url);
}
else
{
location.href =//some url;
}[/CODE]
Regards,
Anu
I know it is very simple question.
what is the meanig of following code and how it works :
[CODE=javascript]if (document.image s)
{
location.replac e(//some url);
}
else
{
location.href =//some url;
}[/CODE]
Regards,
Anu
Comment