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
Bruce Barker - 31 Jan 2006 00:09 GMT
a link button works by calling javascript to postback. use a submit button
(asp:button).
-- bruce (sqlwrk.com)
>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
[quoted text clipped - 7 lines]
> Thanks,
> Brad