Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default 1 page = 48 pages

    I am pretty comfortable with HTML but that is kind of the extent of it. At the
    end of this project I will end up with 48 html pages that are all EXACTLY alike
    except for names of people in the copy. I know I have seen URLs before where
    there is a question mark after the URL and then some variables... i.e. -
    [url]www.mydomain.index.htm?firstname=Jon&lastname=Smit h[/url]....

    Is there a somewhat easy way to have content from a URL be placed into code?

    The next goal is that the 48 people need to be able to use the "send page as
    email" feature from IE. So after the page is loaded, it would need to work
    that way too.

    Thanks a million for any advice or direction. I don't think I have access
    (and certainly not knowledge) of any server side technoligies, so if this is
    doable, is has to be pretty basic.

    Jon

    Jon G Guest

  2. Similar Questions and Discussions

    1. .CFM page requests hang; .HTM pages don't
      We're experiencing a strange performance issue with CFMX7 on a Win 2003 IIS box. No database. Essentially, the pages we've built are relatively...
    2. Printing multiple pages on one page
      I would like to be able to print out four pages (or more) of a lengthy document on one page, thereby printing out the document in at least one fourth...
    3. RH7.3: print 4 pages per page: HOW??
      RH7.3: print 4 pages per page: HOW?? On RH6.2 the configuration utilities and "driver" structure allows for printing 4 pages per page. This has...
    4. Page links on uploaded pages
      I created half a dozen Dreamweaver templates (.dwt), stored in the Templates folder in the site root. On the templates I created menus, which can...
  3. #2

    Default Re: 1 page = 48 pages

    > The next goal is that the 48 people need to be able to use the "send page
    > as
    > email" feature from IE. So after the page is loaded, it would need to
    > work
    > that way too.
    This is strictly an IE function, not a page function.
    > I don't think I have access
    > (and certainly not knowledge) of any server side technoligies, so if this
    > is
    > doable, is has to be pretty basic.
    Then it's 48 separate pages for joo, bud. Are you sure?

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================

    "Jon G" <webforumsuser@macromedia.com> wrote in message
    news:diji8m$r6n$1@forums.macromedia.com...
    >I am pretty comfortable with HTML but that is kind of the extent of it. At
    >the
    > end of this project I will end up with 48 html pages that are all EXACTLY
    > alike
    > except for names of people in the copy. I know I have seen URLs before
    > where
    > there is a question mark after the URL and then some variables... i.e. -
    > [url]www.mydomain.index.htm?firstname=Jon&lastname=Smit h[/url]....
    >
    > Is there a somewhat easy way to have content from a URL be placed into
    > code?
    >
    > The next goal is that the 48 people need to be able to use the "send page
    > as
    > email" feature from IE. So after the page is loaded, it would need to
    > work
    > that way too.
    >
    > Thanks a million for any advice or direction. I don't think I have access
    > (and certainly not knowledge) of any server side technoligies, so if this
    > is
    > doable, is has to be pretty basic.
    >
    > Jon
    >

    Murray *TMM* Guest

  4. #3

    Default Re: 1 page = 48 pages

    Ugh. Not what I was hoping to hear. One of my other clients has me do CDs
    where parameters are fed into a results page. No server interaction required
    (since it's on a CD) but it works in IE. It's done with Javascript. I didn't
    write the script, but I update the parameters. I don't have access to the
    person who did write the script.

    So isn't there some javascript that can do what i want to do? Please! Snap
    those magic fingers and give me a big ol' Voila!

    Thanks for your help!

    J

    Jon G Guest

  5. #4

    Default Re: 1 page = 48 pages

    Murray - if my server does have PHP, is there an easy way or a template to make this happen?

    J
    Jon G Guest

  6. #5

    Default Re: 1 page = 48 pages

    Sure. Use php to pick up the name from the URL, and plop it on the page.

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================

    "Jon G" <webforumsuser@macromedia.com> wrote in message
    news:dijltl$2qa$1@forums.macromedia.com...
    > Murray - if my server does have PHP, is there an easy way or a template to
    > make this happen?
    >
    > J

    Murray *TMM* Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139