| Posted: 19 December 2006 at 5:12pm | IP Logged
|
|
|
Hi there,
Actually you can make it do something like this however you have to have control over the way you websites writes the URL.
Basically you just add some code that adds keyword parameters
so instead of
http://abc.com/Product/prodDesc.asp?ID=3754529&pageView= 1
you write
http://abc.com/Product/prodDesc.asp?ID=3754529&pgv=1& ;digital_camera=canon_sd700
this will then be rewritten by link freeze to include these values. Just because you have parameters there doesnt mean you have to use them. However if you dont have source code access to make these changes then nope Lexey is right not much can be done. Basically it just rewrites what is there.
|