Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Any suggestions?
<p><input type="radio" value="Psephos" checked name="Store" [b]onclick="document.getElementById('myButton').url = 'pageA.html';"[/b]>Psephos Shopping Cart</p>
<p><input type="radio" name="Store" value="XeniaThrift" [b]onclick="document.getElementById('myButton').url = 'pageB.html';"[/b]>Xenia Thrift Store Shopping Cart</p>
...
<applet [b]id="myButton"[/b] code="fphover.class" codebase="../" width="212" height="24">
<input type="radio" name="blah" onclick="this.form.action=this.value;" value="page1.asp" />
<input type="radio" name="blah" onclick="this.form.action=this.value;" value="page2.asp" />
value="page1.asp?Store=XeniaThrift&Type=Cart"
<form>
<input type="hidden" name="gotolink" value="#">
<input type="radio" onClick="this.form.gotolink.value=this.value;" checked value="UploadImage.asp?Store=Pseohos&Type=cart" > Psephos
<BR><input type="radio" onClick="this.form.gotolink.value=this.value;" value="UploadImage.asp?Store=XeniaThrift&Type=cart" > Xenia Thrift
<input type="button" value="Go!" onclick="document.location=this.form.gotolink.value;">
<form>