forwarding variables

Discussion in 'Software' started by mr_flea, Feb 10, 2004.

  1. mr_flea

    mr_flea First Sergeant

    Ok, here's what I want to do with 3 pages: 1st page: sets variables, passes them on to page 2 through submit button. @nd page: processes variables, automatically passes them to page 3 when they are processed.

    Please note that I have absolutely no control over page 3. I need everything to be processed in page 2 because I can't make page 3 do it for me. Any ideas on how to automatically send the processed variables to page 3? Is there any way to "call" page 3 like in vbscript or batch?

    1st and 2nd pages are asp pages, 3rd is a perl. I have no control over the programming of the third, it's off my site.
     
  2. Kodo

    Kodo SNATCHSQUATCH

    probably be best to response.redirect to the perl page and hope the perl page is pulling out querystrings for that data.
     
  3. mr_flea

    mr_flea First Sergeant

    Needs to be post variables... I'm pretty sure they can go between asp and perl pages.
     
  4. Kodo

    Kodo SNATCHSQUATCH

    maybe a bit of JS

    document.NameOfForm.submit();
     
  5. mr_flea

    mr_flea First Sergeant

    hmmm... know any perl Kodo?
     
  6. Kodo

    Kodo SNATCHSQUATCH

    no. and I will never make any attempt to.
     
  7. goldfish

    goldfish Lt. Sushi.DC

    I'd agree with kodo. Make a javascript to set some hidden fields to the variables, and then submit the form. Obviously you set the variables in JS with ASP (i.e. var someJSvar = <%=somevar%>; ) that way you can make the form post rather than get.
     
  8. Kodo

    Kodo SNATCHSQUATCH

    don't need to send the vars to a java script.. just make a regular form..assign the form fields the associated values and use the javascript I posted to automatically submit the form after the page loads.
     

MajorGeeks.Com Menu

Downloads All In One Tweaks \ Android \ Anti-Malware \ Anti-Virus \ Appearance \ Backup \ Browsers \ CD\DVD\Blu-Ray \ Covert Ops \ Drive Utilities \ Drivers \ Graphics \ Internet Tools \ Multimedia \ Networking \ Office Tools \ PC Games \ System Tools \ Mac/Apple/Ipad Downloads

Other News: Top Downloads \ News (Tech) \ Off Base (Other Websites News) \ Way Off Base (Offbeat Stories and Pics)

Social: Facebook \ YouTube \ Twitter \ Tumblr \ Pintrest \ RSS Feeds