in reply to Re: replicating blocks of code in perl and cgi
in thread replicating blocks of code in perl and cgi

sorry I didn't quite put it right, I want to print it on demand. So to have an add button, that will replicate that print command. Thanks
  • Comment on Re^2: replicating blocks of code in perl and cgi

Replies are listed 'Best First'.
Re^3: replicating blocks of code in perl and cgi
by marto (Cardinal) on May 26, 2010 at 10:09 UTC

    Perhaps you mean you want to use Ajax to manipluate the DOM. You could easily use jQuery to add (or show hidden) elements without refreshing the page. Obviously this required a JavaScript enabled browser.