Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: opening links in the same window  (Read 3198 times)

0 Members and 1 Guest are viewing this topic.

padasalgi

    Topic Starter


    Starter

    opening links in the same window
    « on: September 15, 2011, 12:44:38 AM »
    I am looking for a code to open my links in the same window. I have designed  two tables left(contains links) and right(webdetails) side by side of the same height.will some one  please guide me  how I can code to open all my links in the same window(rightside) while the link portion of the table(left) remain unchanged and all my links  opened in the right side of the table.(I do not like to use iframes)
    Thanks
















    t

    Rob Pomeroy



      Prodigy

    • Systems Architect
    • Thanked: 124
      • Me
    • Experience: Expert
    • OS: Other
    Re: opening links in the same window
    « Reply #1 on: September 15, 2011, 01:21:42 AM »
    You could use javascript to cause clicking on one side to change the content of the other.  I wouldn't use tables for layout though.

    Anyway, have a look at this demo for some ideas: http://www.dyn-web.com/code/basics/change_content.php
    Only able to visit the forums sporadically, sorry.

    Geek & Dummy - honest news, reviews and howtos

    kpac

    • Web moderator
    • Moderator


    • Hacker

    • kpac®
    • Thanked: 184
      • Yes
      • Yes
      • Yes
    • Certifications: List
    • Computer: Specs
    • Experience: Expert
    • OS: Windows 7
    Re: opening links in the same window
    « Reply #2 on: September 15, 2011, 01:50:57 AM »
    jQuery could do this nicely.

    Rob Pomeroy



      Prodigy

    • Systems Architect
    • Thanked: 124
      • Me
    • Experience: Expert
    • OS: Other
    Re: opening links in the same window
    « Reply #3 on: September 15, 2011, 03:52:21 AM »
    jQuery plugin is referenced in my above link.   ;)
    Only able to visit the forums sporadically, sorry.

    Geek & Dummy - honest news, reviews and howtos

    kpac

    • Web moderator
    • Moderator


    • Hacker

    • kpac®
    • Thanked: 184
      • Yes
      • Yes
      • Yes
    • Certifications: List
    • Computer: Specs
    • Experience: Expert
    • OS: Windows 7
    Re: opening links in the same window
    « Reply #4 on: September 15, 2011, 08:22:49 AM »
    So it is. :)

    Even still, $.ajax() would do the job.