PHP Classes

File: shopping_cart.js

Recommend this page to a friend!
  Classes of DavidLanz   Hippo Shopping Cart   shopping_cart.js   Download  
File: shopping_cart.js
Role: Auxiliary data
Content type: text/plain
Description: button click function, using javascript
Class: Hippo Shopping Cart
Manage shopping cart of products stored in MySQL
Author: By
Last change:
Date: 18 years ago
Size: 152 bytes
 

Contents

Class file image Download
function redirectpage(urlpath) { //alert(urlpath); try { location.href=urlpath; } catch(e) { } }