Announcement

Collapse
No announcement yet.

Pop up order phase 4 (Recipe Page)

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

    Pop up order phase 4 (Recipe Page)

    Hi,

    I would like my site to have a popup recipe page that can be printed is this possible?

    I currently have a print button on order phase4 but some customers seem top have a problem with the page bouncing back to the home page once the print button is printed and the page doesn't print?

    Code:
    <INPUT TYPE=HIDDEN NAME=HOME VALUE="NETQUOTEVAR:HOME">

    <INPUT TYPE=SUBMIT NAME=ACTION VALUE="NETQUOTEVARONEBUTTON">

    <input name="Print" type="image" onClick="window.print()" value="Print" src="print.gif" alt="Click here to print">

    Jay Cee

    #2
    Hi Jay,

    Please try the following code in the 'Act_Order04.html' to print the page and check if that helps.

    Code:
    <form>
    <input type="button" value="Click here to print" onClick="window.print()" />
    </form>
    Regards,
    Sivakami.C

    Actinic Software
    www.actinic.co.uk
    www.actinic.com
    http://knowledge.actinic.com/

    Comment


      #3
      Thank you that seems to have solved the problem

      Jay Cee

      Comment

      Working...
      X