我正在使用 PHP + HTML
我有一个表单,其动作定义如下:
1]表单action="index.php?option=com_advertisment&task=keysearch&Itemid=2&catid=this.options[this.selectedIndex].value"
但是当我提交表单时,查询字符串中未显示下拉的选定值。
这意味着this.options[this.selectedIndex].value
不是替换为,value
而是在查询字符串中出现,如下所示:
http://mydemoserver.com/index.php?option=com_advertisment&task=keysearch&Itemid=2&catid=this.options[this.selectedIndex].value
如果有人知道解决方案,请帮助我。
谢谢