javascript - 如何获取输入框中输入的url链接

WBOY
Release: 2016-06-06 20:26:47
Original
1299 people have browsed it

通过php如何怎么达到如下效果

在下图链接框中输入地址,提交
javascript - 如何获取输入框中输入的url链接

点击下图“查看”,可以打开上述输入的地址
javascript - 如何获取输入框中输入的url链接

小白,求代码示例

回复内容:

通过php如何怎么达到如下效果

在下图链接框中输入地址,提交
javascript - 如何获取输入框中输入的url链接

点击下图“查看”,可以打开上述输入的地址
javascript - 如何获取输入框中输入的url链接

小白,求代码示例

就把输入的链接保存
然后展示第二个页面的把查看的链接地址指向上一步保存的那个链接

图一:

<code>填写的表单已提交到后台入库,库中相应的有了这个链接的记录</code>
Copy after login

图二:

<code>属于从后台调数据到前台显示,“胃酸”这些内容是图一提交给好后台的,相应的将链接地址也传到后台并在“查看”标签<a href="%E2%80%9C%E9%93%BE%E6%8E%A5%E5%9C%B0%E5%9D%80%E2%80%9D">查看</a></code>
Copy after login
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template