cancel
Showing results for 
Search instead for 
Did you mean: 

Webdynpro

Former Member
0 Kudos

Hi There,

I need to add a count down timer to an existing WEBDYNPRO (ABAP) application. It might be heavy on the system if the count down happens using a auto-refresh methodology, meaning refreshing the screen every second. Is there a JAVA script or some thing that can be done at the browser level to do a count down in minutes and seconds.

Thanks,

Prasad

Accepted Solutions (0)

Answers (2)

Answers (2)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

You can not create or include JavaScript into Web Dynpro. This is fundamental to the way that Web Dynpro works. Consider instead looking at FlashIslands (in 7.01) or the iFrame (although the iFrame is deprecated in 7.0 and 7.01, but returns to full support in 7.02) to integrate external content that could include such a client side timer.

Also, according to the forum rules of engagement you should really use a more detailed subject. Try to summarize your questions or give some key words in the subject. A subject of Webdynpro is not really useful.

former_member233090
Active Contributor
0 Kudos

Hi prasad,

Please post this question in WebDynpro forum,

cheers,

Bhavana

Former Member
0 Kudos

thanks for your help !