Click here to Skip to main content
16,007,472 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: innerHTML and parsing Pin
Konstantin Vasserman26-Mar-02 21:00
Konstantin Vasserman26-Mar-02 21:00 
GeneralRe: innerHTML and parsing Pin
Konstantin Vasserman2-Apr-02 8:00
Konstantin Vasserman2-Apr-02 8:00 
GeneralRe: innerHTML and parsing Pin
Paul Watson2-Apr-02 20:16
sitebuilderPaul Watson2-Apr-02 20:16 
GeneralRe: innerHTML and parsing Pin
alex.barylski27-Mar-02 21:24
alex.barylski27-Mar-02 21:24 
QuestionProject Suggestions? Pin
Roger Wright25-Mar-02 12:07
professionalRoger Wright25-Mar-02 12:07 
AnswerRe: Project Suggestions? Pin
David Wengier25-Mar-02 20:11
David Wengier25-Mar-02 20:11 
GeneralRe: Project Suggestions? Pin
Roger Wright26-Mar-02 3:37
professionalRoger Wright26-Mar-02 3:37 
AnswerRe: Project Suggestions? Pin
Konstantin Vasserman26-Mar-02 2:42
Konstantin Vasserman26-Mar-02 2:42 
Roger Wright wrote:
Should I use ASP for the website

Yes. If you want to do some processing on the server side - use ASP. You will have simple HTML page for the form your contractors fill out and then simple ASP page that will process the results of the form submission.

Roger Wright wrote:
On the client side, is there any benefit to trying to figure out MAPI in C++

No. MAPI sucks with C++ or without it. If you want to send emails - use some free SMTP ActiveX DLL (like Dundas Mailer).
In your particular case I would have to agree with David: it is better to store info in a simple Access database and have client check that as oppose to scanning someone's mailboxes for new messages using MAPI( Dead | X| ).

You could probably get by without a client app all together: When contractor submits the form your ASP page
1. Will store information in database.
2. Will send a notification email to sales (using SMTP DLL).
3. Will print a report using some simple ActiveX DLL that you will write in VB or C++. I recommend VB for the speed of development.

I hope this helps.
GeneralRe: Project Suggestions? Pin
Roger Wright26-Mar-02 3:47
professionalRoger Wright26-Mar-02 3:47 
GeneralRe: Project Suggestions? Pin
Konstantin Vasserman26-Mar-02 4:14
Konstantin Vasserman26-Mar-02 4:14 
GeneralRe: Project Suggestions? Pin
Roger Wright26-Mar-02 4:19
professionalRoger Wright26-Mar-02 4:19 
Questionhow much does access help Pin
tbbooher25-Mar-02 8:20
tbbooher25-Mar-02 8:20 
AnswerRe: how much does access help Pin
Nish Nishant25-Mar-02 8:36
sitebuilderNish Nishant25-Mar-02 8:36 
GeneralRe: how much does access help Pin
25-Mar-02 10:47
suss25-Mar-02 10:47 
GeneralRe: how much does access help Pin
Philip Patrick26-Mar-02 12:19
professionalPhilip Patrick26-Mar-02 12:19 
GeneralSession state problem Pin
Alan_Yu24-Mar-02 21:10
Alan_Yu24-Mar-02 21:10 
GeneralRe: Session state problem Pin
James T. Johnson24-Mar-02 21:20
James T. Johnson24-Mar-02 21:20 
GeneralRe: Session state problem Pin
Alan_Yu24-Mar-02 21:30
Alan_Yu24-Mar-02 21:30 
GeneralRe: Session state problem Pin
James T. Johnson24-Mar-02 21:46
James T. Johnson24-Mar-02 21:46 
GeneralTagless controls in ASP.NET Pin
Naresh Karamchetty24-Mar-02 12:37
Naresh Karamchetty24-Mar-02 12:37 
GeneralRe: Tagless controls in ASP.NET Pin
Christopher Lord25-Mar-02 12:40
Christopher Lord25-Mar-02 12:40 
GeneralRe: Tagless controls in ASP.NET Pin
Naresh Karamchetty25-Mar-02 19:14
Naresh Karamchetty25-Mar-02 19:14 
GeneralASP DLL PROBLEM .... PLEASE HELP! Pin
23-Mar-02 2:48
suss23-Mar-02 2:48 
GeneralRe: ASP DLL PROBLEM .... PLEASE HELP! Pin
Daniel Turini23-Mar-02 3:13
Daniel Turini23-Mar-02 3:13 
GeneralCalling a client-side script from a web control... Pin
Joshua Guy22-Mar-02 9:52
Joshua Guy22-Mar-02 9:52 

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.