Click here to Skip to main content
15,910,277 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: application servers Pin
Christian Graus23-Oct-07 15:09
protectorChristian Graus23-Oct-07 15:09 
QuestionPassing string to a function [web service] Pin
tranky23-Oct-07 13:55
tranky23-Oct-07 13:55 
AnswerRe: Passing string to a function [web service] Pin
SABhatti23-Oct-07 14:44
SABhatti23-Oct-07 14:44 
QuestionMultiple actions from one Submit button Pin
kidcanuck23-Oct-07 11:22
kidcanuck23-Oct-07 11:22 
AnswerRe: Multiple actions from one Submit button Pin
led mike23-Oct-07 11:42
led mike23-Oct-07 11:42 
AnswerRe: Multiple actions from one Submit button Pin
SABhatti23-Oct-07 13:21
SABhatti23-Oct-07 13:21 
GeneralRe: Multiple actions from one Submit button Pin
kidcanuck23-Oct-07 13:42
kidcanuck23-Oct-07 13:42 
GeneralRe: Multiple actions from one Submit button [modified] Pin
SABhatti23-Oct-07 13:53
SABhatti23-Oct-07 13:53 
no, I am talking about server side click event of the submit button. Now tell me what is paypal's requirement? Are they getting the value from the form or from the query string?

If they can get the value from the query string then from server side click event you can redirect to their URL and pass the required values in query string.

And if they are getting values from the form then you can achieve that as under:
1. Add a classic ASP page to your application.
2. Set action of the form to paypal's url
3. Now before submitting the form, open your page that send the email using window.open in javascript and pass all form values for your email in query string. In that page get the values from the query string and send email.
4. Aftr opening the new window submit the form using document.formname.submit in javascript

-- modified at 20:06 Tuesday 23rd October, 2007

-----

QuestionCross-domain iframe resize (and Sharepoint) [modified] Pin
GuimaSun23-Oct-07 4:22
GuimaSun23-Oct-07 4:22 
QuestionRepeat backgrounf image in Word Pin
coolestCoder23-Oct-07 1:02
coolestCoder23-Oct-07 1:02 
QuestionWCSF in MOSS Pin
Prashant C22-Oct-07 23:43
Prashant C22-Oct-07 23:43 
QuestionHow to create F1 help in web application Pin
hashim.os@quadra.in22-Oct-07 23:41
hashim.os@quadra.in22-Oct-07 23:41 
AnswerRe: How to create F1 help in web application Pin
Christian Graus23-Oct-07 0:28
protectorChristian Graus23-Oct-07 0:28 
GeneralRe: How to create F1 help in web application Pin
hashim.os@quadra.in23-Oct-07 1:50
hashim.os@quadra.in23-Oct-07 1:50 
GeneralRe: How to create F1 help in web application Pin
N a v a n e e t h23-Oct-07 2:06
N a v a n e e t h23-Oct-07 2:06 
GeneralRe: How to create F1 help in web application Pin
hashim.os@quadra.in23-Oct-07 2:35
hashim.os@quadra.in23-Oct-07 2:35 
GeneralRe: How to create F1 help in web application Pin
Paddy Boyd23-Oct-07 3:10
Paddy Boyd23-Oct-07 3:10 
QuestionService Unavailable Pin
ngrj22-Oct-07 21:53
ngrj22-Oct-07 21:53 
AnswerRe: Service Unavailable Pin
pmarfleet22-Oct-07 23:15
pmarfleet22-Oct-07 23:15 
QuestionNeed Help Pin
vanhawk22-Oct-07 17:12
vanhawk22-Oct-07 17:12 
AnswerRe: Need Help Pin
Guffa22-Oct-07 23:29
Guffa22-Oct-07 23:29 
AnswerRe: Need Help Pin
SABhatti23-Oct-07 5:38
SABhatti23-Oct-07 5:38 
GeneralRe: Need Help Pin
vanhawk23-Oct-07 17:01
vanhawk23-Oct-07 17:01 
QuestionLooking for a plugin to monitor viewstate size Pin
Luca Leonardo Scorcia22-Oct-07 10:04
professionalLuca Leonardo Scorcia22-Oct-07 10:04 
AnswerRe: Looking for a plugin to monitor viewstate size Pin
Rama Krishna Vavilala22-Oct-07 10:35
Rama Krishna Vavilala22-Oct-07 10:35 

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.