开发者

HTML-How To Set onclick to be AutoClick

开发者 https://www.devze.com 2023-02-12 09:29 出处:网络
hey, I\'m trying to set an html file to click automaticaly on Login Button.开发者_开发问答 How Can I do it.

hey, I'm trying to set an html file to click automaticaly on Login Button.开发者_开发问答 How Can I do it. I try : onclick="window.open(this.href,'_self')". it dosen't work.


If you simply want to trigger a click when the page loads you could use:

onLoad="window.open(this.href,'_self')"
0

精彩评论

暂无评论...
验证码 换一张
取 消