I have a basic function that's supposed to reload the current page:
The problem I get is that the page reloads, but but not with the variables. If I change the target to _blank, it works perfectly....Code:<SCRIPT LANGUAGE="JavaScript"> function refreshpage(type,strtemp) { window.open("testNT.asp?type="+type+"&strtemp="+strtemp,"_self","") }
What is wrong with the _self target???
Thanks in advance!!




Reply With Quote