On Sat, 10 Jun 2000, Richard Y. Kim wrote:
> @macro urefTopFrame{url,string}
> @ifhtml
> @html
> <A TARGET=_top HREF="\url\">\string\</A>
> @end html
> @end ifhtml
> @ifnothtml
> @uref{\url\,\string\}
> @end ifnothtml
> @end macro
>
> @urefTopFrame{} is the same as the standard @uref except that the
> target frame is the _top frame, i.e., the specified URL is displayed
> one a single frame that takes up the whole browser screen as opposed
> to using the right frame and leaving the narrow left frame intact.
Isn't it better to extend @uref so that it accepts an optional
third argument, which is the target frame? Then you could say
@uref{url, string, _top} and get what you want.
Or is this what you were suggesting?