At 10:01 AM 8/7/2001 -0500, Nick Sieger wrote:
>How about this - I just tried
>
>M-x browse-url
>javascript:window.navigate("file:///C:/java/jdk1.3.1/docs/api/java/lang/Stri
>ng.html#hashCode()")
>
>and it worked. Don't know if it will work with Netscape/Mozilla, though
>(don't have it installed) - can anyone confirm?
>
Hi Nick,
Great! Care to explain what is going on with your solution? It's totally
mysterious to me. I'm fairly confident that (browse-url filename) should
work on other platforms. So if your solution works for Windows, all I need
to do is include it as a special calse. Then I can finish my extension of
API help from the class to the method and field level.
- Paul