Web Hosting Vodahost    

Home Take The Royal Tour! Order Now Features Prices
Go Back   Web Hosting > VodaHost Web Hosting Support > General Support Issues

Notices

General Support Issues Answers to general questions and help with common problems. For help with a specific issue, post to one of the forums below.

Reply
 
LinkBack Thread Tools
  #1  
Old 07-01-2005, 06:39 PM
Staff Sergeant
 
Join Date: Jul 2005
Location: GA
Posts: 49
Exclamation Click Thumbnail or Link, Make It Appear in Center of Page

I was wondering when creating galleries, could you create a gallery of thumbnails within an area on your webpage, but once you clicked on an image in your gallery it showed up or "enlarged" on the same page.

kind of like when you go to certain websites and you click a link on the left
and the image displays in the center of the page without having to reload the entire page.

If anyone could help me with this, I would very much appreciate it* - this pretty much is the only problem I have with bluevoda, which is super tiny compared to the other software I've used. I would highly recommed bluevoda to anyone wishing to create websites.
__________________
Bluevoda Website
www.bluevodaxtra.com

Last edited by etower464i; 07-01-2005 at 06:40 PM. Reason: mispelled words
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2  
Old 07-01-2005, 06:58 PM
Sarah's Avatar
Colonel
 
Join Date: May 2005
Location: Wilmington, Delaware
Posts: 843
Default

Hi, what you are describing requires frames. Go to the following thread where pable describes how this can be done in Blue Voda:

http://www.vodahost.com/vodatalk/sho...ghlight=frames

Sarah :)
__________________
Sarah Anders
Customer Service Manager
+1-302-283-3777 USA / Canada / International
(0044) 020 8816 8319 / United Kingdom

Military Ranking System Explained

Click Here to take the royal VodaHost Tour
Click Here for the VodaHost Help Centre & Tutorials
Got a question? - Try a forum search! Available at the top of every page!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old 07-02-2005, 01:25 PM
Maddog's Avatar
Lieutenant Colonel
 
Join Date: May 2005
Location: UK
Posts: 515
Send a message via MSN to Maddog Send a message via Skype™ to Maddog
Default

Try this

Place in head

<script language="javascript" type="text/javascript">
<!--
/************************************************** **
Author: Eric King
Url: http://redrival.com/eak/index.shtml
This script is free to use as long as this info is left in
Featured on Dynamic Drive script library (http://www.dynamicdrive.com)
************************************************** **/
var win=null;
function NewWindow(mypage,myname,w,h,scroll,pos){
if(pos=="random"){LeftPosition=(screen.width)?Math .floor(Math.random()*(screen.width-w)):100;TopPosition=(screen.height)?Math.floor(Mat h.random()*((screen.height-h)-75)):100;}
if(pos=="center"){LeftPosition=(screen.width)?(scr een.width-w)/2:100;TopPosition=(screen.height)?(screen.height-h)/2:100;}
else if((pos!="center" && pos!="random") || pos==null){LeftPosition=0;TopPosition=20}
settings='width='+w+',height='+h+',top='+TopPositi on+',left='+LeftPosition+',scrollbars='+scroll+',l ocation=no,directories=no,status=no,menubar=no,too lbar=no,resizable=no';
win=window.open(mypage,myname,settings);}
// -->
</script>

Then Put this in a HTLM box, place the box where you want it

<a href="http://www.yoursite/image" onclick="NewWindow(this.href,'message','495','600' ,'no','center');return false" onfocus="this.blur()">Click Here too enlarge Image</a>

How this helps

PS you can change the size of new page etc, use PIX to set the size of your image on opening
__________________
www.bluevodaexchangelink.com
BluevodaExchangeLink Help Center
Bluevodaexchangelink Forum

The only place for bluevoda site to be linked with!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old 09-15-2005, 10:25 PM
Private
 
Join Date: Sep 2005
Posts: 3
Default

I am sorry - could you help a very beginner and map out where to put that code?
I would be extemely appreciative.

Thank You.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old 09-16-2005, 09:20 AM
Maddog's Avatar
Lieutenant Colonel
 
Join Date: May 2005
Location: UK
Posts: 515
Send a message via MSN to Maddog Send a message via Skype™ to Maddog
Default

HI Rivergal

1st you need to download Pixresize

http://www.vodahost.com/help.htm

then make 2 copies of the image, one small and one large

save both and upload to your site using the FTP program

then copy and past the following into the "between the head" ( right click on your page, page HTML)

<script language="javascript" type="text/javascript">
<!--
/************************************************** **
Author: Eric King
Url: http://redrival.com/eak/index.shtml
This script is free to use as long as this info is left in
Featured on Dynamic Drive script library (http://www.dynamicdrive.com)
************************************************** **/
var win=null;
function NewWindow(mypage,myname,w,h,scroll,pos){
if(pos=="random"){LeftPosition=(screen.width)?Math .floor(Math.rand om()*(screen.width-w)):100;TopPosition=(screen.height)?Math.floor(Mat h.random()*((screen.height-h)-75)):100;}
if(pos=="center"){LeftPosition=(screen.width)?(scr een.width-w)/2:100;TopPosition=(screen.height)?(screen.height-h)/2:100;}
else if((pos!="center" && pos!="random") || pos==null){LeftPosition=0;TopPosition=20}
settings='width='+w+',height='+h+',top='+TopPositi on+',left='+LeftPosition+',scrollbars='+scroll+',l ocation=no,directories=no,status=no,menubar=no,too lbar=no,resizable=no';
win=window.open(mypage,myname,settings);}
// -->
</script>


then using HTML box ( left of the screen)

place the following

