Hi,
Instead of checking for NULL, check for "" (Empty)
Here the working script
Hope this Helps..........
Thanks,
Instead of checking for NULL, check for "" (Empty)
Here the working script
Code:
A = Browser("AS Login").Page("AS Login").WebEdit("uname").GetROProperty("Value")
If A = "" Then
Msgbox ("Working")
End IfHope this Helps..........
Thanks,

