|
in my own page, i need to display "modified" content from another web page. so i get all the html data via an httprequest object, modify the content, and then I need to display it in a "tab" control. I found some sample code on the internet from devshed that uses divs and iframes and buttons to create a tab control where it displays 4 buttons. when you click on a button, a div appears with external content inside. this works fine, but again, i want to pass a string to the iframe instead.
I guess the other option is to create a div and write some javascript or css that will show / hide the div tags? but I don't know how to create 4 buttons that will show a different div in the same spot....
|