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...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...