Hi all, I have just started writing a simple image blog system, al is going smoothly and the prject looks like a winner (from me anyhow)
my problem today though is how to go about opening a link from an image in the gallery so that it does not open a 1: new window 2: new Tab or 3: reload the page with a white back ground. I need it to load within a certan table after the page has refreshed, also continuing to display the content of the site. I hope someone understands that.
Anyhow, at the moent the whole site runs from a single object and I would like to keep it that way.
if ne1 cares to look the test site running: http://72.29.239.158/
loading images in to the current tabe from link
Moderator: General Moderators
-
darryladie
- Forum Commoner
- Posts: 62
- Joined: Thu Mar 02, 2006 6:14 pm
- Location: East Sussex, UK
Re: loading images in to the current tabe from link
Have you looked at AJAX?modplod wrote:Hi all, I have just started writing a simple image blog system, al is going smoothly and the prject looks like a winner (from me anyhow)
my problem today though is how to go about opening a link from an image in the gallery so that it does not open a 1: new window 2: new Tab or 3: reload the page with a white back ground. I need it to load within a certan table after the page has refreshed, also continuing to display the content of the site. I hope someone understands that.
Anyhow, at the moent the whole site runs from a single object and I would like to keep it that way.
if ne1 cares to look the test site running: http://72.29.239.158/
Re: loading images in to the current tabe from link
The mother of all classes! This I have to see!modplod wrote:Anyhow, at the moent the whole site runs from a single object and I would like to keep it that way.