opening links in the same window

Started by padasalgi, September 15, 2011, 12:44:38 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

padasalgi

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

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


Rob Pomeroy

jQuery plugin is referenced in my above link.   ;)
Only able to visit the forums sporadically, sorry.

Geek & Dummy - honest news, reviews and howtos

kpac

So it is. :)

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