Announcement

Collapse
No announcement yet.

Print Form

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Print Form

    Hi VodaHost,

    is it possible give the Form a button so you can print all the text in the form, to the local printer? if it can, would you walk me through it??

    thank you!!

    greets Ruud W.

  • #2
    print script

    use the following script in HTML box where you want the button

    <SCRIPT LANGUAGE="JavaScript">

    <!-- Begin
    if (window.print) {
    document.write('<form>Click Here To '
    + '<input type=button name=print value="Print" '
    + 'onClick="javascript:window.print()"> This Page!</form>');
    }
    // End -->
    </script>

    Hope its helps
    www.bluevodaexchangelink.com
    BluevodaExchangeLink Help Center
    Bluevodaexchangelink Forum

    The only place for bluevoda site to be linked with!

    Comment

    Working...
    X