加载页面时,以下生成页面,在这之前有openid获取相关的代码
wb.AddPageTitle("","ph1","企业信息","当前账号:" +PersonDept+" " + PersonName )
wb.AddForm("","form1","index.htm")
With wb.AddInputGroup("form1","ipg1","按关键字搜索")
.AddInput("entname","企业名称","text").Placeholder = "名称关键字或法人姓名"
End With
With wb.AddButtonGroup("form1","btg1",True)
.Add("btn1", "确定", "submit")
End With
第一次获取openid跳转至
http://foxwx.d~.com/index.htm/?code=87enAUIJxNyh6nbEVtthSfW5SlWW2Tnu_uq4kjS2EIQ&state=wx75cc9ec9fb1b8a8a
输入框填写关键字 点确定后,网页跳转如下:
http://foxwx.d~.com/index.htm/index.htm
index.htm/index.htm多了一个index.htm,导致页面无法加载出来
请教大侠,怎么把多余的index.htm给弄掉?