| Recommend this page to a friend! |
| Classes of DavidLanz | > | Hippo Shopping Cart | > | shopping_cart.js | > | Download | ||
|
|||||||||||||||||||||
function redirectpage(urlpath)
{
//alert(urlpath);
try
{
location.href=urlpath;
}
catch(e)
{
}
}
|