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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by mdclarke

  1. mdclarke

    document.form.submit() - microsoft is working vs netscape isn't

    Hi, Good point, didn't work but I take the point anyway. I think it has more to do with the submit button (now named submitb) shifting from href/img to type. But it's late and it will wait. MC
  2. mdclarke

    document.form.submit() - microsoft is working vs netscape isn't

    Well, It's a bit of a hybrid.... I used the input and image suggestion with a onSubmit handler to take care of the validation and submit and gave up on the reset(). Using a function to do it's easier on my nerves. I did loose the button's image switch, it's not picking up on the image name...
  3. mdclarke

    document.form.submit() - microsoft is working vs netscape isn't

    hi, I have a form that uses external (non-form) buttons to submit and reset. It is working in IE and failing in Navigator. The call to the subroutine is working in both (the verification edits work in both) but the execution of document.form.submit() & document.form.reset() fails in Netscape...
  4. mdclarke

    asp time diff

    Hi, Have a look at the syntax here http://msdn.microsoft.com/scripting/default.htm - VBScript - Documentation - Language Reference - Alphabetic Keyword List M. Clarke
  5. mdclarke

    Submit and Reset events failing under graphical replacment buttons

    fixed it, Put the buttons outside the form. MDC
  6. mdclarke

    fixed it, put the buttons outsid

    fixed it, put the buttons outside the form tags.....!!!! yikes, MDC
  7. mdclarke

    Submit and Reset events failing under graphical replacment buttons

    hi I have hacked most of the code away in the hope that something was lurking in there, no luck. It's serving at http://64.229.73.199/test untill I drop my connection (joys of dynamic I.P.s) MDC
  8. mdclarke

    Submit and Reset events failing under graphical replacment buttons

    Hi, Thanks The userid/password validation functions well, it's when it gets to the document.LoginF.submit;() or .reset() that it dies. ps. the single quotes failed. MDC
  9. mdclarke

    Submit and Reset events failing under graphical replacment buttons

    Hi, I have made an afternoon's worth of attempts (with help from prior posts here) to get the submit and reset methods to fire for a login form that I have made fancy buttons for. So far my Object doesn't support this property or method, my forehead is all black and blue and I have a hole in a...

Part and Inventory Search

Back
Top