cancel
Showing results for 
Search instead for 
Did you mean: 

Need Scrolling message in portal

Former Member
0 Kudos

Hi,

As per my requirement, i need a scroll message at my portal.I mean a marquee....

Here i want to place...Is it easy to put marquee at login screen or at masterhead area?

which is easy to proceed...Kindly give coding also....

Thanks in advance

Renu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

It is an easier option to actually add ascrolling text in the masthead .

What you need to do is download a par file(com.sap.navigation.masthead.par) from ur own portal

<system admin>support>portal runtime>browse deployment>search & download the par file.>

After downloading save it with adiferent name with extn par andthen import it to nwds as par.

Open the portal-inf inside that there is jsp folder which contains header view .jsp open it and now we wil add the scrolling text .

come to the end of it i.e just after </script add your code something like this:

<html>

<head>

<MARQUEE DIRECTION=LEFT SCROLLAMOUNT=2 bgcolor=RGB(209,209,209)><b><font face="Book Antiqua,Garamond" color="blue" size="2">

</b></font>

</MARQUEE>

</head></html>

Hope this will definetely help you and is the eassiest way out.

ask if you have any doubts in this.

Regards

Pooja

Answers (4)

Answers (4)

Former Member
0 Kudos

Guys,

Also to add to it; suppose we have an RSS feed news ticker, upcoming events, or company stock rate, etc. which we want to display instead of the TREX area. Which JSP file do we need to edit and add the code for RSS/marquee. Any code example also helps

Pls share your thoughts...

Thanks in advance,

Sid

Edited by: siddharth dhanasri on May 19, 2008 6:01 PM

Former Member
0 Kudos

Hi

Develop your own JSP Component .

Deploy the PAR file and Create a iView based on the PAR File.

In the Default Framework Page make TREX iView Invisible and this iView to Default Framework paage and in the layout change its position.

This way you are not touching any of the standard JSP files.

Thank you

Regards

Krishna Kanth

anoop_gupta2
Participant
0 Kudos

hey renu,

1. Downlaod Logon on par file

2.upload them into NWDS.

3.

a).Modify the jsp code by adding marquess tags

or

b) Modify the Jsp code by puting a for loop which will change the position of the text usinga variable.

4. Deploy into Portal

thx and regards..

reward if useful.

Anoop

Former Member
0 Kudos

Hi Renu,

Have look into this thread, this will help you alot.

Regards

Rashmi

praveenkumar_gudapati
Active Contributor
0 Kudos

Hi,

Check here how to write a Scrolling message with marquee.

http://www.htmlcodetutorial.com/_MARQUEE.html

You can just modify the login screen or masterhead by inserting marquee into them to achieve the required effect.

To modify, import the approriate par file and make the changes. Just search SDN how to change login screen or Masthead and you will find lots of informations, how to change them.

Regards,

Praveen Gudapati

Former Member
0 Kudos

Hi,

I uploaded par file and i opend headeriview.jsp file..

i include only these below lines before closing the tab </tbody>

<TR>

<TD>

<MARQUEE>

<TEXT=GRAY><BIG><I> ...Welcome to portal...</I></BIG></TEXT>

</MARQUEE>

</TD>

</TR>

and is it works r not kindly let me knw

shankar_agarwal
Contributor
0 Kudos

hi renushree

we had a similar requirement.we did a workaround by creating a KM document iview which contains a html document.Now assign this iview to your default framework page so that marquee will be visible through out portal navigation.

regards

shankar

Former Member
0 Kudos

Hi,

Here i dont want that way...Can u tell me the procedure which i m following..

kindly do needful..

Regards,

Renu

former_member189631
Active Contributor
0 Kudos

Hi Renu,

To Include marquee msges in logon page please follow these details

1. Downlaod Logon on par file

2.upload them into NWDS.

3. Modify the jsp code by adding marquess tags

4. Deploy into Portal

Ram