Pass data between HTML pages

MyPlanet 2003-08-16 09:51:12
Is it possible to pass/receive data between different HTML pages? If so, please show some code.
...全文
30 4 打赏 收藏 转发到动态 举报
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
wanghr100 2003-08-17
  • 打赏
  • 举报
回复
write up
http://expert.csdn.net/Expert/FAQ/FAQ_Index.asp?id=165101
wanghr100 2003-08-17
  • 打赏
  • 举报
回复
Come From net_lover..

<a href="2.htm?id1=2&id2=222">go</a>
<script>
var v =location.href.replace(/(.*)\?/g,"").split("%26");
if(v[0])for(i=0;i<v.length;i++)alert(v[i].split('=')[0]+":"+v[i].split('=')[1])
</script>

MyPlanet 2003-08-16
  • 打赏
  • 举报
回复
I want to pass some variables from A html page to B html page, and B html page show diffenrent text from the variables past from A html page.

I know it is possible to do it in ASP or JSP, but I don't know if it is possible or not in html pages.
liuruhong 2003-08-16
  • 打赏
  • 举报
回复
不明白你具体要干么,肯定有解决的方式的

61,115

社区成员

发帖
与我相关
我的任务
社区描述
层叠样式表(英文全称:Cascading Style Sheets)是一种用来表现HTML(标准通用标记语言的一个应用)或XML(标准通用标记语言的一个子集)等文件样式的计算机语言。
社区管理员
  • HTML(CSS)社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