Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ArkeyArk
  • Order by date
  1. ArkeyArk

    Form Data Passing to Another if error

    Sorry, I just can seem to get my point across.... I know how to set up a for loop. My question is what to do in the //do something. I thought objItem was a built in function but its not its user defined, but doesnt help me, if I can do a count (request.form.count) what property do I use to...
  2. ArkeyArk

    Data Entry validation

    you could use a STYLE and make the FONT COLOR =RED
  3. ArkeyArk

    Form Data Passing to Another if error

    Okay I got that much but in Jscript there is no FOR EACH XXX IN XXX does anybody know of how to achieve this in JSCRIPT(not javascript but MS ASP JSCRIPT) The code is exactly what I need but I have had hell trying to figure out how to make the equivalent code. Anybody? Arkey
  4. ArkeyArk

    Form Data Passing to Another if error

    I just don't understand what the objItem. Is that an array of all the form elements that have been passed. How can I use that without using the FOR EACH. Im using ASP(JSCRIPT) so the syntax is different, i just couldnt find any documentation on this objItem coming from Request.Form Arkey
  5. ArkeyArk

    Form Data Passing to Another if error

    How can you do that in Jscript?
  6. ArkeyArk

    Form Data Passing to Another if error

    Is there a way to dynamically pass data from one form to another. Here is what I want to happen. User fills in a form (enter new userid and pass). > They Click Submit. > The processing page first checks to make sure that Userid does not exist. if it does not it continues to process the rest of...

Part and Inventory Search

Back
Top