摘要: <script>function fuzhi(){ var name = GetE('txtName').value; if (name == null || name == "" || name == '输入关键词') { alert('请正确输入关键字查询'); return false; } name = encodeURIComponent(name); window.parent.location = "/product/searchlist-" +name+'.html 阅读全文
posted @ 2011-11-28 18:42 周正明 阅读(178) 评论(0) 推荐(0)