Hey all,
I'm trying to capture multiple selections in an IE text box. I was using GetElementById but it only returns the first entry in the list of multiple selections. I then tried GetElementsByName which is supposed to return a string of values, but I don't get any data in the variable when I use that method.

Here's the code:

$OSystemsAffected = $doc.GetElementsByName("SystemsAffected")

$mSystemsAffected = $OSystemsAffected.value

Any ideas on what I'm doing wrong?
_________________________
Scott Hickerson Network Design Engineer