Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

creating a HTML file based on the arguments in C++

Write a program which creates a HTML file based on the arguments provided to it. The arguments are name-value pairs and are delimited by the "&" character. The arguments can be of the following type
a) User=Aveek (print out the name on the HTML page)
b) URL=http://www.google.com (this should appear as a link on the HTML page)
c) DIR="dir1;dir2;dir3" (this should construct a combo box on the HTML page in case there are more than 1 directory as a part of the string)
[480 byte] By [kamal] at [2007-11-11 9:58:07]
# 1 Re: creating a HTML file based on the arguments in C++
What is your question?
ungamed at 2007-11-11 20:59:38 >
# 2 Re: creating a HTML file based on the arguments in C++
Tell us what u have tried, and we will help u to continue .
Amahdy at 2007-11-11 21:00:38 >