Custom Commands Repository
From GXtest Wiki
Go To Object
if (currentLanguage=="java")
{
window.location=paramJS;
}
else if (currentLanguage="net")
{
window.location=paramJS+".aspx";
}
else
{
alert("language: " + currentLanguage);
}
result = "OK";
return result;