Do you mean the JavaScript is included, perhaps using an HTML tag like the
following?

<script language="javascript" type="text/javascript"
src="/system/utd_jscript.js"></script>

(there may be other ways to include javascript source, I'm not an
HTML/javascript expert)

If this is the case, you should be able to request the included javascript
source file from the web server just as you would any other file, either
using HttpClient, or using your own browser (if you don't expect the
JavaScript file to change much).  Then you can read the redirect location
from the contents of the JavaScript file.

----- Original Message ----- 
From: "ed cole" <[EMAIL PROTECTED]>
To: "Commons HttpClient Project" <[EMAIL PROTECTED]>
Sent: Monday, May 17, 2004 6:11 PM
Subject: Re: Redirect Question


> Chris
>
> Thanks for the reply, unfortunately I can't see the Javascript content
since it's loaded
> as a JavaScript source file.  Do I have any other options.
>
>      Thanks
>


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

Reply via email to