944,124 Members | Top Members by Rank

Ad:
You are currently viewing page 1 of this multi-page discussion thread
Oct 23rd, 2006
0

Javascript for gallery display

Expand Post »
Hi Y'all

I would be grateful if anyone could help put together a similar page to:

http://www.possessedrecords.com/home.html please access gallery.

Also is there a way of doing it in Flash perhaps, or even html?

And what is the best code for a back button?

Best regards

Catherine
Similar Threads
Reputation Points: 10
Solved Threads: 0
Light Poster
cath120 is offline Offline
32 posts
since Apr 2005
Oct 23rd, 2006
0

Re: Javascript for gallery display

Yes, you can do this in Flash or HTML. You don't need to code a "back" button, every browser already has one.

If you have specific programming questions, we'll be happy to help. If you're seeking a programmer to code a site for you, please post in our "Web Development Job Offers" forum.
Team Colleague
Reputation Points: 227
Solved Threads: 37
Made Her Cry
tgreer is offline Offline
1,697 posts
since Dec 2004
Oct 23rd, 2006
0

Re: Javascript for gallery display

Hi tgreer

The client of the website I'm putting together (unpaid work unfortunately) specified he would prefer a back button.

I'll see if anyone is interested in the coding job for the page, thank you.

Best regards

Catherine
Reputation Points: 10
Solved Threads: 0
Light Poster
cath120 is offline Offline
32 posts
since Apr 2005
Oct 23rd, 2006
0

Re: Javascript for gallery display

For doing that in HTML or FLASH, you will have to first learn how to work upon these ...i.e. HTML and FLASH. To learn flash you will first need Flash (adobe.com) and to learn HTML you just need notepad. There are several resources on web which will guide you include DaniWeb.
Reputation Points: 85
Solved Threads: 42
Nearly a Posting Virtuoso
vishesh is offline Offline
1,362 posts
since Oct 2006
Oct 23rd, 2006
0

Re: Javascript for gallery display

well here's your code for back button:
[html]
<a href="#" onclick="javscript:history.go(-1);">Back</a>
[/html]
Reputation Points: 85
Solved Threads: 42
Nearly a Posting Virtuoso
vishesh is offline Offline
1,362 posts
since Oct 2006
Oct 24th, 2006
0

Re: Javascript for gallery display

Hi Vishesh - thank you for that, I have come across it along with a different but similar code, but as you suggested that 1, that's the one I will try.

Best regards

Catherine
Reputation Points: 10
Solved Threads: 0
Light Poster
cath120 is offline Offline
32 posts
since Apr 2005
Oct 24th, 2006
0

Re: Javascript for gallery display

Hi There,

As I seen this web site there is Only two HTML pages

1,http://www.possessedrecords.com/index.html
2,http://www.possessedrecords.com/home.html

and the flash movie embeded on home.html

so I don't thinkg that you have any need to use history.back function

for html
JavaScript / DHTML / AJAX Syntax (Toggle Plain Text)
  1. <a href="#" onclick="javscript:history.Back()">Back</a>
For flash button
JavaScript / DHTML / AJAX Syntax (Toggle Plain Text)
  1. on (release) {
  2. getURL ("javascript:history.back()");
  3. }

Because both will give you the same result.

I mean "visitor will redirected to last html page which is index.html then he/she have to again click enter and load the flash movie(home.htm), which is not making any sense in my view"

but if you want to use back Button functionality within the flash movie so you have to edit the actionscript,

It may possible that I am not getting your point, please feel free to let us know your main question,

Thanks
Rahul
http://www.katarey.com
Reputation Points: 39
Solved Threads: 23
Junior Poster
katarey is offline Offline
167 posts
since Jul 2005
Oct 24th, 2006
0

Re: Javascript for gallery display

Hi Rahul

The site mentioned here is for the gallery page that I want something similar to.

Back button not for this site but for the one I have constructed and not online yet.

Best regards

Rahul
Reputation Points: 10
Solved Threads: 0
Light Poster
cath120 is offline Offline
32 posts
since Apr 2005
Oct 24th, 2006
0

Re: Javascript for gallery display

hi again,

I see!

Please let me know that you want to walk between browser history or flash movie's history, before giving any advice I would like to know this

Regards,
Rahul
Reputation Points: 39
Solved Threads: 23
Junior Poster
katarey is offline Offline
167 posts
since Jul 2005
Nov 9th, 2006
0

Re: Javascript/html for gallery page display

Click to Expand / Collapse  Quote originally posted by tgreer ...
Yes, you can do this in Flash or HTML. You don't need to code a "back" button, every browser already has one.

If you have specific programming questions, we'll be happy to help. If you're seeking a programmer to code a site for you, please post in our "Web Development Job Offers" forum.
Hi Tgreer

Is it possible to use an iframe which the full size images of the thumbnail versions appear when the thumbnails are clicked on, that is using the a href on the thumbnail images?

So far I have an iframe which features another page of the site, using:
[<iframe scrolling="no" frameborder="0" width="300" height="350" src="index.htm"> </iframe>]

so insteac of [src="index.htm"] what should the code be to allow for any particular image accessed via the thumbnail to show in the iframe?

Best regards

Catherine
Reputation Points: 10
Solved Threads: 0
Light Poster
cath120 is offline Offline
32 posts
since Apr 2005

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in JavaScript / DHTML / AJAX Forum Timeline: Connect submit button to a table
Next Thread in JavaScript / DHTML / AJAX Forum Timeline: BLank in IE, Good in FF, Why?





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC