- 
                    
 --------
 I want to get this value "12" from the text field and use it some where. I did the following
 value=
 Browser("").Page("").WebEdit("_id0:ltrno").GetROProperty("Value")
 msgbox("The value is "& value)
 The message being displayed is: The value is
 i.e. nothing is being displayed
 Need some guidance.
 Thanks in advance. ">Browser("").Page("").WebEdit("_id0:ltrno").Set "12"--------I want to get this value "12" from the text field and use it some where. I did the followingvalue=Browser("").Page("").WebEdit("_id0:ltrno").GetROProperty("Value")msgbox("The value is "& value)The message being displayed is: The value is i.e. nothing is being displayedNeed some guidance.Thanks in advance.
- 
                    
- 
                    
- 
                    

 
  
  
 