C
|
cgphp 11/5/2011 |
Do you get some error ? Try to debug your code with Firebug. |
N
|
Nelson author 11/6/2011 |
Do you get some error ? Try to debug your code with Firebug.
|
N
|
Nelson author 11/6/2011 |
I forgot to mention that the only thing the script is doing right now in a project made by PHPR 6.0 is to hide the row all the time. |
C
|
cgphp 11/6/2011 |
Try this code: <script type="text/javascript"> |
N
|
Nelson author 11/6/2011 |
Try this code: <script type="text/javascript">
|
C
|
cgphp 11/6/2011 |
Put the JS code in the Javascript onLoad event. Update the js code to: <script type="text/javascript"> |
N
|
Nelson author 11/6/2011 |
Put the JS code in the Javascript onLoad event. Update the js code to: <script type="text/javascript">
|
C
|
cgphp 11/6/2011 |
Could you post a demo link ? |
C
|
cgphp 11/6/2011 |
I think that value_Category_1 is an id. Try this version: //hide all rows
|
N
|
Nelson author 11/6/2011 |
I think that value_Category_1 is an id. Try this version: //hide all rows
document.getElementById("hidediv1").style.display="block";
document.getElementById("hidediv1").style.display="table-row";
|