WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: opening links in the same window by Vemaarapu Venkatesh (Oct 10, 2017 4:06AM)

for

From: Vemaarapu Venkatesh
Date: Oct 11, 2017 12:13AM


Hi,

Frame1 is the inline frame which I mentioned and should be specified with
<iframe> tag but not with <frame> tag. Yes the concept of frames is
deprecated but inline frames are yet in use. I wrote relevant to your query
but in general iframes are used to place external content. So to open the
links in the same page there may be some other reliable approach instead of
using iframes. Even I am curious to hear that methods from other experts. I
was reading in some forum that it can be accomplished using <div> or <span>
tags along with CSS but I am not sure what CSS properties allows us to do
that.

Thanks,
Venkatesh