Quantcast
Channel: SmartStore Shop Software Community
Viewing all articles
Browse latest Browse all 2728

Variable an externes Formular übergeben

$
0
0
Hallo,
ich möchte den Dateipfad ( OutputFullPath )an ein Formular übergeben,
wie bekomme ich das hin?

Code:

<sm:script>
var sURL = '?pid=' + page.getField('ProductID') + '&name=' + page.getField('name') +  '&pk=' + page.getField('OutputFullPath') + '&def=' + 'a1';
output('<DIV align="center"><A onclick="return(showPopup(this.href, this.target, \'left=600,top=50,width=430,height=770\'));" href="http://test1.petswonderworld.de/sm5/media/misc/kontaktformular.php' + sURL +'">Frage zum Produkt</A></DIV>');
</sm:script>

Der Rot markierte Bereich wird nicht übergeben.

Hat jemand einen Tipp?

Viewing all articles
Browse latest Browse all 2728