You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<input id="in" placeholder="Type here for user input."/>
<button onclick='if(i.value==""){}else{location.href="http://"+i.value}' title="Prompt">Open other site (http or https)</button>
<button onclick='if(i.value==""){}else{location.href=i.value}' title="Prompt">Open other site (enter full url)</button>
<!--<hr/><button onclick='popup=!popup' title="Toggle popup">Toggle if the site is opened in a popup window.</button>
<br/><span title="Should the site open in a popup window?"><code>popup:</code> <span id="hi"><span style="color:red">There is a problem with the JavaScript</span></span></span>