Results 1 to 5 of 5

Thread: dynamic content generation

  1. #1
    Join Date
    Apr 2008
    Posts
    3
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default dynamic content generation

    Hi folks-
    I'm trying to find a script/css or a way to dynamically generate content based on referring url. The primary content I need to be different is links to various pages within my web. I don't know if using a div box is the best way to do this or if there are other, better ways out there to accomplish this task.

    Any opinions or suggestions would be welcome.

    nefedude

  2. #2
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

  3. #3
    Join Date
    Apr 2008
    Posts
    3
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Hey Medyman-
    Not quite what I was looking for. I can use javascript to obtain the referring url. The problem I'm having or would like to solve is how do I utilize that infomormation after I've captured it to populate the page with the text and links that I want to associate with the referring url? The page would be primarily static with these dynamic changes merged or blended. I don't know if it can be done with html/javascript/css or if I have to leverage something like php or xml or some sort of page template with some static content and variables etc or just use a boatload of if/then statements.

  4. #4
    Join Date
    Mar 2008
    Posts
    218
    Thanks
    7
    Thanked 19 Times in 19 Posts

  5. #5
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    Quote Originally Posted by nefedude View Post
    Not quite what I was looking for. I can use javascript to obtain the referring url.
    That's fine...but make sure to have some fallback for people who don't have javascript turned on. Otherwise, you page might be rendered useless.

  6. The Following User Says Thank You to Medyman For This Useful Post:

    nefedude (04-06-2008)

Bookmarks

Posting Permissions

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