Script tag not working in birt report
I have a javascript method which I included as a text in the report. In that very text I have a script tag and two buttons.I have written on-click events on both bottons and on onclick it hits the function in the javascript. Now the problem is that everythings works well till the preview mode is on but when swiched to frameset ,onclick doesnt work at all.It never call the javascript function
One answer
Amrendra, can you please attach a sample rptdesign file that duplicates the problem?
Comments
Thanks for the reply Rafik.Two things are there which I would like to share with you Firstly I am not able to find any link from where i can upload my rptdesign file (I am sorry but i am new to this forum).
Secondly I noticed that the same script is working with chrome browser but not with the firefox.Following are the test result with different browsers.
Browser Result
Chrome Script working both in preview and frameset
Firefox Script working in preview mode but not in frameset
IE Birt report itself not working