I currently have a non-Spry enabled site I would like to add
Spry to. Basically, it is a story/photo web site and I have
separate pages created already for each photo "event" that includes
text, pictures, etc. Right now I have a menu with all of the
stories that the users clicks on and it takes them to that
particular story. I also use templates to control a common look and
feel and header, but basically, one web page per story (they are
all similar, but varying # of pictures, paragraphs, etc.). It works
fine, but it does reload the web page for every story.
So, what I would like to do is have one region defined where
I have a sorted list of "stories" with dates and brief descriptions
and when a user clicks on one of the stories I would like it to
display the web page I have already created in another
region....kind of like message preview in Outlook. Anyway, I know
it is easy enough to create an XML data set that defines the title
of the story, date, etc., and I could even include a relative link
of the actual web page story in the data set to define where the
web page is. I guess my main question is, how would I display an
entire web page inside the detail div "region"? I know if you just
had a simple picture, it would look something like this: <img
src="images/{@path}"><br/>Name:{@path}, but what tag could
you use to pull in an entire web page to preview inside the detail
div region?
Thanks in advance!