I have a wml and wmls file both in the same directory , I am using winwap to run my script.
in my wml file I call a function in the wmls file in the following fashion
<a href="validateForm.wmls#validate()">Submit Form Data</a>
my wmls file named validateForm.wmls has the following function
extern function validate()
I keep getting this error that the file location of the wmls is not found
1) I have kept both the files in the same folder 2) in the declaration the file name seems correct
I am unsure why this error occurs . Any help would be appreciated . THank ou