Jump to content

Error, with UniURLFrame


erich.wanker

Recommended Posts

i have a UniURLFrame on MAIN -UniURLFrame .visible:=false;

 

i get ERROR in chrome-Developer-Tools  when i load my Application:

 

vmo.dll:1
Uncaught ReferenceError: iframe_loadUniURLFrameA_O19D is not defined
insertHtml @ ext-all.js:18
11XHR finished loading: POST "http://localhost:17082/vmo.dll/HandleEvent".
 
 
 
 
 
the only thing i use the UniURLFrame is to start a php file - but this procedure is NOT startet at Application start...
procedure TMainForm.erzeuge_qr(wert,name:String);
begin
    try


    uniurlframeA.URL:=UniServerModule.UrlPath+'/phpqrcode/create_qr.php?wert='+wert+'&name='+name+'';
    // *****************************************************
    // *****************************************************
    finally
    end;
end;

how can i solve the error ?

 

ThanX

 

Link to comment
Share on other sites

Hi,

 

nice greetings Delphi Developer .. :-)

 

Doesnt´t solve the Problem .. but i think i can live with it .. everything works ... its just the "Error warning" in the Chrome Dev-Tools

 

ThanX for help

 

best regards

Erich

Link to comment
Share on other sites

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