I need a way to refresh a form using java-script through a url href.
I want the user to click a hyperlink and it should reload a php form.
I have tryed using window.location.reload('http:\www.test.com.br/myurl')
but it simply just don't do anything.
Does anyone have a function or something to help me with that.
I know it is possible to do something similar with the php function header(), but I don't know if that forces the browser to reload from the server, not from the user cache machine.
Thanks