PDA

View Full Version : Close page after clicking link


phenom
Sun 27th Jul '03, 12:34am
How can I set up a link, so that when clicked, that page closes and a new one opens of that link url?

Marco
Mon 28th Jul '03, 7:12am
Suppose you could do this:

<a href="bla.html" onclick="self.close();" target="_blank">...</a>

phenom
Mon 28th Jul '03, 7:40am
hmm, I'll give that a shot. Thanks.