mljonzs
03-06-2006, 01:27 PM
:(
I could really use some big help here. Let me see if I can explain what I am trying to do. I need to add some logic to an existing asp/javascript based web application. At the point I need to do this, I am knee deep in a javascript file and I need to prompt the user to enter a value that I can then use to go to an asp page to run on the server to pull more data from the database before continuing. I don't know how to best accomplish this since like I said, I'm inside the javascript file which is basically already running inside of a web page form. I can use the alert function and pick up the value from the user but I can't figure out how to successfully jump to my asp page that is coded to do the DB pull and then come back to that javascript file again to finish up processing. I'm sure my lack of knowledge of complete understanding of web page flow is part of my problem (I'm more used to non-web programming).
If anyone can understand what I'm trying to do and offer some help I would be very greatful! I have been searching the web for a couple of days now and I can't seem to get this done right and don't know where to turn.
Thanks!
mlj
I could really use some big help here. Let me see if I can explain what I am trying to do. I need to add some logic to an existing asp/javascript based web application. At the point I need to do this, I am knee deep in a javascript file and I need to prompt the user to enter a value that I can then use to go to an asp page to run on the server to pull more data from the database before continuing. I don't know how to best accomplish this since like I said, I'm inside the javascript file which is basically already running inside of a web page form. I can use the alert function and pick up the value from the user but I can't figure out how to successfully jump to my asp page that is coded to do the DB pull and then come back to that javascript file again to finish up processing. I'm sure my lack of knowledge of complete understanding of web page flow is part of my problem (I'm more used to non-web programming).
If anyone can understand what I'm trying to do and offer some help I would be very greatful! I have been searching the web for a couple of days now and I can't seem to get this done right and don't know where to turn.
Thanks!
mlj