-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNotes Five
More file actions
6 lines (6 loc) · 3.68 KB
/
Notes Five
File metadata and controls
6 lines (6 loc) · 3.68 KB
1
2
3
4
5
6
<!DOCTYPE html>
<html>
<body>
<div onclick="functionFive<?php echo $_POST['numberFive']; ?>()" style="width:165px;background-color:#202020;text-align:left;cursor:pointer"><br> <p style="color:#0000FF;font-family:arial;font-size:120%"><br> <b><br> <?php echo $_POST['nameFive']; ?><br> </b><br> </p><br> </div><br> <script><br> function functionFive<?php echo $_POST['numberFive']; ?>()<br> {<br> document.getElementById("blockFiveNotes<?php echo $_POST['numberFive']; ?>").innerHTML="<?php echo $POST['notesTextAreaFive']; ?>";<br> }<br> function collapseFive<?php echo $_POST['numberFive']; ?>()<br> {<br> document.getElementById("blockFiveNotes<?php echo $_POST['numberFive']; ?>").innerHTML=""<br> }<br> </script><br> <p style="color:#0000FF;font-family:arial" id="blockFiveNotes<?php echo $_POST['numberFive']; ?>"><br> </p><br> <div onclick="collapseFive<?php echo $_POST['numberFive']; ?>()" style="background-color:#202020;width:165px;text-align:left;font-family:arial;color:#0000FF;font-size:120%;cursor:pointer"><br> <b><br> Collapse<br> </b><br> </div><br> <br><br>
</body>
</html>