How can I open a link into a DIV
For example I have a Treegrid and i have a node cell with this code:
<cell image='xls01.png'>
<![CDATA[<img src='../includes/codebase/imgs/wand.png' onclick='window.open("proceso.cfm?id=57","load_box")' />]]>
</cell>
In this case, in the treegrid there is a node with a image, in this image have a link and I need load a new page into a Div,but in this case open into iframe.
I have a iframe “Load_box”, but i wish use a div. How can I convert this?
Can you help me?