Click to See Complete Forum and Search --> : <a> table


roxan
12-25-2005, 10:18 AM
i have got a page with a table with two columns. whenever i click at the link at left column i want a page from a remote site to open on the left column. how can i do that using any html tag or java scirpt or vb script or by any methods???

ShrineDesigns
12-25-2005, 01:30 PM
use an iframe

roxan
12-26-2005, 07:37 AM
<iframe
src ="/default.asp"
width="100%">
</iframe>
?????
is this??? only this????

roxan
12-26-2005, 07:50 AM
thanks it works