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

dqd’s picture

Status: Active » Closed (works as designed)

buttons 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.