Welcome Guest, Not a member yet? Register   Sign In
load view onclick of href
#2

[eluser]nandish[/eluser]
try this....
<?php
class ctest extends controller{

function __construct() {
parent::controller();
}

function redirect() {
$data['result'] = "Nandish";
$this->load->view('viewpage',$data);
}

} ?>


javascript

function redirect() {
[removed] = "/ctest/redirect";
retrun true;
}

<a href='#' onlcik ='redirect()' > Click here to load view page </a >


Messages In This Thread
load view onclick of href - by El Forum - 09-08-2009, 12:45 AM
load view onclick of href - by El Forum - 09-08-2009, 05:30 AM



Theme © iAndrew 2016 - Forum software by © MyBB