|
-
Jul 2nd, 2001, 10:43 AM
#1
Thread Starter
Hyperactive Member
Let me know if this is possible?
Hi everyone!
I hope you enjoyed your weekend. I have 5 very different data entry ASP forms in my intranet. My question is this: Can I link all of those entry forms to one confirmation page, that would show all the data entered for that specific form? If you need more explaining, let me know. Thanks in advance.
-vbuser1976 
VB6 Enterprise SP6
SQL 7.0 SP2
VBScript, HTML, Javascript, C++, a little UNIX
-
Jul 2nd, 2001, 11:26 AM
#2
Frenzied Member
Sorry, but with a question like that I can't help but answer...
"Yes, if you need more explaining just let me know."
I think I understand what you are saying, and yes, you can, with session variables.
Travis, Kung Foo Journeyman
As always, RTFM.
WWW Standards: HTML 4.01, CSS Level 2, ECMA 262 Bindings to DOM Level 1, JavaScript 1.3 Guide and Reference
Perl: Learn Perl, Llama, Camel, Cookbook, Perl Monks, Perl Mongers, O'Reilly's Perl.com, ActiveState, CPAN, TPJ, and use Perl;
YBMS, but Mozilla doesn't.
-
Jul 2nd, 2001, 12:21 PM
#3
Black Cat
You could have the confirmation page be the processor for all 5 forms (using If & a variable that would be unique to a specific form).
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
-
Jul 2nd, 2001, 12:27 PM
#4
Frenzied Member
Oh, I was kind of thinking he was going through all five pages consecutively and then getting to one confirmation page.
Yeah, you could have one confirmation page used differently by each of the form pages. You could even have one single ASP that generates each of the form pages and the confirmation pages, but that just gets silly.
Travis, Kung Foo Journeyman
As always, RTFM.
WWW Standards: HTML 4.01, CSS Level 2, ECMA 262 Bindings to DOM Level 1, JavaScript 1.3 Guide and Reference
Perl: Learn Perl, Llama, Camel, Cookbook, Perl Monks, Perl Mongers, O'Reilly's Perl.com, ActiveState, CPAN, TPJ, and use Perl;
YBMS, but Mozilla doesn't.
-
Jul 2nd, 2001, 12:28 PM
#5
Thread Starter
Hyperactive Member
Cool! :)
Thanks, guys, for your help. It really helped!
-vbuser1976 
VB6 Enterprise SP6
SQL 7.0 SP2
VBScript, HTML, Javascript, C++, a little UNIX
-
Jul 2nd, 2001, 12:34 PM
#6
Black Cat
You could even have one single ASP that generates each of the form pages and the confirmation pages, but that just gets silly.
You know, I've always wanted to try making one ASP page that'll generate an entire web site...
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
-
Jul 2nd, 2001, 12:37 PM
#7
Thread Starter
Hyperactive Member
LOL...
If it is a small site, it could work. But the more code there is, wouldn't it take longer to load (like, days) ! LOL
-vbuser1976 
VB6 Enterprise SP6
SQL 7.0 SP2
VBScript, HTML, Javascript, C++, a little UNIX
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|