User Profile

Collapse

Profile Sidebar

Collapse
Emmalo
Emmalo
Last Activity: Aug 27 '08, 10:54 AM
Joined: Aug 22 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Emmalo
    replied to How do I get hold of the browser window tite
    in Perl
    I have already tried the REQUEST_URI but I don't get anything back. I have tried to print all ENV variables and there are quite a few that are "blank", liek those I mentioned earlier. Why is it so?...
    See more | Go to post

    Leave a comment:


  • Emmalo
    replied to How do I get hold of the browser window tite
    in Perl
    I have a webpage which you can access from two different sites - let's say A and B. The content of the web page is always the same but there are two differencies depending of the origing web page:1. The window title, 2. the url in the adress bar in the browser window. My task is to do something with the webpage (in which my perl script is running) but only in the case the user comes from web page A. So this is why I need to get hold of either the...
    See more | Go to post

    Leave a comment:


  • Emmalo
    started a topic How do I get hold of the browser window tite
    in Perl

    How do I get hold of the browser window tite

    How do I get hold of the browser window tite in my perl script????
    See more | Go to post

  • How do I get/read the url from the address filed in web browser

    My perl file is today shown/running "inside" a web page. My task is to redirect the user to a different web page depending on which web page thta is "holding" my perl file. Unfortunately I can't work out how to obtain the url string from the web page. I have successed with the same thing using javascript which is something like:

    var url = parent.window.l ocation;
    how do I do this in perl?
    Please help!...
    See more | Go to post
No activity results to display
Show More
Working...