Results 1 to 5 of 5

Thread: link that opens document in same window

  1. #1
    Join Date
    Apr 2007
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Unhappy link that opens document in same window

    Hi,

    I need a script that will do the following:

    I have a whole bunch of links running vertically on the left side of the page. When one of these links is clicked, related information should appear to the right of the page.

    Kind of like on this page:
    http://www1.ca.dell.com/content/topi...hs1&l=en&s=dhs

    Anyone have any suggestions?

    Thanks!
    Irina

  2. #2
    Join Date
    Jul 2006
    Location
    just north of Boston, MA
    Posts
    1,806
    Thanks
    13
    Thanked 72 Times in 72 Posts

    Default

    thats uses a server side script called asp (active server page), but your server would need to support that language.

    if your server supports that its a matter of retrieving values out of the url and populating them. and you could do that with php or asp

    if not you would need to do somethign on the client-side
    --you could use frame's / iframe where all of your links populate a certain frame
    --you could see if you could get someone to write you an AJAX based script
    --you could just populate each page with the links that you need them to see, via menu lists, or dropdown, hard coding

  3. #3
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    There are also a number of scripts that do something like that available in the DD library. Take a look.

    The best idea probably is using frames, since that seems like it would fit your layout.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  4. #4
    Join Date
    Jul 2006
    Location
    Canada
    Posts
    2,581
    Thanks
    13
    Thanked 28 Times in 28 Posts

    Default

    Googled, and thought this might be of some use (PHP's method to manage pages with the $_GET variable):
    http://www.nic.fi/~tapio1/Nt/PHPEn4.php3
    - Mike

  5. #5
    Join Date
    Apr 2007
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I checked out iFrames and it looks like it may do what I need!!

    Thank you everybody!

    Irina

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
  •