SilentVixen
Diamond Member
Any suggestions on programs (or people) that can do this? I need to find a way to translate a website for work.
Thanks,
~SV~
Thanks,
~SV~
Originally posted by: SilentVixen
HERE is the website if that helps any.
Originally posted by: cw42
Originally posted by: SilentVixen
HERE is the website if that helps any.
double u T f?
Originally posted by: jjones
I'm guessing that you have an existing site written in ASP that you want converted to simple HTML pages? The easiest way to do it if you are not familiar with programming code is probably just to surf the site, view the source of each page and then save the source code as HTML. Make sure you change the links in the site from .asp to the corresponding .html page.
Originally posted by: SilentVixen
Originally posted by: cw42
Originally posted by: SilentVixen
HERE is the website if that helps any.
double u T f?
Why do you post if you have nothing useful to say?
Originally posted by: cw42
Originally posted by: SilentVixen
Originally posted by: cw42
Originally posted by: SilentVixen
HERE is the website if that helps any.
double u T f?
Why do you post if you have nothing useful to say?
why do you post if you have nothing useful to say?
Originally posted by: Injury
Originally posted by: jjones
I'm guessing that you have an existing site written in ASP that you want converted to simple HTML pages? The easiest way to do it if you are not familiar with programming code is probably just to surf the site, view the source of each page and then save the source code as HTML. Make sure you change the links in the site from .asp to the corresponding .html page.
Yeah, that's the obvious answer.
I'm a bit confused, though. If the question you are REALLY trying to ask is "How do I make a dynamic page using asp run off of a different language..." then HTML is only the starter block for it. PHP would be a good choice.