Hello,

I ran into the following problem:

I need to test a page that needs a session id (let's say: id1). This session id happens to be stored in the cookie manager table. the thin is that this id shoud be passed on to the next page with a different name (id2).
How could I extract that info from the cookie table and pass it on to the next http request?


A second choice I have is to extract the URL from the page, the thing is that I know nothing of PERL and it bit me.

this is what I need:
The page will contain something like:

javascript:window.open('http://mdeweb3.suranet.com/suranet/directorio.asp?&id=49166218591050004','_new')

where the big number will be variable. How could I extract the big number?

Could I set a parameter and use that extracted value? How would it be referenced?

Thanks in advance

Walter

_________________________________________________________________
The new MSN 8: advanced junk mail protection and 2 months FREE* http://join.msn.com/?page=features/junkmail



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to