Page 1 of 1

cross-pane question

PostPosted: Thu Jun 14, 2007 2:37 pm
by lking79
Hi,

before using the DHTML suite, I used a frame version of my website. I accessed from the left frame content which was in a textfield in the center frame with

parent.frames[1].document.selection

How can I achieve this in the DHTML suite ? I would like to insert into a text field of a page in the center pane some strings from the west pane.

thank you!

PostPosted: Thu Jun 14, 2007 2:47 pm
by Calcifer
there is no frame object in DHTML suite. panes are DIV objects.
you can access all objects and panes by id

document.getElementByUd('xxxxx').yyyy