window.location


<button onclick="window.location='//www.google.com'">Click to GooGle</button>

<select onchange="window.location=this.value">
    <option value="http://www.facebook.com/asif24hours">Asif</option>
    <option value="http://www.facebook.com/fahim24hours">Fahim</option>
    <option value="http://www.facebook.com/nafis24hours">Nafis</option>
</select>

Comments

Popular posts from this blog

WP register_post_type() with custom CMB2 meta box

Git post receive setup at server for git push to the production from local machine