I have displayed a simple url with a field set to html area on a form and with a bean on a form (HTMLpane). I can’t get showURL to work on developer. (mac osx). I pasted my link into safari and it is valid, just won’t show up…
{
var complex = “http://briggs:servoy@111.222.333.444:8080/Files/Logs/Joann%20Thomas/4/sappsusan/2008/10/p1?width=240&style=info+center&background-color=lightyellow”
var simple = ‘http://www.servoy.com’;
elements.fld_tsurlview.URL = webname;
//application.showURL(simple); won’t work…
}
I have tried everything I can think of… If any of you have an idea, I would love to hear it.
Charles