Wrox Programmer Forums
|
Classic ASP Professional For advanced coder questions in ASP 3. NOT for ASP.NET 1.0, 1.1, or 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Professional section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 9th, 2005, 02:39 PM
Registered User
 
Join Date: Jun 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default How to Pass parameters from JSP to ASP

Dear members,

I am working on Tomcat server and using JSP, HTML and JavaScript tools to develop web base applications.

I have one project in ASP. I am new to ASP and ASP application require IIS or PWS.

All users logging in Tomcat server. I want to pass these login ID to my ASP page and according the user id, I want to display a report for a particular user.

I don't know how to pass parameters from jsp to asp. If any body who can help me, please guide me.

Thanks.

M. R. Desai.
 
Old June 15th, 2005, 03:35 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 2,480
Thanks: 0
Thanked 1 Time in 1 Post
Default

I hope you can pass that as querystring along with the URL to the asp page, which is the basic thing in HTML. that should work in your case. Or if that is something different, explaining it in detail would help us understand what you are trying to achieve.

_________________________
- Vijay G
Strive for Perfection
 
Old June 17th, 2005, 04:54 AM
Registered User
 
Join Date: Jun 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

First of all thanks for reply.

Requirement is in our intranet.

I am new to asp and jsp both. An here no one is available to give proper guidence.

Basically what happens, when user logs in, several java programs ans js programs come into picture. After first login, java program called for validating loginid and password. After successfull login, one other java program search what are the access right of that users. Than one jsp program activates and it calls js (java script) files witch makes menu according to user's right. (Dynamic menu).

In java script for menu, links for several progams are given. I want to give one addition selection for asp page. I have already provide that option in menu but, in link, I can not give userid and pasword as variable. Because according to userid, asp pages displays that particular user's data. If I give fix userid and password as parameters, I can access asp page successfully and get the result of that user id. I want to provide parameter dynamically, as per the login id.

If too long, pl. bare with me.

Thanks again.

M. R. Desai.


Quote:
quote:Originally posted by happygv
 I hope you can pass that as querystring along with the URL to the asp page, which is the basic thing in HTML. that should work in your case. Or if that is something different, explaining it in detail would help us understand what you are trying to achieve.

_________________________
- Vijay G
Strive for Perfection





Similar Threads
Thread Thread Starter Forum Replies Last Post
to pass parameters rashmid HTML Code Clinic 1 May 30th, 2005 11:10 PM
How to pass parameters from a multiselect listbox Jeff1218 Classic ASP Databases 3 February 14th, 2005 03:39 PM
How I can pass parameters to 2 ASP files at ones? zukit Classic ASP Databases 4 December 15th, 2004 05:20 AM
how to pass arrays as parameters ??? mrrgupta JSP Basics 2 October 23rd, 2004 06:50 PM
cannot pass parameters between forms deerebuck BOOK: Beginning PHP4/PHP 5 ISBN: 978-0-7645-4364-7; v5 ISBN: 978-0-7645-5783-5 3 February 15th, 2004 05:12 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.