Wrox Programmer Forums
|
ASP Forms As of Oct 5, 2005, this forum is now locked. Please use "Classic ASP beginner" at http://p2p.wrox.com/forum.asp?FORUM_ID=54 or "Classic ASP Professional" http://p2p.wrox.com/forum.asp?FORUM_ID=56 instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP Forms 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 July 14th, 2003, 09:50 AM
Registered User
 
Join Date: Jul 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Forms - File Streaming


I have a file (file A) and say its contents are

A B C
D E F
G H I

I read in each line and put the values of the line into a form and then call another asp page(file B) to process the form. What is the best way of going about this.

Code looks something like this...

While not fileA.EOF

 line= READ FIRST LINE INTO VARIABLE THEN AN ARRAY

 <body onload=document.myform.submit();>
 <form name=myform>
  <input type=hidden name=val1 value=A>
  <input type=hidden name=val1 value=B>
  <input type=hidden name=val1 value=C>
 </form>

Wend

This causes me problems as how do you post 3 different forms(there are 3 lines in this example file) to
the same page in one rendering of the page?

Frames does not seem to be the solution.

Thanks,
Laeg





Similar Threads
Thread Thread Starter Forum Replies Last Post
video streaming sukhvin C# 0 January 11th, 2008 03:40 PM
Streaming PDF rylemer Classic ASP Basics 0 April 18th, 2007 05:16 PM
Streaming Videos everest General .NET 0 October 13th, 2005 09:08 AM
Streaming Video anshul HTML Code Clinic 0 June 29th, 2005 01:23 AM
HELP with FILE type in forms ! SKE HTML Code Clinic 2 April 29th, 2005 03:18 AM





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