many ways to import page

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Bob Bedford

    many ways to import page

    I've a commercial website running on php with complete database and many of
    my clients ask to include their articles's page in their website.

    As quite all doesn't have php or asp on their site, I must send them the URL
    to include their article's page in their website.

    What are the many ways to do so ?

    I know
    - frame (but as I know they can't be retrieved by searchengines, and I want
    to)
    - iframes (quite good, but as I know doesn't work on older browser than
    ie4...also problem with size if no javascript available)

    are there any better way ?
    The link is something like: www.thecommercesite.com?clientid=250&showmenu=1

    What's the best way to include this link in others website ?



  • Dan

    #2
    Re: many ways to import page

    Bob Bedford wrote:[color=blue]
    > The link is something like: www.thecommercesite.com?clientid=250&showmenu=1
    >
    > What's the best way to include this link in others website ?[/color]

    <a
    href="http://www.thecommerce site.com?client id=250&amp;show menu=1">The
    Commerce Site: Products</a>

    No need for anything fancy... a plain old link always works fine.

    --
    Dan

    Comment

    • Bob Bedford

      #3
      Re: many ways to import page

      "Dan" <dan@tobias.nam e> a écrit dans le message de news:
      1118930380.9293 60.119310@g43g2 00...legr oups.com...[color=blue]
      > Bob Bedford wrote:[color=green]
      >> The link is something like:
      >> www.thecommercesite.com?clientid=250&showmenu=1
      >>
      >> What's the best way to include this link in others website ?[/color]
      >
      > <a
      > href="http://www.thecommerce site.com?client id=250&amp;show menu=1">The
      > Commerce Site: Products</a>
      >
      > No need for anything fancy... a plain old link always works fine.
      >
      > --
      > Dan
      >[/color]
      isn't a link I want !!! I want to include the page from an other site in my
      page !


      Comment

      Working...