Jump to content

tummah2

Newbies
  • Posts

    4
  • Joined

  • Last visited

tummah2's Achievements

Rookie

Rookie (2/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Thanks, I will try submitting the forms using Javascript. Thanks for all your help! I'll let you know my results! C
  2. I have a page that loads data from several databases. It uses InlineAction tags to do this. Now, on the same page, I have fields that can be edited. The fields are from several databases. How can I edit multiple databases with one submit? I am aware their might be a way to do it using InlineAction tags, however I have no clue what the syntax would be. Could someone please help me??? Thanks!! C
  3. Hey all! I have a form which I submit to perform a "-find" action. The problem is I want the form to automatically submit when the page loads. I thought I could use the Javascript onload command, and then do a frmSubmit.submit(); command, but apparently a submit() command isn't exactly the same as pressing a submit button. How can I make a page submit automatically and still perform the "-find" action?? Thanks! C
  4. Hey all! I have a login/password page which, when submitted, does a "-find" action on a database, comparing both the login and password textboxes to two fields in the database (login and password, respectively). My problem is that the "-find" action will allow anyone to enter the site who types in something similar into a login/password in the database. Is there a way to only find exact matches in a database? Thanks, C
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.