On 22/9/2006, at 1:13, Piero D'Ancona wrote:
<html> <head> <script> function letsTry () { TextMate.system("/usr/bin/open -a /Applications/TeXniscope", null); };
↑ That line looks to be in error ↑
}
</script>
</head>
<body> <span id="letsTry"> <a onClick="letsTry()" href="#">Let's Try</a></span> </body> </html> ---------------------------------------