How do you make the URL target as new?
-
- Beginner
- Posts: 1
- Joined: Tue Apr 04, 2006 9:01 pm
- Location: Providence, Rhode Island
- Contact:
How do you make the URL target as new?
I'm making a simple menu and would like some of the links to open in a new window rather then the parent but I'm not sure how, could someone post an example for me. Thank you,
Hi
the item which opens a new page could contain something like
target=_new; will do it too, i think. try it.
Hope this helps
Michael
the item which opens a new page could contain something like
Code: Select all
aI("text=Youritemtext;url=anyurl;target=_blank;");
Hope this helps
Michael