Reply
dreamweaver 2004 mx
Old 03-12-2005, 10:06 AM dreamweaver 2004 mx
Junior Talker

Posts: 2
I have a list of thumbnails in a doc frame which when clicked takes one to a stand alone page.

Closing that page using a made RETURN button takes one back to the whole framed site and not back to the thumbnail.

Pressing the back button in the standard buttons tool bar takes one back to the thumb nail.

Can a button be placed in the stand alone page (RETURN) to do the same thing?

It's only that I am told a well designed site should not use the back button on the STANDARD BUTTON TOOLBAR.
dennis105 is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 03-12-2005, 01:51 PM
Yoxim's Avatar
Average Talker

Posts: 28
Location: Orlando, Florida
here's what I think the problem is.
you see, a frame site is made up of several different pages, all being displayed on one page simultaneously. now when you click on your image, it takes you to a stand alone page, which, as I understand from your post, is outside of the trames page. so, when you click your return button, it is probably linked to the main page, ie, the one that contains all the frames. for reference purposes, we will cal it frame.html. frame.html is set up so it displays certain pages in certain frames by default. what you should do, if you want to keep your frame layout, (which you don't have to, there's a way around it, and I'll get into that in a sec), is on your thumbnail page, link your thumbnails to the large picture page, so that the picture page opens in that same frame as the thumbs page. so let's say that your thumbs page is in a frame called frame1. so, as far as I can recall, your link for your image would go something like this: <a href="image1.html" targe="frame1"><img src="thumb1.jpg"></a>. this will cause the big picture page to open in the same frame as the thumbs page when the user clicks on a thumbnail.
on your big picture page, in order for the user to be returned to the thumbs page by clicking on YOUR button, here's what you need to do.
<a href="thumbs.html" target="frame1"><img src="backbutton.jpg"></a>
this should do it.
if you have Photoshop, then you are in luck, because the program does all the work for you. simply go to File>Automate>Web Photo Gallery, and then experiment with the options the program gives you.
you can also go to http://www.yoxim.com/cars/ which is a page I made, and you can simply copy the source and use your own images. hope this helps. good luck.
Yoxim is offline
Reply With Quote
View Public Profile Visit Yoxim's homepage!
 
Old 03-17-2005, 08:16 AM
Junior Talker

Posts: 2
Thank you for that Yoxim.

However it is not quite what I am looking for.

If I may I will send you an example of what I am about.

Regards

Dennis

Last edited by TimSchroeder : 03-20-2005 at 03:34 PM. Reason: removed email
dennis105 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to dreamweaver 2004 mx
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.11966 seconds with 12 queries