the question is:
If we click "<GO HREF='http://....../demo2.php' SendReferer='tr ue'/>" in a WML page which from "http://....../demo1.php", the server would get the environment head variable "HTTP_REFER ER" = "....../demo1.php".
But in WMLScript, if we use "URL.loadString ('http://....../demo2.php')" or "WMLBrowser.go( 'http://....../demo2.php')" , the variable "HTTP_REFER ER" in server would be NULL.
So how can I send a "Referer" head to server when I use URL.loadString or WMLBrowser.go or the other function in WMLScript?
Thanks!
If we click "<GO HREF='http://....../demo2.php' SendReferer='tr ue'/>" in a WML page which from "http://....../demo1.php", the server would get the environment head variable "HTTP_REFER ER" = "....../demo1.php".
But in WMLScript, if we use "URL.loadString ('http://....../demo2.php')" or "WMLBrowser.go( 'http://....../demo2.php')" , the variable "HTTP_REFER ER" in server would be NULL.
So how can I send a "Referer" head to server when I use URL.loadString or WMLBrowser.go or the other function in WMLScript?
Thanks!