Good day team,
looking for a scrip to open an external page inside one side of a table or frame or <DIV></DIV>
So the link would be to the right of where i need the page opened.
Thanks
Rohan
Printable View
Good day team,
looking for a scrip to open an external page inside one side of a table or frame or <DIV></DIV>
So the link would be to the right of where i need the page opened.
Thanks
Rohan
Seems like a bad idea in general, but you could use the `target` attribute to target an iframe's ID.
http://jsfiddle.net/7TERE/Code:<iframe id="uniqueID"></iframe>
<a href="http://dynamicdrive.com" target="uniqueID">DD</a>
What would you recommend to display past services in the specified area
http://bcfchurch.net/past_sermons.html
You originally said an external page but your sample link uses internal pages - that is, all from the same domain.
If youre always using pages from your own/the same domain, try this script from DD: http://www.dynamicdrive.com/dynamici...jaxcontent.htm
Thank you both so very much. appreciated.
Be blessed