PC Review


Reply
Thread Tools Rate Thread

access denied when submitting form

 
 
fjleon@gmail.com
Guest
Posts: n/a
 
      29th Mar 2006
I have an .asp page dated february 10th 2006, that shows some data and
then you can submit the form to another page.

This is the code:

{...}
<tr>
<td>
<input type="button" id="Aceptar" name="Aceptar"
value="Aceptar" onclick="return Aceptar_onclick()">
</td>
</tr>
{...}

This is the javascript function:

<SCRIPT type="text/javascript">
<!--

function Aceptar_onclick()
{
document.getElementById("FORM_DAT_VEH").submit();
}

//-->
</SCRIPT>

This worked until i got a call today from a client telling me that it
wouldn't work for him. I tried it on IE myself and it doesn't work
either.

It works on firefox and opera.

How can an unmodified file have been working so long? Maybe an
automated update updated
our jscript version?

What is going on?

 
Reply With Quote
 
 
 
 
fjleon@gmail.com
Guest
Posts: n/a
 
      29th Mar 2006
Ok, after seeing this thread
http://groups.google.com/group/comp....c2b5921a0f124f

i noticed that i was using GET istead of POST. Maybe my form got too
big with time and IE starting having issues with GET. I changed it to
POST and now it works fine.

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating a Form where submitting information goes to a Access Data gwtechie72 Microsoft Frontpage 5 30th Mar 2008 03:51 PM
Access Denied on all vb.net (Win Form) WMI queries Brian Mitchell Microsoft VB .NET 0 6th Sep 2007 05:53 PM
Access Denied on all vb.net (Win Form) WMI queries Brian Mitchell Microsoft VB .NET 0 6th Sep 2007 05:24 PM
Submitting Form Data to an Access Database =?Utf-8?B?SmFuaWU=?= Microsoft Frontpage 5 3rd Feb 2007 12:54 AM
Form not submitting to access Db Art Microsoft Frontpage 1 6th May 2004 12:46 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:52 PM.