11-25-2010, 07:57 PM
I am using web application developed in .Net in that after filling an application and sending i will get a unique number.
I want to take that number from the web page and search for application with the desired number with another login.
But Unable to do the same.
I used this code to get the Number.
I also Used the below code
But I am unable to get the number in message box.
PFA Screen shot
Please help me ASAP
I want to take that number from the web page and search for application with the desired number with another login.
But Unable to do the same.
I used this code to get the Number.
Code:
x=Browser("AutoDCR").Page("B u i l d i n g P l a").Frame("contents_3").GetROProperty("outertext")
MsgBox x
Code:
DataTable.Value("ApplicationNumber",dtlocalsheet)= Browser("AutoDCR").Page("B u i l d i n g P l a").Frame("contents_3").GetROProperty ("innertext")
MsgBox DataTable.Value("ApplicationNumber",dtlocalsheet)
But I am unable to get the number in message box.
PFA Screen shot
Please help me ASAP