Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Form doesn't want to save
Message
 
 
À
23/01/2008 12:49:17
Information générale
Forum:
ASP.NET
Catégorie:
Problèmes
Versions des environnements
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01284561
Message ID:
01284685
Vues:
18
>>Hi everybody,
>>
>>We have a backend website that allows to setup front end websites. In other words, it has an interface (with fckEditor) to add custom pages.
>>
>>Someone copied the original form content and saved it to become a new page. Now this form is giving problems.
>>
>>With Viv's help we narrowed problem with JavaScript in IE7 to siblings name of the textarea field. So I changed the name of the field.
>>
>>Unfortunately, the form still refuses to save. It gives me
>>
>>We're Sorry
>>
>>
>>There is a problem with this page.
>>Please re-enter .....
>>

>>
>>I searched the entire solution for 'There is a problem with this page.' and I didn't find it. Somehow it's probably set on the server to be the Custom Error page. Where can I check it?
>
>The URL for that message is :
>.../problem.aspx?aspxerrorpath=/page.aspx
>
>Does that help?
>
>Viv

Well, I found this page on the server with the following relevant code:
<table width="100%" border="0" cellspacing="0" cellpadding="0">
                                                                                                        <tr>
                                                                                                            <td>
                                                                                                                <form action="" method="post">
                                                                                                                    <tr>
                                                                                                                        <td>
                                                                                                                            <p>
                                                                                                                                <b>We're Sorry</b></p>
                                                                                                                        </td>
                                                                                                                    </tr>
                                                                                                                    <tr>
                                                                                                                        <td align="justify">
                                                                                                                            <p align="left">
                                                                                                                                <br>
                             Ă                                                                                                  There is a problem with this page.
                                                                                                                                <br>
                                                                                                                                Please re-enter <a href='<%#Request.Url.Host%>'>Name</a> through
                                                                                                                                the home page
                                                                                                                                <br>
                                                                                                                                by following the link below.</p>
                                                                                                                            <p align="center">
                                                                                                                                <a href='<%#Request.Url.Host%>'>Return to home </a>
                                                                                                                            </p>
                                                                                                                        </td>
                                                                                                                    </tr>
                                                                                                                </form>
                                                                                                            </td>
                                                                                                        </tr>
                                                                                                        <tr>
                                                                                                            <td>
                                                                                                                <a href="#"></a><a href="#"></a>
                                                                                                            </td>
                                                                                                        </tr>
                                                                                                    </table>
but I'm not sure what should I do with this to show me the actual problem with the form.

Thanks again for your help, Viv.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform