[js]
function reset_page()
{
document.locati on.reload("loca tion?type=<%=US ER_TYPE%>");
}
[/js]
Sree, it's good that you got your problem solved. Just one thing about the code tags. [js] won't work. Use [code=javascript] with the ending code tag. Thanks.
Sree, it's good that you got your problem solved. Just one thing about the code tags. [js] won't work. Use [code=javascript] with the ending code tag. Thanks.
Thanks a lot. Yes, sure will rem that the next time.
Comment