HTML-How To Set onclick to be AutoClick -
hey, i'm trying set html file click automaticaly on login button. how can it. try : onclick="window.open(this.href,'_self')". dosen't work.
if want trigger click when page loads use:
onload="window.open(this.href,'_self')"
Comments
Post a Comment