2ndglance
09-11-2005, 01:06 AM
Alright this is what I am trying to do and I will try to explain it as best I can.
I want to have a webpage on my website that will let the used create a html page and have it saved on there local machine so they can view it anytime they want (instead of leaving it on my website taking up space)
The function of it should work like this, there will be two drop down boxes and in each dropdown there will be options (ie: option1 - option2 - or - option3)
now the options will have different html coding to them
like for example
option1 = <br>
option2 = <hr>
option3 = <font>
And if the user selects one of the options then what it equals will be put into like a hidden text box i suppose and then when they are finished they select save and then presto that page is saved on there local machine.
Hope someone can help me out with this, it may be real easy but I dont even know where to begin.
Thanks in advance,
Ryan
I want to have a webpage on my website that will let the used create a html page and have it saved on there local machine so they can view it anytime they want (instead of leaving it on my website taking up space)
The function of it should work like this, there will be two drop down boxes and in each dropdown there will be options (ie: option1 - option2 - or - option3)
now the options will have different html coding to them
like for example
option1 = <br>
option2 = <hr>
option3 = <font>
And if the user selects one of the options then what it equals will be put into like a hidden text box i suppose and then when they are finished they select save and then presto that page is saved on there local machine.
Hope someone can help me out with this, it may be real easy but I dont even know where to begin.
Thanks in advance,
Ryan