<a href="http://www.yoursitename/largeimage.jpeg" onclick="NewWindow(this.href,'message','800','500' ,'no','center');return false" onfocus="this.blur()"><img src=" http://www.yoursitename/smallimage.jpg" align="top" border=0 width=109 height=27 ></a>

you will need to change the size width/height to you small image


I publish a test site for you see how it works

http://www.easttilburyinfantschool.c...st2/test1.html

Let me know if you need any more help either email me or replay here

Hope this is what you wanted
__________________
www.bluevodaexchangelink.com
BluevodaExchangeLink Help Center
Bluevodaexchangelink Forum

The only place for bluevoda site to be linked with!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old 09-19-2005, 09:57 PM
Sergeant
 
Join Date: Sep 2005
Posts: 35
Default

Hi Maddog,

What if one wants the larger image onmouseover (not clicking on thumbnail, just hovering over it) and on the same page, say, in an empty area on the right side of menu/thumbnails... then, when you move the mouse over the next thumbnail the previous larger image is replaced with new one ??

I have tried so many combinations, my head is spinning.

An other java applet that has increased the rate of spin, I am going to post under IMAGE BOOKLET

Norbert
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old 09-20-2005, 09:37 AM
Maddog's Avatar
Lieutenant Colonel
 
Join Date: May 2005
Location: UK
Posts: 515
Send a message via MSN to Maddog Send a message via Skype™ to Maddog
Default

Now your asking alot lol!, let me think about it a few days and I will get back to you.
__________________
www.bluevodaexchangelink.com
BluevodaExchangeLink Help Center
Bluevodaexchangelink Forum

The only place for bluevoda site to be linked with!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old 09-20-2005, 10:23 AM
Maddog's Avatar
Lieutenant Colonel
 
Join Date: May 2005
Location: UK
Posts: 515
Send a message via MSN to Maddog Send a message via Skype™ to Maddog
Default

Quote:
Originally Posted by specialtiesbarbados
Hi Maddog,

What if one wants the larger image onmouseover (not clicking on thumbnail, just hovering over it) and on the same page, say, in an empty area on the right side of menu/thumbnails... then, when you move the mouse over the next thumbnail the previous larger image is replaced with new one ??

I have tried so many combinations, my head is spinning.

An other java applet that has increased the rate of spin, I am going to post under IMAGE BOOKLET

Norbert
Norbert,

Is this what your after?

http://www.easttilburyinfantschool.c...llovertest.php

if it is then drop me line and I will try and take your through it
__________________
www.bluevodaexchangelink.com
BluevodaExchangeLink Help Center
Bluevodaexchangelink Forum

The only place for bluevoda site to be linked with!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #9  
Old 09-20-2005, 02:46 PM
Sergeant
 
Join Date: Sep 2005
Posts: 35
Default

Quote:
Originally Posted by Maddog
Norbert,

Is this what your after?

http://www.easttilburyinfantschool.c...llovertest.php

if it is then drop me line and I will try and take your through it
You are a genius! Precisely what I am looking for. Great photos too! You shot them?

Let me study the page source a little.

Will send you an email.

Thanks,
Norbert
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #10  
Old 09-20-2005, 09:55 PM
Maddog's Avatar
Lieutenant Colonel
 
Join Date: May 2005
Location: UK
Posts: 515
Send a message via MSN to Maddog Send a message via Skype™ to Maddog
Default

Quote:
Originally Posted by specialtiesbarbados
You are a genius! Precisely what I am looking for. Great photos too! You shot them?

Let me study the page source a little.

Will send you an email.

Thanks,
Norbert
Hi Norbert, email sent to you, any problems let me know. Wish I did take the pictures, they general ones with XP and I had for something else.
__________________
www.bluevodaexchangelink.com
BluevodaExchangeLink Help Center
Bluevodaexchangelink Forum

The only place for bluevoda site to be linked with!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #11  
Old 09-21-2005, 10:43 PM
Sergeant
 
Join Date: Sep 2005
Posts: 35
Default

Quote:
Originally Posted by Maddog
Hi Norbert, email sent to you, any problems let me know. Wish I did take the pictures, they general ones with XP and I had for something else.
Got your email, Simon, thanks.

Didn't have as much free time today as I thought I would have. I am just now starting to enter the info you sent. That's about 21:42 your time zone. Something not quite clear yet but I am going to fiddle around a bit. Will email URL re test.
__________________
Norbert

N. Majerus
Specialties Distributors Inc.
Barbados, W.I.

http://specialties-distributors.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #12  
Old 09-21-2005, 11:27 PM
Maddog's Avatar
Lieutenant Colonel
 
Join Date: May 2005
Location: UK
Posts: 515
Send a message via MSN to Maddog Send a message via Skype™ to Maddog
Default

Norbert, I here on line if you need me.
__________________
www.bluevodaexchangelink.com
BluevodaExchangeLink Help Center
Bluevodaexchangelink Forum

The only place for bluevoda site to be linked with!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to run a successful link exchange program VodaBot eBusiness and Concept Development Talk 12 08-24-2006 05:51 PM
4 Things to Look for in a Link Building Service VodaBot eBusiness and Concept Development Talk 2 07-07-2006 10:44 AM
Link Building - The Waiting Game VodaBot eBusiness and Concept Development Talk 3 06-30-2006 10:06 AM
Link Building in Light of VIsion-based Page Segmentation VodaBot eBusiness and Concept Development Talk 0 11-17-2005 09:57 PM
BlueVoda 7.0 VodaHost CSS Cascading Style Sheets 27 07-31-2005 06:52 AM


All times are GMT +1. The time now is 03:23 PM.


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC7
2005-2009 VodaHost Web Hosting Your Perfect Web Host - All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116