What are the events loaded by choosing an action by the user? - WAP
What are the events loaded by choosing an action by the user?
- User selects the OK option using the WAP enabled devices then the event “onpick” is loaded with the script of sendto.cgi.
- The value is passed to the variable termed as sendto as the parameter used in CGI and then it uses the WML variable that starts with $.
- The variable name gets encapsulated in the URL containing the CGI formatted name and value i.e. name=value.
- The URL displays the URL that is being entered by the WAP user and it calls the URL that is being given in the code.
- The use of cgi-lib libraries takes place to make it possible to fetch the value from the URL.