Hello everyone,
I have a question about printing a frame using Javascript.
I have a link on the menu.html page at the top frame which will print another page in another frame. I know that I could use something like;
<frame src="frame-left.htm" name="frame1">
However, I have different pages for that frame. These are different articles that have various webpage file names. I would like to know if there's anyway to print pages in the main frame regardless of the page name and prints anything in the main frame?
I've been looking around and I can only find the example above.
Any assistance will be appreciated.
I have a question about printing a frame using Javascript.
I have a link on the menu.html page at the top frame which will print another page in another frame. I know that I could use something like;
<frame src="frame-left.htm" name="frame1">
However, I have different pages for that frame. These are different articles that have various webpage file names. I would like to know if there's anyway to print pages in the main frame regardless of the page name and prints anything in the main frame?
I've been looking around and I can only find the example above.
Any assistance will be appreciated.