I need to redirect users to another url on loading a document.I want to use a document as I’d like to have flexibility if we want to have other redirects to other pages.
Currently, I can get the following codes to work if I create a document using “…/test?openform” :
META HTTP-EQUIV="refresh"CONTENT="http://www.etc."
or
--------- where lookup_fld.value contains the new url
But, I cannot get either to work on opening an existing document.
I’d prefer the Javascript solution so I could have lookup_fld editable.
Any suggestions are welcome.
thanks