Problems w javascript function return true/false
404030Apr 18 2008 — edited Apr 20 2008Hi all,
I have a javascript function that return true or false.
It's called by a link in a report (URL-target):
javascript:return showForr(&APP_ID.,&SESSION.,#PERSON_ID#,'#STARTDATUM#','#SLUTDATUM#');
With the return it does NOT work. If I remove return it works with no problem but then I can't "end" the function where I want.
Any pointers how I can achive what I want here?
BR Daniel