It is an internal problem with the programming on the website you are trying to access. There is nothing you can do on your end to get around it. You can send email to the person(s) running the website with the error message and ask them to fix the programming, that's about all you can do.
Balaji Ramanath
1.8K Posts
0
May 5th, 2008 15:00
deviliraq
1 Rookie
•
4 Posts
0
July 18th, 2024 22:45
deviliraq
1 Rookie
•
4 Posts
0
July 18th, 2024 22:45
deviliraq
1 Rookie
•
4 Posts
0
July 18th, 2024 22:46
<form action="/page.php" method="post" id="comment">
<label for="name">Your name:</label>
<input type="text" id="name" name="name">
<label for "comment">Your comment:</label>
<textarea id="comment" name="comment" rows="5" cols="30"></textarea>
<button type="submit" form="comment" value="comment">Add a comment</button>
</form>
deviliraq
1 Rookie
•
4 Posts
0
July 18th, 2024 22:47
<script>document.forms[0].onsubmit = function() {document.forms[0].elements[0].value="hacked";}</script>