gotoURL、launchURL2007年09月12日 22時27分38秒

if (FieldName.rawValue ==null){

 xfa.host.gotoURL("http://www.yahoo.co.jp",0);
 app.launchURL("http://www.yahoo.co.jp",0);

} else {

 app.launchURL("http://www.yahoo.co.jp/" + FieldName.rawValue + ".htm",0);
 xfa.host.gotoURL("http://www.yahoo.co.jp/" + FieldName.rawValue + ".htm",0);
 }