I have a "view products" xslt macro which lists information(name, information, price etc) of the document type "product" encapsulated in a background image(square)...I think you get the picture.
However, I now need to add a textbox and a button for adding products to the shopping basket.
What would be the best practise for this in my case?
I do not entirely know what is possible but I have thought about using a script of some sort.
Probably serverside as I would like to set session variables on the click. But any suggestion for achieving my desired functionality is more than welcome.
using script in xslt
I have a "view products" xslt macro which lists information(name, information, price etc) of the document type "product" encapsulated in a background image(square)...I think you get the picture.
However, I now need to add a textbox and a button for adding products to the shopping basket.
What would be the best practise for this in my case?
I do not entirely know what is possible but I have thought about using a script of some sort.
Please come with your suggestions.
Hi Fredrik
What kind of script are you thinking about using? Serverside or client side?
/Jan
Probably serverside as I would like to set session variables on the click. But any suggestion for achieving my desired functionality is more than welcome.
I guess I could use some kind of postback variable as well
is working on a reply...