S
Sam Vel
Hello Friends
I have a site which is developed such that the aspx page which is
shown at the address bar is different from the actual page executed
but when we look at the source ALT+V->C(IE) or CTL+U the actual page
name is shown in form section
<form name="aspnetForm" method="post" action="z.aspx?N=6"
onsubmit="javascript:return WebForm_OnSubmit();" id="aspnetForm">
At the above code I want to Hide or change "action="z.aspx?N=6"" to
some thing different
Can anyone tell how to change that
Any ideas can also be helpfull
Regards
SamVel
I have a site which is developed such that the aspx page which is
shown at the address bar is different from the actual page executed
but when we look at the source ALT+V->C(IE) or CTL+U the actual page
name is shown in form section
<form name="aspnetForm" method="post" action="z.aspx?N=6"
onsubmit="javascript:return WebForm_OnSubmit();" id="aspnetForm">
At the above code I want to Hide or change "action="z.aspx?N=6"" to
some thing different
Can anyone tell how to change that
Any ideas can also be helpfull
Regards
SamVel