Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Registration in a Web browser
#2
Not Solved
Hi Ann,

you can store the candidate (with random number) and then use the same for login again.
Code:
strCandidate = "supputuri"
  RanNumber = RandomNumber(0,1000)
  'Now appending the random number to the candidate.
  LoginCandidate = strCandidate & RanNumber
  msgbox LoginCandidate
  ' now we have the candidate infor in the "LoginCandidate" variable and can use the same. (we can do it with out using strCandidate too)

Please let me know if you need any more info.
Thanks,
SUpputuri
Reply


Messages In This Thread
Registration in a Web browser - by Ann Hagglund - 04-04-2011, 06:58 PM
RE: Registration in a Web browser - by supputuri - 04-05-2011, 02:14 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  error object disabled on line 9 where it says " Browser("Browser").CloseAllTabs" kp_usa 1 3,154 12-20-2012, 12:20 AM
Last Post: adityapant27
  Need to identify Dropdown box in Google registration form manishnangalia 2 2,407 07-03-2012, 07:48 PM
Last Post: manishnangalia
  My IE Browser Recognizing as Window instead of Browser. sivakrishna 4 8,735 02-11-2012, 12:19 AM
Last Post: ravi.gajul
  Cant select any Browser in "Record and Run" Web settings Throwingstones18 5 4,495 08-03-2011, 08:48 PM
Last Post: shawnhunter
Exclamation how to handle multiple instances of web browser sandy.jakhar 3 5,755 03-21-2011, 03:32 PM
Last Post: basanth27

Forum Jump:


Users browsing this thread: 1 Guest(s)