473,396 Members | 2,010 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

HELP FOR passing the parameters from 1.asp to 2.asp then to 2.html

Hi all,

I want to pass the value of a field from 1.asp to 2.asp like SSO ID:
123456 this field is there in 1.asp and 2.asp do the form validation
and SSO ID: field is there in the 2.html
I don't want to fill the SSO ID field of 2.html it should get populated

by itself. ( that is the value entered in 1.asp should appear in
2.html.)
1.asp is redirected to 2.asp which does validation and then redirected
to 2.html
I think we can pass the parameter with the help of Query String can u
help me regarding this..
Thanks all

Apr 19 '06 #1
1 1320

SpiderSwamy wrote:
Hi all,

I want to pass the value of a field from 1.asp to 2.asp like SSO ID:
123456 this field is there in 1.asp and 2.asp do the form validation
and SSO ID: field is there in the 2.html
I don't want to fill the SSO ID field of 2.html it should get populated

by itself. ( that is the value entered in 1.asp should appear in
2.html.)
1.asp is redirected to 2.asp which does validation and then redirected
to 2.html
I think we can pass the parameter with the help of Query String can u
help me regarding this..
Thanks all


You would have to use client side code (javascript) to parse the
querystring in 2.html and populate the field that way. So 2.asp would
redirect to 2.html?SSOID=<value>.

Google "parse querystring javascript", or ask in comp.lang.javascript

--
Mike Brind

Apr 19 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Pavils Jurjans | last post by:
Hallo, I have been programming for restricted environments where Internet Explorer is a standard, so I haven't stumbled upon this problem until now, when I need to write a DOM-compatible code. ...
6
by: Eric Johnston | last post by:
I want the visitor to enter three numbers on the page and then click a button "generate image" which will I hope cause a generated gif image to be displayed alongside on the page. This involved...
8
by: baustin75 | last post by:
Posted: Mon Oct 03, 2005 1:41 pm Post subject: cannot mail() in ie only when debugging in php designer 2005 -------------------------------------------------------------------------------- ...
3
by: Joe Bloggs | last post by:
Does anyone know if its possible to pass parameters or the values of Request.QueryString from a web page to a custom control class? I'm using a C# Web Application. For Example I have Web Page1...
4
by: DOTNET | last post by:
Hi, Anybody help me regarding this error: I am assigning the values to the session variables when the button is clicked and passing these session variables to the next page and when I am...
6
by: James Radke | last post by:
Hello, I have a multithreaded windows NT service application (vb.net 2003) that I am working on (my first one), which reads a message queue and creates multiple threads to perform the processing...
3
by: Marc Castrechini | last post by:
First off this is a great reference for passing data between the Data Access and Business Layers:...
4
by: Warren Sirota | last post by:
Hi, Please let me know if I am interpreting this correctly. I've done a little testing of the difference between passing parameters byVal and byRef, and the results were slightly non-intuitive,...
2
by: DAC | last post by:
I've defined a single method in Python using: def funcAdjacents(inputWord, outputFile): ... lots of boring stuff ... and then called it using:
0
by: adz1809 | last post by:
HI, I'm creating an update form for update a records within a db. The update routine is working if I hard code value into it. The problem is that the form values are not being passed into...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.