472,096 Members | 1,193 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,096 software developers and data experts.

Dynamically specifying an anchor and name/value pairs

Hi everybody

Need your help.

I have a DB-extracted list of say 5 items per page, which have links on each
one that takes you to more detailed info on the 'clicked' particular item.
When you are taken to the more detail page I have a link to take you back to
the list. This all works fine and is standard stuff.

My problem is that the user wants the go back link on the detail page to
take them to specific item on the 5 items per page list.

Now I know I need an anchor to force the list page to move to the particular
item within the list page and I've already created a routine whereby I use a
counter, as I'm listing the DB-extracted items to the page, to act as the
anchor name for each item and I also querystring this onto the detail page
for it to extract and put in the return address, but when you click on the
return address its as if the anchor info in the URL has chopped off all of
the name/value pair parameters, eg:

http://mydomain.com/search-results.a...=0&max=2000000

The 'x3' is the anchor-positioner, but I get an error back saying the type
param does not exist. Have I put the anchor in the right place? Can I not
have an anchor value and name/value pair list in the same string?

Thanks

Robbie
Jul 22 '05 #1
2 2021
sorted it - you put it at the end don't you!
"Astra" <in**@noemail.com> wrote in message
news:eP**************@TK2MSFTNGP10.phx.gbl...
Hi everybody

Need your help.

I have a DB-extracted list of say 5 items per page, which have links on each
one that takes you to more detailed info on the 'clicked' particular item.
When you are taken to the more detail page I have a link to take you back to
the list. This all works fine and is standard stuff.

My problem is that the user wants the go back link on the detail page to
take them to specific item on the 5 items per page list.

Now I know I need an anchor to force the list page to move to the particular
item within the list page and I've already created a routine whereby I use a
counter, as I'm listing the DB-extracted items to the page, to act as the
anchor name for each item and I also querystring this onto the detail page
for it to extract and put in the return address, but when you click on the
return address its as if the anchor info in the URL has chopped off all of
the name/value pair parameters, eg:

http://mydomain.com/search-results.a...=0&max=2000000

The 'x3' is the anchor-positioner, but I get an error back saying the type
param does not exist. Have I put the anchor in the right place? Can I not
have an anchor value and name/value pair list in the same string?

Thanks

Robbie

Jul 22 '05 #2
lol yip...... thou duth <g>

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

"Astra" <in**@noemail.com> wrote in message news:#$**************@TK2MSFTNGP15.phx.gbl...
sorted it - you put it at the end don't you!


"Astra" <in**@noemail.com> wrote in message
news:eP**************@TK2MSFTNGP10.phx.gbl...
Hi everybody

Need your help.

I have a DB-extracted list of say 5 items per page, which have links on each
one that takes you to more detailed info on the 'clicked' particular item.
When you are taken to the more detail page I have a link to take you back to
the list. This all works fine and is standard stuff.

My problem is that the user wants the go back link on the detail page to
take them to specific item on the 5 items per page list.

Now I know I need an anchor to force the list page to move to the particular
item within the list page and I've already created a routine whereby I use a
counter, as I'm listing the DB-extracted items to the page, to act as the
anchor name for each item and I also querystring this onto the detail page
for it to extract and put in the return address, but when you click on the
return address its as if the anchor info in the URL has chopped off all of
the name/value pair parameters, eg:

http://mydomain.com/search-results.a...=0&max=2000000

The 'x3' is the anchor-positioner, but I get an error back saying the type
param does not exist. Have I put the anchor in the right place? Can I not
have an anchor value and name/value pair list in the same string?

Thanks

Robbie




Jul 22 '05 #3

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

11 posts views Thread by Andrew Thompson | last post: by
3 posts views Thread by DaveF | last post: by
reply views Thread by Diane Yocom | last post: by
10 posts views Thread by elibol | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.