hide and show content
Hi,
I have the results page to display all records from the search and also I have the User Friendly Print button, but content will hide or show depend on what action user clicked on.
For example:
<table name=”1”>
Display all results in the regular format
</table
<if isdefined(“print”)>
<table name=”2”>
Display all results in the print friendly format
</table
</cfif>
<input name=”print”>
<input name=”result”>
With this process, the code it worked well, but I don’t know how to hide the blog of table 1?
thanks
