Issue submitting forms

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • philguenet@googlemail.com

    #1

    Issue submitting forms

    I have left my Web site out at my provider for a long while.
    Yesterday I tried changing quite a few things on it but it all ended
    in tears.

    None of the form submit button submit anymore.

    I am now wondering if the problem has to do with me using VS 2003
    and .Net Framework v1.1 though I suspect that my provider has upgraded
    theirs.

    I am copying below the snippet of View source differences between the
    same 2 pages when running perfectly from my environment and not
    submitting at all from my ISP.

    If anybody has any idea as to what the problem is and how to solve it,
    all suggestions very welcomed.

    ---Code that works-------
    <form name="form" method="post" action="Cart.as px"
    language="javas cript" onsubmit="Valid atorOnSubmit(); " id="form">
    (...)


    ---Code that doesn't-------
    <form name="form" method="post" action="Cart.as px?
    action=addSKU&a mp;SKUID=JBT011 33UKWHM" language="javas cript"
    onsubmit="if (!ValidatorOnSu bmit()) return false;" id="form">

    I do not understand why the Action is not the same.
    ..... and especially why the onsubmit changes from one to the other. I
    suspect that this is the problem.

    Thanks
    p

  • desmophil

    #2
    Re: Issue submitting forms

    One more strange thing, the forms work perfectly with Opera, but not
    with IE!

    On 13 May, 11:14, philgue...@goog lemail.com wrote:
    I have left my Web site out at my provider for a long while.
    Yesterday I tried changing quite a few things on it but it all ended
    in tears.
    >
    None of the form submit button submit anymore.
    >
    I am now wondering if the problem has to do with me using VS 2003
    and .Net Framework v1.1 though I suspect that my provider has upgraded
    theirs.
    >
    I am copying below the snippet of View source differences between the
    same 2 pages when running perfectly from my environment and not
    submitting at all from my ISP.
    >
    If anybody has any idea as to what the problem is and how to solve it,
    all suggestions very welcomed.
    >
    ---Code that works-------
    <form name="form" method="post" action="Cart.as px"
    language="javas cript" onsubmit="Valid atorOnSubmit(); " id="form">
    (...)
    >
    ---Code that doesn't-------
    <form name="form" method="post" action="Cart.as px?
    action=addSKU&a mp;SKUID=JBT011 33UKWHM" language="javas cript"
    onsubmit="if (!ValidatorOnSu bmit()) return false;" id="form">
    >
    I do not understand why the Action is not the same.
    .... and especially why the onsubmit changes from one to the other. I
    suspect that this is the problem.
    >
    Thanks
    p

    Comment

    Working...