cancel
Showing results for 
Search instead for 
Did you mean: 

HTML MARQUEE

david_fryda2
Participant
0 Kudos

Hi everyone,

I need to create in my WD iView a scrolling text like the marquee tag in HTML.

Is there a way to do it in WD ?

Thanks.

Regards.

Accepted Solutions (1)

Accepted Solutions (1)

abhimanyu_lagishetti7
Active Contributor
0 Kudos

Hi David,

You can place your HTML file containing the MARQUEE code in Mimes folder

of you WD Application and use IFrame control to display it.

Or

you have to use JSPDynpage, or JSP page and place your JSP and WD application in same page and show the MARQUEE

Regards

Abhimanyu L

david_fryda2
Participant
0 Kudos

Thanks guys for the help!

Regards.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi David

What you can do is to integrate a IFrame which refers to a simple HTML page, where you can do standard HTML and also JavaScript.

Regards,

Marcel

former_member182374
Active Contributor
0 Kudos

Hi David,

I don't think you can combine HTML/JS in Web Dynpro.

However, if your application is running inside EP & the 'content' that you want to show in the marquee is coming from WD you can put the WD project & the JspDynPage in the same page and pass the content by portal eventing (in the JspDynPage you can use marquee...).

Regards,

Omri