Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > HELP FOR passing the parameters from 1.asp to 2.asp then to 2.html

Reply
Thread Tools

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

 
 
SpiderSwamy
Guest
Posts: n/a
 
      04-19-2006
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

 
Reply With Quote
 
 
 
 
Mike Brind
Guest
Posts: n/a
 
      04-19-2006

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

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Passing an array from FORTRAN to C then passing it within C andReturning it to FORTRAN deadpickle C Programming 1 11-07-2010 02:38 PM
If / Then / Else Help Needed - More then one condition possible? tbird2340@gmail.com Javascript 15 09-21-2006 01:27 PM
Help. SessionID is x then y then x then y BodiKlamph@gmail.com ASP General 0 09-03-2005 03:02 PM
Help please with inputting and then passing parameters Eric Johnston Javascript 5 07-22-2005 02:14 PM
Help: anyway to burn movie to DVD RW (then view it) and then eraseafterward? qwerty DVD Video 6 01-07-2004 04:54 AM



Advertisments