User Profile
Collapse
-
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?... -
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...Leave a comment:
-
How do I get hold of the browser window tite
How do I get hold of the browser window tite in my perl script???? -
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!...
No activity results to display
Show More
Leave a comment: