kunstexpo Posted March 25, 2010 Report Share Posted March 25, 2010 Habe eine Tabelle hinzugefügt mit u.a. Grafik im Hintergrund. Klickt man auf die Tabelle sollte der Warenkorb geöffnet werden. Habe folgendes programmiert: <table width="200" border="0" cellspacing="0" cellpadding="0" height="300" class="warenkorb_bg" style="cursor:pointer" onclick="javascript:location.href='shopping_cart.php?'"> Problem XTCsid wird nicht mit übergeben. Ich gehe mal davon aus dass der Link nicht stimmt. Was muss ich ändern? Danke im Voraus. Link to comment Share on other sites More sharing options...
counteam Posted October 7, 2010 Report Share Posted October 7, 2010 Versuche es mal, die Variable mittels PHP anzuhängen :-) <table width="200" border="0" cellspacing="0" cellpadding="0" height="300" class="warenkorb_bg" style="cursorointer" onclick="javascript:location.href='shopping_cart.php?<?php print $_GET['XTCsid']; ?>'"> Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.