how to cause button click event from another frame

G

Guest

I have one frame that needs to cause a button click event on another frame.
I was trying to do this by putting a display:none LinkButton on the target
frame, and having a javascript on that page that can be called by the remote
frame, and the javascript would say btn.click() ... but that doesn't cause
the form to submit. How can I accomplish what I am after (firing the event
for the specified button when triggered from a remote frame)?

Thanks,
Brad
 
B

Bruce Barker

a link button works by calling javascript to postback. use a submit button
(asp:button).

-- bruce (sqlwrk.com)
 

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

Top