Welcome Guest, Not a member yet? Register   Sign In
Generating a view AT the view level (Simple Print This Page)
#1

[eluser]Erocanti[/eluser]
I need a quick print this page solution until I have time to work on the css.

can a hidden input field containing the information that was passed onto that view be used to post the variables into another page?

Code:
<form method="POST" action="print.php">
<input type="hidden" name="vars"value="<? echo $rows; ?>" />
<button type="submit">Print</button>
&lt;/form&gt;

This is off the top of my head (a newb's head) so forgive me if its absurd in anyway.
As always, any input is appreciated.


Messages In This Thread
Generating a view AT the view level (Simple Print This Page) - by El Forum - 07-02-2011, 09:28 AM



Theme © iAndrew 2016 - Forum software by © MyBB