如何在客户端计算机上创建 html 页面
出于活动目的,我需要创建一些 URL。当用户单击此 URL 时,需要在客户端计算机上动态创建 html 页面。然后,当用户单击该页面时,他将被重定向到我自己的网站。如果您对此有更好的想法,请告诉我。
For a campaign purpose i need to create some URL. When the user clicks on this URL, the html page need to be created on the client machine dynamically. And then when the user clicks on that page he'll be redirect to my own site. please let me know if you have better idea for this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不明白这样做的原因。
不管怎样,你可以在客户端电脑上编译一个html页面(你标记了你的帖子C#,所以我假设你正在开发一个运行在客户端电脑上的应用程序),将该页面保存在一个文件中,然后让它打开使用默认浏览器。
我认为最好的方法是你编写你的html页面并将其发布到提供商上,然后让用户电脑用浏览器访问它......不是更简单吗?
I don't understand the reason to do that.
Anyway you could compile a html page on client pc (you tagged your post C#, so I assumeyou're developing an app that lives on client pc), save that page in a file and then let it open with default browser.
I think the best way is you write your html page and publish it on a provider and let user pc visit it with browser... isn't it simpler?