Hi all,
Please try to answer my question in your convenience time.
I want to test a page that have a dynamic url generated using javascript
commands in other page.
I get a subsequence of a random number generated using Javascript
commands:
var RN = new String (Math.random());
var RNS = RN.substring (2, 11);
and so i obtain url to test that is a kind of :
.../[EMAIL PROTECTED]
where ********* is the RNS variable.
How can i test this url?
it's urgent, please try to clarify me ASAP
Thanks and Regards
Stefano Santagada