CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Threaded View

  1. #1
    Join Date
    Feb 2009
    Posts
    112

    [RESOLVED] Generate a webpage

    Hi, I am making a website that has useful links on it, so people can set it as their homepage. Here it is:

    http://www.epiclinks.com

    What I would like to do is allow people to customize their own webpage with the links that they want. I do not want any kind of login for this either, I think that would make it much more appealing. Pretty much, I want people to choose 12 different websites as links (So there might be 12 different drop down boxes or something... I don't know at this point). Then they click a button and it would create a webpage so they can set it as their homepage or add to favorites or whatever. For example they would create a webpage and the url would be "www.epiclinks.com/JohnDoe.htm" and that .htm file would get stored on the server.

    Is it possible to do this? What would be a good place to start researching this? As you can see the webpage is very basic (to allow for a quick page load) so it might make it a little simpler to generate the code.

    Thanks.
    Last edited by vandel212; June 1st, 2010 at 03:48 PM.
    - It's a long way to the top if you want to rock n' roll - AC/DC

    Check out my band and support the music:
    www.blueruinmusic.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured