Quote:
Originally Posted by OcR Envy
It bothered me that regardless of what page you were on this would redirect you to index.php when you change the color so I wrote up a simple javascript so when a user selects a different color they stay on the page they were viewing.
Place this above your color images:
Then the color image/link would change to:
onclick="updatestyle(5);" 5 represents the style id, change this to whatever.
Enjoy 
|
This javascript did not work for me... did it work for anyone else?