|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
Parent - Child - Submit - reply
I am trying to redirect back to a child form after a submit with a file upload and verification of file data. I would like to go back to the form and display a message returning the status of the data. Is that possible? Any suggestions on an alternate? I am using classic ASP, javascript and vbscript.
|
|
#2
|
|||
|
|||
|
Maybe ajax type coding would work for you.
The tradition method is to have the asp page that handled your upload provide a feedback/confirmation page back to the user's browser window that submitted the upload.
__________________
====== Doug G ====== "Hide, hide witch! The good folk come to burn thee. Their keen enjoyment hid behind their gothic mask of duty." -Mark Clifton |
|
#3
|
|||
|
|||
|
Maybe I didn't state the situation clearly. On the parent form, there is an option to enter data or upload a file. The child is a form that allows the user to upload a file. This file needs to be verified. If the file has errors, I need to present the excel file back as a link and a message stating that the file has errors. The user can then export the file, make corrections and resubmit, or cancel and return to the parent form. If the file is error free, a message displays on the child form stating the file is good. The user can then confirm that the file can be used or cancel. In either case, they will need to return to the parent form to continue completing additional information before submitting the parent form.
|
|
#4
|
|||
|
|||
|
SO what seems to be the problem?
__________________
|
|
#5
|
|||
|
|||
|
1. How do I go back to the child form after submitting and processing the uploaded file? 2. Will I lose the parent-child relationship after submitting and processing the uploaded file?
|
|
#6
|
|||
|
|||
|
What do you mean by child form? A popup window created by client code in your web browser?
|
|
#7
|
|||
|
|||
|
Yes
|
|
#8
|
|||
|
|||
|
You're going to have to do some kind of ajax coding if you want to update a popup window without reloading the main window I think. Maybe you can do something with frames, I don't know.
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > Parent - Child - Submit - reply |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|