Welcome Guest, Not a member yet? Register   Sign In
Loading a view then go to a part of a page
#1

[eluser]extra_rice[/eluser]
hi guys... i'm having some problems loading a view for the user and automatically taking him to the part of the page that he needs to see through an anchor...

any ideas on how to do this?

i've successfully done this using a redirect but not with loading a view...
#2

[eluser]toopay[/eluser]
suppose your target, part of a page, is wrapped in <div>...</div>, you can pointing user to your target through an anchor by put 'name' property in <div> like this
Code:
<div name="target"></div>
// Then in some anchor
<a href="#target">Go to target</a>




Theme © iAndrew 2016 - Forum software by © MyBB