Jump to content
UBot Underground

Printing From Ubot


Recommended Posts

Hey guys and gals,

 

Anyone figure out how to print out of ubot? I'm presenting a page of information using the load html command and I'd like to present a print button somewhere to allow it to be printed out.

 

I did try some code within the load html but no dice.

 

 

<html>
<head>
<script>
function printpage()
  {
  window.print()
  }
</script>
</head>
<body>

<input type="button" value="Print this page" onclick="printpage()">

</body>
</html>

Thanks,

 

Frank

Link to post
Share on other sites

Ubot is blocking the popup window..  Its not working even if you load this page  http://www.htmlgoodies.com/beyond/javascript/article.php/3471121/Print-a-Web-Page-Using-JavaScript.htm in ubot then manually click the print button which usually working on normal browser.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...