Click here to Skip to main content
15,923,120 members
Home / Discussions / Web Development
   

Web Development

 
GeneralPayroll service Pin
ravfingcoder6-Oct-03 5:17
ravfingcoder6-Oct-03 5:17 
GeneralRe: Payroll service Pin
Nathan Ridley7-Oct-03 3:50
Nathan Ridley7-Oct-03 3:50 
GeneralRe: Payroll service Pin
devvvy7-Oct-03 4:17
devvvy7-Oct-03 4:17 
GeneralRe: Payroll service Pin
Sage16-Oct-03 8:58
Sage16-Oct-03 8:58 
GeneralProblem while posting to many asp pages from an html page! Pin
TPN6-Oct-03 0:46
TPN6-Oct-03 0:46 
GeneralRe: Problem while posting to many asp pages from an html page! Pin
Nathan Ridley6-Oct-03 17:53
Nathan Ridley6-Oct-03 17:53 
GeneralRe: Problem while posting to many asp pages from an html page! Pin
TPN6-Oct-03 20:58
TPN6-Oct-03 20:58 
GeneralRe: Problem while posting to many asp pages from an html page! Pin
Nathan Ridley7-Oct-03 3:55
Nathan Ridley7-Oct-03 3:55 
I think your problem is that you have one form that you are trying to submit to multiple locations. This is not something you can do because it is essentially the same as trying to click five different links on the same page. Your page can only ever go to one place after you click a link, and it's the same with a form. Perhaps you could so something like dynamically constructing an iframe with form code and hidden fields inside it, submitting that form with javascript, and waiting for the process to be confirmed before you continue. It's a bit of a dodgy way to do it, but it might work. Alternatively, and this is the solution I'd be more inclined to try, do as I suggested earlier and submit your form to one ASP script, then in that script, create an XMLHTTP object and post details to the other pages on the other servers. This way you're not relying on your users' browsers to correctly submit forms, when they could well behave unexpectedly.

NATHAN RIDLEY
Web Application Developer
generalgherkin@yahoo.com
GeneralRe: Problem while posting to many asp pages from an html page! Pin
TPN10-Oct-03 21:19
TPN10-Oct-03 21:19 
GeneralRe: Problem while posting to many asp pages from an html page! Pin
Nathan Ridley10-Oct-03 22:53
Nathan Ridley10-Oct-03 22:53 
GeneralRe: Problem while posting to many asp pages from an html page! Pin
TPN11-Oct-03 18:11
TPN11-Oct-03 18:11 
GeneralRe: Problem while posting to many asp pages from an html page! Pin
Sage16-Oct-03 9:18
Sage16-Oct-03 9:18 
GeneralRe: Problem while posting to many asp pages from an html page! Pin
Philip Fitzsimons7-Oct-03 3:03
Philip Fitzsimons7-Oct-03 3:03 
GeneralRe: Problem while posting to many asp pages from an html page! Pin
TPN10-Oct-03 20:28
TPN10-Oct-03 20:28 
GeneralRe: Problem while posting to many asp pages from an html page! Pin
Philip Fitzsimons12-Oct-03 23:12
Philip Fitzsimons12-Oct-03 23:12 
GeneralWebServices and .Net Pin
sybux20005-Oct-03 9:48
sybux20005-Oct-03 9:48 
GeneralRe: WebServices and .Net Pin
David Cunningham5-Oct-03 9:55
cofounderDavid Cunningham5-Oct-03 9:55 
GeneralRe: WebServices and .Net Pin
sybux20006-Oct-03 7:01
sybux20006-Oct-03 7:01 
General<input type=file> Pin
kokain5-Oct-03 6:26
kokain5-Oct-03 6:26 
GeneralRe: <input type=file> Pin
markkuk5-Oct-03 7:12
markkuk5-Oct-03 7:12 
GeneralRe: <input type=file> Pin
Blake Coverett5-Oct-03 10:24
Blake Coverett5-Oct-03 10:24 
GeneralRemote and Local DBs Pin
J. Dunlap3-Oct-03 12:20
J. Dunlap3-Oct-03 12:20 
GeneralVertically center text Pin
Navin3-Oct-03 10:33
Navin3-Oct-03 10:33 
GeneralRe: Vertically center text Pin
J. Dunlap3-Oct-03 10:34
J. Dunlap3-Oct-03 10:34 
GeneralForums.. Pin
chr36812-Oct-03 16:32
chr36812-Oct-03 16:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.