10-14-2011, 10:31 AM
Hi Michael,
As per my understanding, U want to enter the value in the text field which is there in the pop up window.
Its better to check for the pop up fires.. U can use code something like this...
'First check the popup..
If <Ur popup Window>.Exist Then
'Now set the value to the text box in the pop up
'Finally click submit button
End IF
Do correct me if i have misunderstood ur query.
Regards,
Ankesh
As per my understanding, U want to enter the value in the text field which is there in the pop up window.
Its better to check for the pop up fires.. U can use code something like this...
'First check the popup..
If <Ur popup Window>.Exist Then
'Now set the value to the text box in the pop up
'Finally click submit button
End IF
Do correct me if i have misunderstood ur query.
Regards,
Ankesh