Welcome Guest, Not a member yet? Register   Sign In
[solved] clickable table
#1

[eluser]Bianca Migueis[/eluser]
hi,
i have a view file that is loaded from http://localhost:1000/index.php/home and http://localhost:1000/index.php/property/manage in that view file i have

Code:
tr onClick="[removed]='property/view/<?=$row->property_id?>'" onMouseOver="this.style.cursor='pointer'">

when I click on a row, lets say $row->property_id = 1, on the HOME page it takes me to http://localhost:1000/index.php/property/view/1 but when i click on a row on the MANAGE page it takes me to http://localhost:1000/index.php/property...rty/view/1

does anyone know why and how to fix it?
thanks Smile




Theme © iAndrew 2016 - Forum software by © MyBB