Event Handler not firing with Server.transfer()

J

jespey

I have a handler that takes an incoming request and does aserver.transfer to an appropriate aspx page. I then usejavascript in the onSubmit for the form to change action to theoriginally requested page. The problem is that the aspx pageisn't firing off the onclick event for the button.

So I request /dir1/dir2/page.abc
transfer to /dir1/page.aspx
that page submits the form to /dir1/dir2/page.abc
the request is transferred to /dir1/page.aspx.

I am using server.transfer(url, true), but I still can't get theevent to trigger. Any ideas on this, or am I trying to dosomething that is not possible?
Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Staff online

Members online

Forum statistics

Threads
473,731
Messages
2,569,432
Members
44,832
Latest member
GlennSmall

Latest Threads

Top