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)
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.