Active Server Pages

Moderators: None (Apply to moderate this forum)
Number of threads: 1751
Number of posts: 4473

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Pls reply Posted by programthirst on 5 Aug 2005 at 4:09 AM
I need to know if this can be done using Asp coding and if yes pls help.

pls check the link

http://www.ascentco.com.hk/index_topic.phpdid=11432&didpath=/10890/11426/11432

I select few items there and i see the checkmark highlighted.

Now i go to

http://www.ascentco.com.hk/index_topic.phpdid=11454&didpath=/10890/11426/11454

and choose some products and when i click on send enquiry it takes me to a contact page where i see all the products i chose. Iam trying to work on the same concept using asp coding. Is that possible?.

Pls help.

Thanks a lot in advance
Report
Re: Pls reply Posted by Flakes on 6 Aug 2005 at 12:26 AM
Unable to follow your links..

But have you looked into session ? If not , investigate that.
Report
Re: Pls reply Posted by midnitereaper on 10 Aug 2005 at 10:33 AM
: I need to know if this can be done using Asp coding and if yes pls help.
:
: pls check the link
:
: http://www.ascentco.com.hk/index_topic.phpdid=11432&didpath=/10890/11426/11432
:
: I select few items there and i see the checkmark highlighted.
:
: Now i go to
:
: http://www.ascentco.com.hk/index_topic.phpdid=11454&didpath=/10890/11426/11454
:
: and choose some products and when i click on send enquiry it takes me to a contact page where i see all the products i chose. Iam trying to work on the same concept using asp coding. Is that possible?.
:
: Pls help.
:
: Thanks a lot in advance
:
ok so I checked out the site and I dont know what you are asking to do in asp but here is how I would code that site in asp.
on the selection page I would have

<form action="nextpage.asp" onSubmit="return formValidator(this)" method="post" id="form1" name="form1">
<input type="checkbox" name="whatever" size="5" maxlength="5">
<input type="submit" name="submit">
</form>

on the nextpage.asp to capture the variables.

<%
dim varName
varName = request("whatever")
%>
<html><body> <%= varName %> </body></html>

this is just an example of how I pass variables in asp. On nextpage.asp is where you can take the variables and do calculations or processes to modify the output of that page.
hope this helps.




 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.