Hello All,
I am in need to implement a <b>count down timer</b> for an online application developed in Webdynpro. The count down timer logic is available as a java script file.
Options tried out till now..
1. Included the the html file with java script into src/mimes/components
2. Create a IFrame and provide the src file as the html file.
Works fine. But ...
- The problem with this option is when any action happens (eg. a button click), the same refreshes the entire view that makes the timer to start from first.
Does anybody have any alternative solutions to implement this functionality. Kindly reply.
Thanks & Regards,
Venkat.