Jump to content

Link Click


Peter Smit

Recommended Posts

Unigui is grate.

 

I am trying to create a simple application with records of webpage addresses, I can do this

I want to have a text link or button click from the UniDBedit to open a new page in the web browser. 
What am i doing wrong:
This is what i did:
OnMouseEnter ----> GetHTMLClickMouseEnter:  Code

 

Var GetHTML:String;
begin
  GetHTML:= '<a href="' + HTMLUniDBEdit.Text + '/" target="new">Visit</a>';  <-----Copy the Address to GetHTMLClick
  GetHTMLClick.Hint:= HTMLUniDBEdit.Text;    <----mouse over displays the web-address 
  GetHTMLClick.Caption:= GetHTML;
end;

 

It is only working with some sites, is there a simple way that works

 

The Unigui static example tested OK 

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