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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

print another frame with image button

Status
Not open for further replies.

hablablow

Programmer
Sep 9, 2000
115
FR
I want to print from a frame 1 onclick on an image, the content of a frame 2.
All i find are scripts with print another frame using buttons.
I have a print image and i want to use it to print the frame 2
If anyone knows the trick.
Thanks for your incomming answers.
 
"All i find are scripts with print another frame using buttons."

instead of calling their functions with : <input type=button .... onclick=&quot;the_called_function()&quot;>
use
<img src=.... onclick=&quot;the_called_function()&quot;>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top