Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how do you access the DOM of a iframe and does the file have to be ...

Status
Not open for further replies.

Phalanx1

Programmer
Jul 21, 2003
128
US
how do you access the DOM of a iframe and does the file have to be local or is it possible to pull off a remote html-web edit live?

this is just off the wall it possible to bind to each Session and update new Sessions according to the our connected root Session.

code (just ideas) (ahh, run)
var Root = "var OBJ_REFERENCE;
var new ActiveXObject("web_edit_live.windowConnect");
web_edit_live.connect("#Root#default.Session", OBJ_REFERENCE)
returns OBJ_REFERENCE contains info about the system that you connected to and the always contains the default window object settings, so that it can be used like a 'handshake', reference intended for those who understand, after this so called handshake happens the web site grants access to each users session and the DOM and source of the page.
so you would edit it through OBJ_REFENENCE.Some_METHOD_OR_PROPERTY_OR_SCRIPT_ACTION
mabye I should write a RFC.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top