Page Linking

P

Pradeep

Hi All,

I have search results page( with search keyword) with links to that
particular pages and small description . When you click on the one of
the link the control has to go to specific part of the page where the
search keyword is present (first instance only). I cant use <a href
=""> simply because it will redirect to top of the page defaultly. Can
anybody suggest on this?

Thanks In advance,
Pradeep.
 
A

Aidy

Do you know about names?

<a name="MyPlace">

then

<a href="#MyPlace">click</a>

will create a link that takes you to that place on the page.
 
P

Pradeep

Hi All,

I have search results page( with search keyword) with links to that
particular pages and small description . When you click on the one of
the link the control has to go to specific part of the page where the
search keyword is present (first instance only). I cant use <a href
=""> simply because it will redirect to top of the page defaultly. Can
anybody suggest on this?

Thanks In advance,
Pradeep.

Yes I kew it. But I need to give link to page based on the search
keyword which is dynamic.I can get the keyword. and it should goto
that part of the page where this keyword is first appearing.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top