Welcome Guest, Not a member yet? Register   Sign In
Load a view
#7

[eluser]GrootBaas[/eluser]
Hey guys,

I solved it ...

All i had to do was to add this in my form HTML ...
Code:
<form name="get_password" method="post" action="logs/update_logs">
and in my JavaScript, i had to submit the form

Code:
document.get_password.submit();

The rest (Ajax and CI) stayed the same.

Can anybody explain to me why a web form need to be explicitly submitted.


Messages In This Thread
Load a view - by El Forum - 10-16-2008, 10:42 PM
Load a view - by El Forum - 10-17-2008, 12:51 AM
Load a view - by El Forum - 10-19-2008, 04:14 PM
Load a view - by El Forum - 10-20-2008, 08:49 PM
Load a view - by El Forum - 10-20-2008, 09:16 PM
Load a view - by El Forum - 10-20-2008, 09:32 PM
Load a view - by El Forum - 10-20-2008, 09:54 PM
Load a view - by El Forum - 10-21-2008, 02:01 AM



Theme © iAndrew 2016 - Forum software by © MyBB