Re: make the links open in a new window..
From: Brent Palmer (bapalmer_at_bigpond.net.au)
Date: 03/11/05
- Previous message: Bob Bedford: "stats analyser"
- In reply to: kelli: "make the links open in a new window.."
- Next in thread: chernyshevsky_at_hotmail.com: "Re: make the links open in a new window.."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 11 Mar 2005 08:26:21 GMT
Hello.
Have you tried javascript to open the new window?
<a href="javascript:void(window.open('http://www.website.com', 'name',
'location=yes, menubar=yes, status=no,toolbar=yes, scrollbars=yes,
resizable=yes'))" title="New Page">New Page</a>
Brent Palmer.
"kelli" <chhangru@gmail.com> wrote in message
news:1110529143.900196.148670@l41g2000cwc.googlegroups.com...
>I am using an iframe to feed an RSS but when i click on the link on the
> iframe it opens the link on the iframe instead of opening it on the
> parent window or a new window.. the code is in php.. its something like
> this.. $item->source = $SERVER_URL; how can i make the links open in a
> new window or the parent window and not on the iframe ..
> Thanks
> Kelli...
>
- Previous message: Bob Bedford: "stats analyser"
- In reply to: kelli: "make the links open in a new window.."
- Next in thread: chernyshevsky_at_hotmail.com: "Re: make the links open in a new window.."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|