I have a PHP page and I would like to add a print button on it that sends part of the content of that page to the default printer. Is it possible with Javascript? How?
Thanks a million in advance
Thank you IBiZi you re a great help eveytime I post a question.
I was doing some search regarding this problem and came across some videos on youtbe showing how to use jquery.js library to do this....
Thank you iBeZi for trying to help.
I guess I am too ignorant of JS to understand what you mean.
I include my code here maybe you can tell me if what I am trying to do is possible with your method...
Imagine a MySQL table that has columns:
Car-------------- color-------------------price
mazda---------------white -----------------$10
jeep------------------blue-------------------$12
Update:
I have tried using this method. Sometimes it works perfectly and sometimes it does not work altough conditions are similar if not identical.
Are there conditions involved in using this?...
This form is generated by a php form where users select the number of rows. So I need to name the textboxes accordingly with an array.
How else can I achieve this?
Hello everybody
I have a form that has two columns of numbers.
this form is the second form in the series of forms and can have different number of rows (selected by user in the previous form)...