Well, that is really bizarre. JMeter won't be able to execute that javascript on your page, but it could generate it's own random numbers using the __Random function.
http://jakarta.apache.org/jmeter/usermanual/functions.html#__Random -Mike On Tue, 2005-01-25 at 09:24, stefano santagada wrote: > 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 -- Michael Stover <[EMAIL PROTECTED]> Apache Software Foundation --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

