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 Chris Miller 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: *

  1. Swiftfeet8

    insert form information dynamically

    The problem I am having is that one of my inputs has to have the name of "action" and value of "login". With me dynamically changing the action based upon a button value using javascript, I am using "document.form.action". I need to include that input only if one of the two buttons is pushed...
  2. Swiftfeet8

    insert form information dynamically

    I am working on a script that allows my users to log into their email or their junkmail using a single form. Their login information is the same for each. The form action gets changed dynamically for each. The problem I am having is that I need to somehow dynamically change/add form "input"...
  3. Swiftfeet8

    dual action submission form help

    Here is the source for the page in question. The part that I don't understand is the form part. Sorry for posting so much code. Thanks. <html> <head> <title>Log in</title> </head> <body bgcolor="#FFFFFF"> <table cellspacing="0" cellpadding="0" width="100%" border="0"> <tr...
  4. Swiftfeet8

    dual action submission form help

    The switching of the actions depending on the button pushed isn't my main problem. The main issue I am having is understanding how the login works for our 3rd party junk mail filter site: https://login.postini.com/exec/login I know understand javascript somewhat, but the login sequence that...
  5. Swiftfeet8

    dual action submission form help

    Hello, I am working on making a form that contains two submit buttons that, when pressed, each dynamically change the action of the form. Essentially the form has the customer enter their login information for their e-mail on our site. Since we have a junk mail filter also, and we use the...

Part and Inventory Search

Back
Top