Jump to content

Take contents of UniUrlFrame


larkante

Recommended Posts

MainForm.UniURLFrame1.getEditorBody().innerHTML

 

You can use above script but it will not work if frame loads an external URL. Browser security restrictions prevent that.

 

I need to put a clause in the uses? Why not appear .getEditorBody().innerHTML here.

 

I receive the error [DCC Error] Main.pas(55): E2003 Undeclared identifier: 'getEditorBody'

Link to comment
Share on other sites

  • Administrators

I need to put a clause in the uses? Why not appear .getEditorBody().innerHTML here.

 

I receive the error [DCC Error] Main.pas(55): E2003 Undeclared identifier: 'getEditorBody'

 

It is JS script not pascal code. Use it inside a client event. See one of our Client Event demos.

Link to comment
Share on other sites

  • 1 month later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...