It has been brought to my attention that users of mobile devices would like to have a noframes tag appear in a frameset, if only to say "frameset required".
My question is can they view noframes content that may open another window as a target from a link?
For example in this frameset:
<frameset cols="300,*">
<frame src="nav.htm" name="NAV" />
<frame src="main.htm" name="MAIN" />
</frameset>
<noframes><body>
<a href="nav.htm">View Noframes Version></a>
</body></noframes>
suppose in nav.htm links were coded thus:
<a target="MAIN" href="new.htm">NEW</a>
what would happen?
Clive
My question is can they view noframes content that may open another window as a target from a link?
For example in this frameset:
<frameset cols="300,*">
<frame src="nav.htm" name="NAV" />
<frame src="main.htm" name="MAIN" />
</frameset>
<noframes><body>
<a href="nav.htm">View Noframes Version></a>
</body></noframes>
suppose in nav.htm links were coded thus:
<a target="MAIN" href="new.htm">NEW</a>
what would happen?
Clive