Hi All,
I want a script that will allow me open a link to open in a frame when clicked on the site when the link is. Please see this example page:
Will appricate any help. Thanks
Hi All,
I want a script that will allow me open a link to open in a frame when clicked on the site when the link is. Please see this example page:
Will appricate any help. Thanks
View this page:
http://www.w3schools.com/tags/att_a_target.asp
To show a link in a frame use that:
<a href="url" target="frame_name">Link</a>
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.