I want to pass multiple variables throught link to my procedure.Everthing is good when i'm trying to pass one record, but i can't solve problem when i have to pass two records.
I was trying with # ,& ,? but no succes ;(
This works for one record.
htp.tableRowOpen(2,2);
htp.tableData(rekord.Name,2,2);
htp.tableData('<A Href=http://localhost:8080/my_epg_dad/Client.AddProduct?id='||rekord.id_product||'>Add</a>',2,2);
For one variable like this below it works.