[ptt-users] Dynamic Id's
Ian Phillips
phillipsic at gmail.com
Mon Sep 24 09:13:11 PDT 2007
Hi.
I have a select that has a dynamic ID:
<select id="w46f7deac1391d" name="subtype"><option>-</option>
<option value="ParameterLong">Long</option>
<option value="ParameterString">String</option>
<option value="ParameterConst">Constant</option>
<option value="ParameterEnum">Enum</option>
<option value="ParameterBoolean">Boolean</option>
<option value="ParameterRange">Range</option>
</select>
I am having difficulty selecting from this list.
I have tried this:
select */FORM[4]/SELECT[@Name="subtype"] Long
but it does not work, it cannot find it.
I could not find a way to search the mail archives so do not know if this
have been answered before.
Thanks
Ian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://cake.pushtotest.com/pipermail/users/attachments/20070924/a50f4fba/attachment.htm
More information about the Users
mailing list