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??
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.
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?
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