simbataisa
Newbie
Posts: 1
Registered: 2/21/2008
Member Is Offline
|
| posted on 2/21/2008 at 05:44 AM |
|
|
Link pages from scroller
Hi,
I inserted a link into the scrolling box, but when I clicked on the link, it opens the web page inside the scrolling box??? Can anyone tell me how to
open the link in new window or in the parent itself
|
|
|
tigra
Administrator
Posts: 1960
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 2/21/2008 at 03:53 PM |
|
|
use target="_parent" or target="_top" in that link. if you want link opened in new window use target="_blank"
|
|
|