Hii gorros!!
No probs, let together we try to solve it!!
say you are accessing
http://localhost//myfolder/mypage.asp?x=X&y=Y"
now in mypage.asp write following code
<body onload="submitRedirect()">
<form name="tempform" method="post" action="newpage.asp">
<input type=hidden name=x value="<%=request("x")%>">
<input type=hidden name=y value="<%=request("y")%>">
</form>
<script>
function submitRedirect()
{
document.tempform.submit();
}
</script>
Hope this will help you
I am online on
[email protected]
Cheers :)
vinod