Menu program
white space
How to modify the program?
- First you have to know what part of the program is to be changed
You have to touch only the body part which is in the body tag, and style,
of the program only. Remember do not touch the script part of the program
- After knowing the parts to be modify just copy everything first?
- You can start modifying the codes, start by creating the graphic
part of the menu like this.
-
- The first arguments of showmenu() is the reference of your
table object having the id of r1
- The second arguments is the root number of your menu starting 0
- The last argument is the column no. of the menu starting 0
- After designing the graphic part of your menu start designing the
graphic part like this.
-
- #id is the id of your menu
you can have your own design, your imagination is your limitation.
- Final Reminders.
- View the source code and copy it.
- Always refer to the code of this program.
- Never experiment uless you are already familiar with the logic
of the program.