08-20-2008, 03:14 PM
If you want to delete values in the fields, you can use,
this sets the values in the fields to empty.
Code:
Browser("").Page("").WebEdit("").Set ""
this sets the values in the fields to empty.