|
From: Martijn B. <m.b...@po...> - 2004-02-27 15:29:19
|
Thanks, The only thing thats still missing is the 'hand' cursor to indicate its clickable. What I now see is an 'edit' cursor and not the standard link cursor (hand) Martijn Brinkers ----- Original Message ----- From: "Philip Vendil" <her...@ho...> To: <m.b...@po...> Cc: <Ejb...@li...> Sent: Friday, February 27, 2004 3:37 PM Subject: RE: [Ejbca-develop] Small problems with listendentityhtml.jsp and IE > Hi > > This is a problem that have been fixed and new versions of the affected > files exits in the CVS. > Update these files and things should work well in both IE and Mozilla: > > src/adminweb/ra/listendentities.jsp > src/adminweb/log/viewlog.jsp > > //Philip Vendil > > >From: "Martijn Brinkers" <m.b...@po...> > >To: <Ejb...@li...> > >Subject: [Ejbca-develop] Small problems with listendentityhtml.jsp and IE > >Date: Thu, 26 Feb 2004 17:19:53 +0100 > > > >Hi all, > > > > > >Internet explorer seems to ignore <BASE> from javascript code. It uses the > >URI from the current document instead. This results in non working links in > >the management interface. Another problem is that <A onclick='viewuser(<%= > >i > >%>)'> does not show the hand cursor. I have 'fixed' this by editing > >listendentityhtml.jsp. For all javascript view functions I added the line > > > > link = "<%= ejbcawebbean.getBaseUrl() %>" + link; > > > >This fixes the <BASE> problem. > > > >The cursor problem can be fixed by adding a style to the anchor: > > > > <A style="cursor:hand;" onclick='viewuser(<%= i %>)'> > > > >I am sure there are better ways to handle these problems. For IE it seems > >to > >work but I did not test it for other browsers. > > > >Thanks > > > >Martijn Brinkers > > > > > > > >------------------------------------------------------- > >SF.Net is sponsored by: Speed Start Your Linux Apps Now. > >Build and deploy apps & Web services for Linux with > >a free DVD software kit from IBM. Click Now! > >http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click > >_______________________________________________ > >Ejbca-develop mailing list > >Ejb...@li... > >https://lists.sourceforge.net/lists/listinfo/ejbca-develop > > _________________________________________________________________ > Chat: Ha en fest på Habbo Hotel > http://habbohotel.msn.se/habbo/sv/channelizer Checka in här! > > |