S
Stuart Palmer
Hi there,
I am creating a site you can run direct form a CD with HTML and processing
JS via values passed into the querystring.
My problem is that when I select to go back on these pages it jumps to the
last previous page with a differnt file name.
Maybe me posting the navigation that happens might help describe this
better.
d:\temp\index.html (link click) to:
d:\temp\products.html (link click) to:
d:\temp\products.html?var=1 (link click) to:
d:\temp\products.html?var=1&pro=15
Once at d:\temp\products.html?var=1&pro=15 and hitting the browsers back
button the page goes back to d:\temp\index.html.
Has anyone seen this before? or could someone suggest a way to resolve this?
Many thanks
Stu
I am creating a site you can run direct form a CD with HTML and processing
JS via values passed into the querystring.
My problem is that when I select to go back on these pages it jumps to the
last previous page with a differnt file name.
Maybe me posting the navigation that happens might help describe this
better.
d:\temp\index.html (link click) to:
d:\temp\products.html (link click) to:
d:\temp\products.html?var=1 (link click) to:
d:\temp\products.html?var=1&pro=15
Once at d:\temp\products.html?var=1&pro=15 and hitting the browsers back
button the page goes back to d:\temp\index.html.
Has anyone seen this before? or could someone suggest a way to resolve this?
Many thanks
Stu