About "SendReferer" in WMLScript

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rogowski
    New Member
    • May 2007
    • 1

    About "SendReferer" in WMLScript

    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!
Working...