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

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -