
August 19th, 2003, 10:15 AM
|
|
Junior Member
|
|
Join Date: Aug 2003
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Help !!! WMLScript
I have problem with calling wmlscript function from wmlscript.
---------- a.wmls file ----------------
use url gaga "b.wmls";
extern function a()
{
gaga#b();
}
------------b.wmls file ---------------
extern function b()
{
WMLBrowser.go("new_file.wml");
}
Where is mistake ? Please!!! Help me !!!
|