以下是Netflix上的链接示例:
<a href="http://movIEs.netflix.com/Setrating?value=5&pval=4.8&WidgetID=M70186045_496624_2_36&authURL=1272123378738.TS7qzDVHSE6abcEeRPuqldimKYc%3C§ion=QUEUE" tabindex="0" Title='Click to rate the movIE "loved It"'>Rate 5 stars</a>
谁知道Netflix如何做到这一点?
提示:如果您查看来源并进行搜索,您将无法在任何地方找到“iframe”.
此外,它在JavaScript OFF时表现出这种行为.否则它将更新数据而不需要手动刷新.所以也没有AJAX.亲自检查一下,我相信很多人都拥有Netflix帐户.
header("http/1.0 204 No Response");
如上所述:http://php.net/manual/en/function.header.php#32569
If you haven’t used,http Response 204 can be very convenIEnt. 204 tells the server to immediately terminate this request. This is helpful if you want a JavaScript (or similar) clIEnt-sIDe function to execute a server-sIDe function without refreshing or changing the current webpage. Great for updating database,setting global variables,etc.
这就是我现在在脚本中使用的内容.
总结以上是内存溢出为你收集整理的HTML – Netflix如何在没有页面刷新的情况下提交评级,而且没有JavaScript?全部内容,希望文章能够帮你解决HTML – Netflix如何在没有页面刷新的情况下提交评级,而且没有JavaScript?所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)