Click to See Complete Forum and Search --> : adding the target attribute to every link within an iframe


Eric_Erb
02-02-2010, 11:24 AM
My company has developed a filemaker form/database/a bunch of other junk webpage. It is designed to be embedded into our websites in a frame/iframe so that each of our sites will show the same data/links/etc. and it makes recording the traffic much easier as well. Anyway the problem we're having is filemaker automatically generates the links but I need to specify that those links open within my iframe so as i understand it what i need is a way in html or css to specify that all links within my iframe open inside the iframe or that all the links with in my iframe have the attribute target="_PFrame". I'd be open to any way of accomplishing this because we can't figure out how to do it in HTML, CSS, or in Filemaker

Fang
02-02-2010, 12:09 PM
In the head of the document:<base target="_PFrame">
or
<base target="_self">