Login   Register  
PHP Classes
elePHPant
Icontem

File: shopping_cart.js

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2005-07-25 00:48
Size: 152 bytes
 

Contents

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