onderzoekspraktijk wrote:
My question is: is it possible to make it so that a link to new info from a survey that permits to use the back button of te browser to returm from that info to the survey itself.
(So without the need to re-post etc.)
Hello,
No, i don't think it's the best solution.
I think using javascript to open a new frame or a new windows for each link in your question block is the best solution.
Something like that (without testing), i you have a question class in your template.
$(".question a").attr('target','_blank');
Or , maybe more beautiful, use
mediabox jquery plugin.
This one seem cool too :
iaian7.com/webcode/mediaboxAdvanced#examples