|
主题:[求助]升级到v9,无法导入V8的自定义静态标签或SQL标签 [收藏主题] |
![]() |
|
![]() ![]() ![]() ![]() |
![]() ![]() Label_Main.asp中
<tr> <td><strong>选择要导入的标签的分类:</strong><select disabled="disabled" id="LabelType" name="LabelType"> <option value="9999">全部标签</option> <option value="0"<%IF LabelType="0" Then Response.write " selected"%>>系统函数标签</option> <option value="5"<%IF LabelType="5" Then Response.write " selected"%>>自定义函数标签</option> <option value="1"<%IF LabelType="1" Then Response.write " selected"%>>自定义静态标签</option> </select></td></tr> 删除disabled="disabled"即可 |
|
![]() ![]() ![]() ![]() |
<上一主题 | 下一主题 > |