Open Intranet page with Excel

R

Rob ^_^

Hi Les,

The usual way to pass data to a web page is with parameters.... see your
example
the ?language=en is a parameter.
If you wrote the b2b.jsp you could add your password and username to the
list of parameters for the page to process. eg.
b2b.jsp?language=en&secret=%23%26%78%&UserId=98764534

Contact your web developers who authored b2b.jsp (WebSphere? HAL
contractors?). You can then add your user and password prompts to your
spreadsheet. Don't forget you have to handle an invalid login which you
cannot do from excell.... the best solution is to take them to the b2b.jsp
page and get the user to enter their credentials there.

Regards.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top