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.
wassi said:I noticed on some websites that even when you copy and past the address, it wont take you directly to the page you were viewing before. Is there a way to bypass this?
maw said:if the page in question is using sessions or cookies to redirect you then the only way to bypass it is by hijacking the session/cookie.
mikeblas said:If you're using Internet Explorer, you can right-click on the page someplace and select "Properties". The resulting property page should show you the URL for the page.
If you can provide any other details, perhaps we can be of more help.wassi said:Thnx, but it didnt work.
mikeblas said:If you can provide any other details, perhaps we can be of more help.
function ToDetails(itemNumber) {
document.forms['productresults'].action.value="details";
document.forms['productresults'].itemNumber.value=itemNumber;
document.forms['productresults'].submit();
}