Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Change data in a field
#1
I have a bunch of web pages that have a number of text boxes I need to change. There are 2 problems though.
1 - the number of boxes changes on each
2 - the name of each text box changes.

If these two were the same all the time I would simply do the following for each box:
Htm el=htm("INPUT" "ctlAnswerStartDate_10211_txtMonth" "" "Internet Explorer" "2/3" 20 0x121)
el.SetText("07")

Is there a way to solve my problem with the two given unknowns?

TIA,

Carl


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)