Click to See Complete Forum and Search --> : Loading linked pages into window


Negger
09-18-2006, 01:06 PM
I've set up a two frame window, Upper & Lower. I've created a row of link buttons in the Upper window using Form Commands as per a tutorial on this site.
<FORM METHOD="LINK" ACTION="http://www.grahammorris.net/Homepage.htm">
<INPUT TYPE="submit" VALUE="Homepage" style="width:100%";>
</FORM>
However the pages then open in the Upper window rather than the lower.
I've seen instructions on the Forums for making the pages open in the correct frame when using an <A Ref> type link, but can I do the same with the above Form Command, and if so, How?
Many Thanks
Negger

toicontien
09-18-2006, 05:15 PM
Same sort of method as using the <a> tag. Just give the FORM tag target="foo" and make sure "foo" is the name of the frame you want it to open in.

Negger
09-19-2006, 11:22 AM
Many Thanks Toicontien - Works a treat. Bit of trial and error as to where to place the target-but working well. Many Thanks