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
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>
Jamcan (11-12-2012)
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
Focus on Function Web Design
Fast Edit (A flat file, PHP web page editor & CMS. Small, FREE, no database!) | Fast Edit BE (Snippet Manager) (Web content editor for multiple editable regions!) | Fast Apps
Jamcan (11-12-2012)
Thank you both so very much. appreciated.
Be blessed
Bookmarks