action is stripped from form tag

  •  04-08-2014, 8:10 AM

    action is stripped from form tag

     Hi

     

    The action attribute seems to keep going missing when I save a page and query the .Text property of the editor. If I paste in the below the action property goes missing! Is there a way of keeping the action attribute?

     

    Thanks 

     

     

    <html>    <head>    </head>
        <body>
            <form id="cse-search-box" action="wiggle.aspx">
            </form>
        </body>
    </html>

View Complete Thread