Forum Moderators: not2easy

Message Too Old, No Replies

Links and divs

How does one open a link in a div.

         

badams

4:16 pm on Feb 26, 2004 (gmt 0)



I was wondering how I could click on a link on a div on the left of the page and for the contents of the link to open up in the div in the centre of the page.

Is this possible?

BlobFisk

4:19 pm on Feb 26, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to WebmasterWorld, badams!

This is essentially not possible - you cannot open a URL in a <div>. You could put an iFrame in tyhe <div> and open the URL into that.

HTH