I have posted above to Jetspeed Users List. Can anyone please help?

Regards,

Win

-----Original Message-----
From: Pe, Win {PI} 
Sent: Monday, 25 October 2004 12:56
To: 'Jetspeed Users List'
Subject: menu at the top.vm


Hi,

I would like to add a java applet based menu across the header to the site. I am 
adding to the top.vm in WEB-INF\templates\vm\navigations\html directory. I am adding a 
section
<div>
  <table>
        <tr>new line</tr>
        <tr>
                <applet Code="images/apXPDropDown.class" Width=800 Height=30>
                        <a href=http://www.apycom.com>Apycom Java Applets</a>
                        <param name="Copyright" value="Apycom.com">
                        <param name="backColor" value="0000ff">
                        <param name="alignText" value="center">
                        <param name="menuItems" value="
                                 {Home,Index2.htm,_self,"images/pix/new1-05.gif"}
                                 {-}
                                 {Link,             http://www.link.com.au/,  _blank,  
images/pix/new4-038.gif}
                                 {-}
                                 {Link2,            http://www.link2.com.au/,  _blank, 
 images/pix/new4-038.gif}
                                 {-}
                                 {Contact Us,        http://www.link3.com.au/,  
_blank,  images/pix/new4-038.gif}
                                 {-}
                                 ">
                </applet>
        </tr>     
  </table>
</div>

But it is not working as expected. 

Has anyone used applet based menu on top of the site navigation. Your help would be 
greatly appreciated.

Regards,

Win

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to