Closed (works as designed)
Project:
Link
Version:
6.x-2.8
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Jan 2010 at 12:34 UTC
Updated:
3 Mar 2012 at 14:16 UTC
I am using a multivalue CCK Link field to provide my site users with a choice of 'places to go' after they have hit a 'thank you' page after submitting a webform.
One of the possible links I'd like to be able to offer them is to go back 2 steps in their browser history and so I should like to be able to enter...
javascript: window.history.go(-2)
or perhaps
javascript: window.history.back(2)
whichever is considered best practice nowadays.
HOWEVER, whilst I am convinced that these ARE valid URLS, the CCK Link field is not?
Is what I'm trying to do a possibility?
Thanks
Comments
Comment #1
dqdbuttons for browsing history is another story than the attempt of the link field module. I think this is the reason why nobody answered your question here in this queue.
Sorry and I hope that you found a solution.