注册 登录
编程论坛 JavaScript论坛

js参数传送与接收问题?帮帮忙啊,大虾们

急速之旅 发布于 2009-07-28 12:09, 728 次点击
<script >
parent.frmadd.news_content.value+='[uploadimg]<%=ufp%>[/uploadimg]'
location.replace('upload.asp')
</script>

上面这段代码是传递[uploadimg]<%=ufp%>[/uploadimg]这个参数到'upload.asp'这张页面不知道这张页面要怎么才能实时接收这个参数并放到news_content这个表单中????
1 回复
#2
pgj9992009-07-29 10:13
页面跳转的时候用get传参不可以吗?
1