This topic is locked

is there a way to make <optgroup> tag work in PHPrunner?

2/16/2009 6:10:59 PM
PHPRunner General questions
D
Darkwoods author

for example instead of having 2 drop down boxes one for categories and other for the data related to the category cant we make it this way on PHPrunner?

<select>

<optgroup label="Cat1">

<option value="1">Dogs</option>

<option value="2">Cat</option>

</optgroup>

<optgroup label="Cat2">

<option value="3">data1</option>

<option value="4">data2</option>

</optgroup>

</select>
J
Jane 2/17/2009

Unfortunately no.

PHPRunner do not support this tag.

D
Darkwoods author 2/17/2009

Unfortunately no.

PHPRunner do not support this tag.


ah to bad but thanks jane <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=37879&image=1&table=forumreplies' class='bbc_emoticon' alt=':(' />