flowcharts with html

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • radhikams
    New Member
    • Jan 2008
    • 49

    flowcharts with html

    Hi All
    Is it possible to develop flowcharts using html? if yes please tell me how to proceed with it


    Thanks
  • harshmaul
    Recognized Expert Contributor
    • Jul 2007
    • 490

    #2
    Hi,

    Html is a markup language, and it tells the browser how to display content.

    So if you want to display a flowchart the short answer is yes you can make the browser display the flowchart.

    now the problems in your question is the vaigeness.

    Please be more specific about the problem and we can help you move forward!

    if you get stuck post some code.

    Comment

    • radhikams
      New Member
      • Jan 2008
      • 49

      #3
      Originally posted by harshmaul
      Hi,

      Html is a markup language, and it tells the browser how to display content.

      So if you want to display a flowchart the short answer is yes you can make the browser display the flowchart.

      now the problems in your question is the vaigeness.

      Please be more specific about the problem and we can help you move forward!

      if you get stuck post some code.

      Sorri sir for not being specific....Act ually i have developed a project in which depending on the id number it will display the data or the flowchart... I have designed the flowchart in flash for animation purpose and used html code to display it . but now i want to create flowchart using html with some scripting languages to display the flowchart(not with animations) jus a simple one on the browser..... i mean like how i used a flash file for the flowchart i want to create the same flow charts using html... Is this possible??

      Thanks

      Comment

      • drhowarddrfine
        Recognized Expert Expert
        • Sep 2006
        • 7434

        #4
        The only flowchart you could create would be very crude and elementary so, no, you cannot create flow charts. HTML does not create content. It only gives structure and layout to content.

        Comment

        • eBay
          New Member
          • Mar 2008
          • 12

          #5
          I suspected this was the answer... great quote by the way 'HTML does not create content. It only gives structure and layout to content.' I'm going to file that one away.

          Meanwhile, back in the 90's I was using Java Applets to do this sort of thing. What is the popular cross platform way it's done now?

          Comment

          • nomad
            Recognized Expert Contributor
            • Mar 2007
            • 664

            #6
            Originally posted by eBay
            I suspected this was the answer... great quote by the way 'HTML does not create content. It only gives structure and layout to content.' I'm going to file that one away.

            Meanwhile, back in the 90's I was using Java Applets to do this sort of thing. What is the popular cross platform way it's done now?

            Still is java and I quess you could possible add xml, Excel now.
            Not to many people know Java Applets.
            I just starting to learn Java.

            Comment

            Working...