Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8627

Re: How to implement digital clock on AFP masthead in portal 7.4

$
0
0

Hi Raju,

 

Masthead customization and configuration are available in this liks

 

Sap portal 7 30 - change portal masthead and libraries that you need to start customization - Netweaver Technology - SCN…

 

Masthead Customization in NW 7.31

 

How to download and change AFP Masthead on SAP Portal 7.3

 

In Masthead HeaderiView.jsp is available,In that you need to try this below code for clock.

 

<TABLE >

<TR><TD>

<FORM NAME="clock_form">

<INPUT align="right" TYPE=TEXT NAME="clock" SIZE=35>

</FORM>

<SCRIPT LANGUAGE="JavaScript">

<!-- Hide from non JavaScript browsers

function clockTick()

{

currentTime = new Date();

document.clock_form.clock.value = " "+currentTime;

document.clock_form.clock.blur();

setTimeout("clockTick()", 1000);

}

clockTick();

// End of clock -->

</SCRIPT>

</TD></TR>

</TABLE>

 

i hope it helps.

 

Best Regards

Durga.


Viewing all articles
Browse latest Browse all 8627

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>