flyclassic22
Technical User
how to i use response.write to write to a specific line let's say in
the drop down list section of a html file
eg.
<select name="xslfileid" onclick="previewxmlthumbnails(selection.xslfileid.value)">
<option value="aflooding.xsl">Normal Style(No Pics)
<option value="afloodingtmp2.xsl">Normal Style 2
<option value="afloodingtmp3.xsl">Special Style
<option value="plaintext.xsl">Plain Text Only
</select>
i would like to add another line of <option value="nostyle.xsl">Nostyle
into above </select>@using response.write.
any idea how?
the drop down list section of a html file
eg.
<select name="xslfileid" onclick="previewxmlthumbnails(selection.xslfileid.value)">
<option value="aflooding.xsl">Normal Style(No Pics)
<option value="afloodingtmp2.xsl">Normal Style 2
<option value="afloodingtmp3.xsl">Special Style
<option value="plaintext.xsl">Plain Text Only
</select>
i would like to add another line of <option value="nostyle.xsl">Nostyle
into above </select>@using response.write.
any idea how?