Click here to Skip to main content
16,011,754 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Controlling IE Settings Pin
Paul Watson9-Apr-03 20:34
sitebuilderPaul Watson9-Apr-03 20:34 
QuestionHow many instance ? Pin
Nick Seng8-Apr-03 20:19
Nick Seng8-Apr-03 20:19 
GeneralImplementing wSpell in .asp Pin
IceOl8d8-Apr-03 9:55
IceOl8d8-Apr-03 9:55 
GeneralpasteHTML() Problem Pin
dutchy8-Apr-03 6:02
dutchy8-Apr-03 6:02 
QuestionCoordinate-based popups? Pin
Jamie Hale8-Apr-03 4:17
Jamie Hale8-Apr-03 4:17 
AnswerRe: Coordinate-based popups? Pin
alex.barylski8-Apr-03 12:47
alex.barylski8-Apr-03 12:47 
Generalhttp post via javascript Pin
Senkwe Chanda8-Apr-03 3:19
Senkwe Chanda8-Apr-03 3:19 
GeneralRe: http post via javascript Pin
alex.barylski8-Apr-03 12:33
alex.barylski8-Apr-03 12:33 
I believe if you want any data sent to a CGI script via POST you must encapsulate your form data with form tags. There is a submit() which could be called to programmatically send data to a script on the server, instead of having the user click Submit button. There may be a hack around this i'm not sure off the top of my head, i'd have to think about it for a while.

If sending data to the server doesn't require POST you can use GET method and send some data to a script on the server whether it be stored in a variable or cookie.

// Pull value stored in cookie
var temp = getCookie('my_cookie', document.cookie);

for(var i=0; i<12; i++){
  if(temp==i)  // Programatically send data to server side script
    location.href="index.php?my_value="+temp;
}


What exactly is it your trying to accomplish??? Maybe i can figure something out for you.

Cheers! Smile | :)

"Two wrongs don't make a right, but three lefts do!" - Alex Barylski Smile | :)
GeneralRe: http post via javascript Pin
Senkwe Chanda8-Apr-03 19:51
Senkwe Chanda8-Apr-03 19:51 
GeneralRe: http post via javascript Pin
alex.barylski10-Apr-03 14:25
alex.barylski10-Apr-03 14:25 
GeneralRe: http post via javascript Pin
Still Learning Dude11-Apr-03 14:02
Still Learning Dude11-Apr-03 14:02 
Generalgood Web Design site Pin
Braulio Dez8-Apr-03 0:03
Braulio Dez8-Apr-03 0:03 
GeneralRe: good Web Design site Pin
matthew l8-Apr-03 0:14
matthew l8-Apr-03 0:14 
GeneralZipping in ASP/ file writing through Applet Pin
yogini7-Apr-03 2:23
yogini7-Apr-03 2:23 
QuestionHow to set the TIMEOUT property of WebClient class??? Pin
Small Rat6-Apr-03 16:08
Small Rat6-Apr-03 16:08 
QuestionHow to invoke a cilent side program through web? Pin
George24-Apr-03 1:51
George24-Apr-03 1:51 
AnswerRe: How to invoke a cilent side program through web? Pin
Philip Patrick6-Apr-03 1:36
professionalPhilip Patrick6-Apr-03 1:36 
GeneralRe: How to invoke a cilent side program through web? Pin
George26-Apr-03 15:23
George26-Apr-03 15:23 
AnswerRe: How to invoke a cilent side program through web? Pin
Stephane Rodriguez.9-Apr-03 5:59
Stephane Rodriguez.9-Apr-03 5:59 
GeneralRe: How to invoke a cilent side program through web? Pin
George211-Apr-03 18:47
George211-Apr-03 18:47 
QuestionHow to Install IIS MMC Snap-In on Win98 Pin
J. Dunlap3-Apr-03 19:53
J. Dunlap3-Apr-03 19:53 
AnswerIIS on Windows 98 Pin
Paul Watson3-Apr-03 20:21
sitebuilderPaul Watson3-Apr-03 20:21 
GeneralRe: IIS on Windows 98 Pin
J. Dunlap3-Apr-03 20:27
J. Dunlap3-Apr-03 20:27 
GeneralRe: IIS on Windows 98 Pin
J. Dunlap4-Apr-03 7:26
J. Dunlap4-Apr-03 7:26 
GeneralDeploy more than one webservices in disco file Pin
roobee3-Apr-03 16:01
roobee3-Apr-03 16:01 

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.