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,325 12-20-2012, 12:20 AM
Last Post: adityapant27
  Need to identify Dropdown box in Google registration form manishnangalia 2 2,476 07-03-2012, 07:48 PM
Last Post: manishnangalia
  My IE Browser Recognizing as Window instead of Browser. sivakrishna 4 9,060 02-11-2012, 12:19 AM
Last Post: ravi.gajul
  Cant select any Browser in "Record and Run" Web settings Throwingstones18 5 4,637 08-03-2011, 08:48 PM
Last Post: shawnhunter
Exclamation how to handle multiple instances of web browser sandy.jakhar 3 5,915 03-21-2011, 03:32 PM
Last Post: basanth27

Forum Jump:


Users browsing this thread: 2 Guest(s)