Peter Smit Posted March 18, 2015 Posted March 18, 2015 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 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.