Recent content by Iceman_a

  1. I

    Cookie via called program

    Here is the story. I have a static HTML page that submits to a compiled page. Based on the values submited, the program generates the HTML on the fly as in it {&OUT}'s all the html for the results of the request. Now, based on the results, my 4gl decides to make a cookie or not. If it does...
  2. I

    Cookie via called program

    I have a compiled program that will create cookies when ran independantly. However, when I call this program from within another, it will not set the cookies. Any ideas?
  3. I

    Generate Email

    How would I generate and email and have webspeed sent it for say password reminder? This taking into account user enters email address.
  4. I

    Post and get

    Thanks Thanks, but I was using this method already. I was actually looking more for how to retrieve the posted data from another page. I guess it would have helped if I had been more specific. Anyways, thanks again.
  5. I

    Post and get

    I want to have one page that I have a form on. The results of this submit need to be pulled by webspeed script and used to generate the results of the submit. Can anyone shed some light on this for me.
  6. I

    Webspeed search Details

    Thanks..
  7. I

    Webspeed search Details

    This is the Listings Code: <HTML> <HEAD><TITLE>Sales Representatives</TITLE> <SCRIPT LANGUAGE=SpeedScript> /* Used in a output-headers because of the cookie issue */ /*Procedure output-headers: If get-cookie("Fred") = "" then Do: /* User must have skipped the login screen */...
  8. I

    Webspeed search Details

    I have a page that pulls up a list of records. I want to be able to click on a record and have that record displayed in details. I have that piece kind of working except that no matter which record I click on, I get the first record in the table. Any ideas?
  9. I

    Webspeed login

    Thanks for your help.
  10. I

    Webspeed login

    I am writing a login page to verify that a user is a current user. I am writing the username and password to a cookie. At that time, if the user is a current user, then it takes them to a new page. The new page pops up but when I try to use the page, it takes me back to the login page saying...
Back
Top