1.

Solve : opening links in the same window?

Answer»

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
















tYou 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.phpjQuery could do this nicely.jQuery plugin is referenced in my above link.   So it is.

EVEN still, $.ajax() WOULD do the job.



Discussion

No Comment Found