Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

newbie: html links with target

Status
Not open for further replies.
Jun 27, 2002
47
TT
Hey, I have a flash menu that uses arrays to generate the links

this is the code I used to load the page in the current window

links[0]="wit-abs.htm", target="_self";

but when I click the link it opens another window

how do I fix this???
 
then you have to create frames and name them. then you target these frames from your flash menu.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top