Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

remote buttons

Status
Not open for further replies.

Nunners

Programmer
Aug 22, 2001
25
0
0
GB
All,

I know it is possible to press a hyperlink which resides in the target_frame frame, from a navigator frame like so...

<a href =&quot;about:&quot;
onMouseOver=&quot; status = 'links to target frame. '; return true;&quot;
onMouseOut=&quot;status = '' &quot;
onClick=&quot;this.href=parent.target_frame.document.links[5].href;&quot; target=&quot;target_frame&quot;
>Print Disco Report

But is it possible to press a button which resides in the target_frame from the navigator frame.

The button code is...

<input type=&quot;submit&quot; name=&quot;_act&quot; value=&quot;Export Data&quot;>

Thanks for any help

Nunners
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top