Click here to Skip to main content
16,010,334 members
Home / Discussions / Web Development
   

Web Development

 
Generalsecure server performance Pin
berndg3-Jan-03 6:50
berndg3-Jan-03 6:50 
GeneralRe: secure server performance Pin
l a u r e n3-Jan-03 7:42
l a u r e n3-Jan-03 7:42 
Generalhiding root of web pages Pin
Andy H2-Jan-03 12:54
Andy H2-Jan-03 12:54 
GeneralRe: hiding root of web pages Pin
Paul Riley2-Jan-03 13:05
Paul Riley2-Jan-03 13:05 
GeneralRe: hiding root of web pages Pin
Ted Ferenc4-Jan-03 9:52
Ted Ferenc4-Jan-03 9:52 
Generaljavascript CGI Pin
scrasch2-Jan-03 10:32
scrasch2-Jan-03 10:32 
GeneralRe: javascript CGI Pin
Philip Patrick2-Jan-03 12:29
professionalPhilip Patrick2-Jan-03 12:29 
GeneralRe: javascript CGI Pin
scrasch3-Jan-03 8:58
scrasch3-Jan-03 8:58 
Yeah, that's what I'm trying to do. I wrote a basic C++ app to write the information I want to a file on the server. I'm trying to call that executable from the client-side javascript on the HTML page. I'm apparently doing something wrong because it throws an error talking about unexpected end of script headers or something like that. I've changed the app to be nothing more than just a main function that doesn't do anything. I still can't get it to work. I must be calling it wrong from the javascript or something.

here's the code:

var commandLine;

commandLine = "param1=" + name + '&' + "param2=" + school + '&' + "param3=" + email + '&' + "param4=" + city + '&' + "param5=" + state + '&' + "param6=" + "Y"

window.document.location = "http://www.agdsoftware.com/cgi-bin/EvaluationCgi.exe?" + commandLine;


Any thoughts?
GeneralRe: javascript CGI Pin
Philip Patrick3-Jan-03 22:39
professionalPhilip Patrick3-Jan-03 22:39 
GeneralRe: javascript CGI Pin
scrasch4-Jan-03 6:19
scrasch4-Jan-03 6:19 
GeneralRe: javascript CGI Pin
Philip Patrick4-Jan-03 6:29
professionalPhilip Patrick4-Jan-03 6:29 
GeneralRe: javascript CGI Pin
Paul Riley4-Jan-03 6:56
Paul Riley4-Jan-03 6:56 
GeneralRe: javascript CGI Pin
Philip Patrick4-Jan-03 8:43
professionalPhilip Patrick4-Jan-03 8:43 
GeneralRe: javascript CGI Pin
markkuk4-Jan-03 8:40
markkuk4-Jan-03 8:40 
GeneralRegular expressions... drives me mad Pin
Philip Patrick2-Jan-03 10:06
professionalPhilip Patrick2-Jan-03 10:06 
GeneralRe: Regular expressions... drives me mad Pin
Richard Deeming3-Jan-03 3:43
mveRichard Deeming3-Jan-03 3:43 
GeneralRe: Regular expressions... drives me mad Pin
Philip Patrick3-Jan-03 4:23
professionalPhilip Patrick3-Jan-03 4:23 
GeneralASP scripts etc Pin
Andy H2-Jan-03 9:30
Andy H2-Jan-03 9:30 
GeneralRe: ASP scripts etc Pin
Philip Patrick2-Jan-03 9:58
professionalPhilip Patrick2-Jan-03 9:58 
GeneralRe: ASP scripts etc Pin
DFU236-Jan-03 11:25
DFU236-Jan-03 11:25 
GeneralConverting HTML to WML Pin
dgriffin31-Dec-02 9:00
dgriffin31-Dec-02 9:00 
GeneralRe: Converting HTML to WML Pin
Stephane Rodriguez.2-Jan-03 5:05
Stephane Rodriguez.2-Jan-03 5:05 
GeneralRe: Converting HTML to WML Pin
(Steven Hicks)n+12-Jan-03 11:19
(Steven Hicks)n+12-Jan-03 11:19 
GeneralUser logon NTLM - yes I am a newbie! Pin
alias3931-Dec-02 8:04
alias3931-Dec-02 8:04 
GeneralRe: User logon NTLM - yes I am a newbie! Pin
DFU236-Jan-03 11:35
DFU236-Jan-03 11: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.