Javascript for gallery display

Please support our JavaScript / DHTML / AJAX advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Reply

Join Date: Apr 2005
Posts: 32
Reputation: cath120 is an unknown quantity at this point 
Solved Threads: 0
cath120 cath120 is offline Offline
Light Poster

Javascript for gallery display

 
0
  #1
Oct 23rd, 2006
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
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 1,655
Reputation: tgreer is an unknown quantity at this point 
Solved Threads: 35
Team Colleague
tgreer tgreer is offline Offline
Made Her Cry

Re: Javascript for gallery display

 
0
  #2
Oct 23rd, 2006
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.
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 32
Reputation: cath120 is an unknown quantity at this point 
Solved Threads: 0
cath120 cath120 is offline Offline
Light Poster

Re: Javascript for gallery display

 
0
  #3
Oct 23rd, 2006
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
Reply With Quote Quick reply to this message  
Join Date: Oct 2006
Posts: 1,311
Reputation: vishesh is on a distinguished road 
Solved Threads: 36
vishesh's Avatar
vishesh vishesh is offline Offline
Nearly a Posting Virtuoso

Re: Javascript for gallery display

 
0
  #4
Oct 23rd, 2006
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.
Reply With Quote Quick reply to this message  
Join Date: Oct 2006
Posts: 1,311
Reputation: vishesh is on a distinguished road 
Solved Threads: 36
vishesh's Avatar
vishesh vishesh is offline Offline
Nearly a Posting Virtuoso

Re: Javascript for gallery display

 
0
  #5
Oct 23rd, 2006
well here's your code for back button:
[html]
<a href="#" onclick="javscript:history.go(-1);">Back</a>
[/html]
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 32
Reputation: cath120 is an unknown quantity at this point 
Solved Threads: 0
cath120 cath120 is offline Offline
Light Poster

Re: Javascript for gallery display

 
0
  #6
Oct 24th, 2006
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
Reply With Quote Quick reply to this message  
Join Date: Jul 2005
Posts: 154
Reputation: katarey is an unknown quantity at this point 
Solved Threads: 20
katarey's Avatar
katarey katarey is offline Offline
Junior Poster

Re: Javascript for gallery display

 
0
  #7
Oct 24th, 2006
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
Freelance Web Designer & Developer
Http//www.Katarey.com
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 32
Reputation: cath120 is an unknown quantity at this point 
Solved Threads: 0
cath120 cath120 is offline Offline
Light Poster

Re: Javascript for gallery display

 
0
  #8
Oct 24th, 2006
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
Reply With Quote Quick reply to this message  
Join Date: Jul 2005
Posts: 154
Reputation: katarey is an unknown quantity at this point 
Solved Threads: 20
katarey's Avatar
katarey katarey is offline Offline
Junior Poster

Re: Javascript for gallery display

 
0
  #9
Oct 24th, 2006
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
Freelance Web Designer & Developer
Http//www.Katarey.com
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 32
Reputation: cath120 is an unknown quantity at this point 
Solved Threads: 0
cath120 cath120 is offline Offline
Light Poster

Re: Javascript/html for gallery page display

 
0
  #10
Nov 9th, 2006
Originally Posted by tgreer View Post
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
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the JavaScript / DHTML / AJAX Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC