PDA

View Full Version : Links


jrb
May 25, 2001, 10:31 AM
I like the way "links" work in postings!

Could all links (i.e. Sponsors) be made to work the same way?

Andy W
May 25, 2001, 11:44 AM
What specifically about the "way they work" do you like?
..a

jrb
May 25, 2001, 11:50 AM
In postings ( http://www.marcee.20m.com/ ) another (for me anyways) IE window start/runs with the link.

While on the Sponsors page here, yu just go forward to the next site.

Real point is, to get back you use bakc button with Sponsor; but just close the posting links window.

Sometimes I leave all the posting link open and then look at them one by one after closing E-Zone; kind of like reveing them off line.

Clear????

BobK
May 25, 2001, 03:31 PM
Ooh, you mean the way it opens another browser window when you click on the link (took me a bit to figure out what you meant). Yeah, I like that feature too, really nice.

Andy W
May 25, 2001, 05:03 PM
You can right-click on any link, and select "open in new window"..
..a

jbourke
May 25, 2001, 05:31 PM
Or just hold down the shift key while clicking the link. That opens up a new window in IE at least.

We try to keep the E Zone pretty simple. Opening up a new window requires javascript, which I stay away from as much as possible.

There are a lot of neat sites on the web but I think you'll notice that the most usable (Yahoo! for example) stay with basic HTML. Fancy decisions like how many browser windows should be open, etc, can be decided by the client program.

Jim

Haldor
May 28, 2001, 10:53 PM
Originally posted by jbourke:
We try to keep the E Zone pretty simple. Opening up a new window requires javascript, which I stay away from as much as possible.


Actually there is a HTML code for just that - no need for Java.

< A HREF="URL" TARGET="_blank" > will open the link in a new window, atleast with IE5+.