Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. Linux, Apache, MySQL, PHP
  4. Javascript Menu inside <table> tag</table>

Javascript Menu inside <table> tag</table>

Scheduled Pinned Locked Moved Linux, Apache, MySQL, PHP
questionjavascript
3 Posts 3 Posters 2 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    chandni patel
    wrote on last edited by
    #1

    How can i take a menu made in javascript inside a particular column of a table ???

    S C 2 Replies Last reply
    0
    • C chandni patel

      How can i take a menu made in javascript inside a particular column of a table ???

      S Offline
      S Offline
      Sujan Dhakal
      wrote on last edited by
      #2

      your question is not so clear. provide some code so that it can be answered.

      1 Reply Last reply
      0
      • C chandni patel

        How can i take a menu made in javascript inside a particular column of a table ???

        C Offline
        C Offline
        cjoki
        wrote on last edited by
        #3

        I am going to presume you mean a html table made in php. answer is just like you would in html. If you have designed the code in html and have it working then to get the same results in php just echo or print the html + javascript. for example if this: <table><tr> <td> <script> my_js_menu(); </script> </td> </tr></table> works in an html page, then to get the same from a php page you can echo the html text of weave the php around the html. inside php it would look like.... or weaving the php around the html would look like... <table><tr> <td> <script> my_js_menu(); </script> </td> </tr></table>

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups