lil_sam
06-14-2003, 08:51 AM
You know you can target frames, well can you make a page target a table? So when you click a link it goes in a table?
Thanks
Thanks
|
View Full Version : Can you... lil_sam 06-14-2003, 08:51 AM You know you can target frames, well can you make a page target a table? So when you click a link it goes in a table? Thanks designhazard 06-14-2003, 12:46 PM you will need to do this with iframe in your table. here's the code for the iframe: <iframe width="..." height="..." src="..." name="you frame name"></iframe> and here's the code for the links: <a href="..." target="your frame name">...</a> make sure 'your frame name' are the same. |