R
Rune Hammerskov
I have a javascript where the following line is used prompt the user for
a url.
# szURL = prompt("Enter a URL:", "");
The problem is that I would like to open a php script instead of the
prompt. In that php script the user should then be able to select a link
and the information passed back to the 'szURL' variable.
Is this possible?
a url.
# szURL = prompt("Enter a URL:", "");
The problem is that I would like to open a php script instead of the
prompt. In that php script the user should then be able to select a link
and the information passed back to the 'szURL' variable.
Is this possible?