Search results

  1. P

    Using Javscript Script files

    Thanks Thanks for that, I did indeed mean .js files as you describe
  2. P

    Using Javscript Script files

    Does anyone know what directory the javscript scriptfiles should reside in for them to be picked up by webspeed? At present I have them in the dev/src dir and they are not being found!
  3. P

    Hidden field as parameter

    Forma (CGI_Wrapper) calls Formb. Forma has hidden field. Formb when using get-value does not retrieve the value of the hidden field from forma. Code Forma program {&out} '<form name="form1" method="POST">' SKIP '<table border="1">' SKIP '<tr>' SKIP '<td>Customer Name:</td>' skip...
  4. P

    New to webspeed need help with basic login code

    Hi have completed the webspeed course, on my own, by going thru the manual. I am about to start developing a basic application to allow a user login and access customer info. Does anyone have some sample code, for a user login screen using a password. The difficulty I have is in trying to...
Top