On Wed, May 29, 2002 at 01:45:36PM +0200, Filip H.F. Slagter wrote: > >HTML 4.01 strict does not support frames (and thus target=) If you need > it, use HTML 4.01 transitional. > >I don't know the _blank target. > > target="_blank" is used to open a page in a new window... > Though it can be done with javascript as well...
Well you shouldn't ever do that anyway. If the users want a link in a new window, they'll click the middle button (or use whatever way they have to open it in a new page). But if you want to be portable, you can better use _blank than javascript, since javascript will not execute at all in some browsers, while the worst that can happen with _blank is that it is not opened in a new windows. Anyway, we should stop this thread since it doesn't have anything to do with MSX ;-) Bye, shevek -- For info, see http://www.stack.nl/~wynke/MSX/listinfo.html