链接到第几页的跳转按钮,跳转不到指定页面,虚心请求指教!

我是新手,请各位指点一下,现在把代码贴出来,帮帮忙看看问题出在哪里???对不起,新手只能出到5分了
If n-currentpage<1 Then
Response.Write "<font class='contents'>下一页 末 页</font>"
Else
Response.Write "<a href="&filename&"?page="&(CurrentPage+1)&"&selectm="&selectm&"&selectkey="&selectkey&" class='contents'>"
Response.Write "下一页</a> <a href="&filename&"?page="&n&"&selectm="&selectm&"&selectkey="&selectkey&" class='contents'>末 页</a>"
End If
Response.Write "<font class='contents'> 页次:</font><font class='contents'>"&CurrentPage&"</font><font class='contents'>/"&n&"页</font> "
Response.Write "<font class='contents'> 共有"&totalnumber&"种商品 "
Response.Write "<font class='contents'>转到第:</font><input type='text' name='page' size=2 maxlength=10 class=smallInput value="¤tpage&">页"
Response.Write " <input type='submit' class='contents' value='跳转' name='cndok'></form>"
End Function
%

<input type='submit' class='contents' value='跳转' name='cndok'>这是一个提交功能的按钮,提交的什么。

给你一个源码,自己临时写的,希望对你有用。

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
</head>

<body>
<label>跳转第
<select name="List" id="List">
<option value="http://www.163.com">1</option>
<option value="http://www.126.com">2</option>
</select>

<input type="button" name="button" onclick="javascript:window.location.href=document.getElementById('List').options[document.getElementById('List').selectedIndex].value" id="button" value="跳" />
</label>
</body>
</html>
温馨提示:内容为网友见解,仅供参考
第1个回答  2009-10-19
应该是你的URL有问题吧 你这样 你打印出你的路径看看?

微信小程序能打开app短链接吗
微信小程序不能直接打开APP短链接,因为微信小程序和APP是两种不同的应用程序,它们的开发和运行环境不同。微信小程序是基于微信平台开发的轻量级应用,运行在微信客户端内部,而APP则是独立的应用程序,需要在手机上安装并运行。微信小程序主要通过微信开发者工具进行开发,并在微信中进行访问和使用。它具有...

相似回答
大家正在搜