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.

Closed Thread
 
Thread Tools
  #1  
Old 11-08-2005, 07:07 AM
Second Lieutenant
 
Join Date: Jun 2005
Posts: 145
Default can this be done? a little help please

I want to be able to put a product info link on a page (i can do that no prob!)

what i need to do is the info to open in a small seperate window rather than a new page. can this be done? if so how because this will save me days of work!

please help if you can as it's taking alot longer to get my site finished than i expected and this will speed up the process no end! (taking so long because BV keep changing and adding better features grrr. lol!)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #2  
Old 11-08-2005, 08:02 AM
Brad's Avatar
Forum Administrator
 
Join Date: Jun 2005
Location: Wilmington, Delaware
Posts: 3,372
Default

set your hyperlink to _blank , this will open a new window.
__________________
Brad Costello
VodaHost
Your Website People!
1-302-283-3777 North America / International
(0044) 020 8816 8319 / UK

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!
  #3  
Old 11-08-2005, 10:53 AM
Second Lieutenant
 
Join Date: Jun 2005
Posts: 145
Default

Quote:
Originally Posted by Brad
set your hyperlink to _blank , this will open a new window.
cheers Brad.

However i do know how to do that and have used this function.

I want to reduce the size of the new window to fit just the picture which will
be 4" x 2" (roughly) so that you can still see the original page.
using the _blank fuction opens a full size page with a small picture and then white background
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #4  
Old 11-08-2005, 01:50 PM
Brad's Avatar
Forum Administrator
 
Join Date: Jun 2005
Location: Wilmington, Delaware
Posts: 3,372
Default

Yes, you can..this requires some type of Java script. I would try doing a
Google search for the script you need.
__________________
Brad Costello
VodaHost
Your Website People!
1-302-283-3777 North America / International
(0044) 020 8816 8319 / UK

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!
  #5  
Old 11-09-2005, 12:52 PM
Second Lieutenant
 
Join Date: Jun 2005
Posts: 145
Default

Quote:
Originally Posted by Brad
Yes, you can..this requires some type of Java script. I would try doing a
Google search for the script you need.
I spent hours trying to do this and i'm coming stuck with this java script
i'm a total novice and don't know how to this.

if anyone can shed a little light on how to do the following and where to implement it on BV i'd appreciate it

I want info buttons-numerous on one page, to open a small info window with picture of the selected product rather than a complete new window

help anyone?
Deano
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #6  
Old 11-09-2005, 10:51 PM
Sergeant
 
Join Date: Nov 2005
Posts: 20
Default popup windows...

http://javascript.internet.com/gener...up-window.html

Enjoy it... ;)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #7  
Old 11-11-2005, 07:45 PM
Second Lieutenant
 
Join Date: Jun 2005
Posts: 145
Default

Quote:
Originally Posted by civcivcikcikder
I did find this.. its how to implement the link to some text or a picture in BV i 'm struggling with as i can't use the link function


<A HREF="javascript:popUp('http://www.electricalwholesaler.org.uk/getcompact.html')">Open the Popup Window</A>

how do i assign the above to a picture and can i have more than one on a page?

I would really appreciate any help to resolve this as i'm sure its easy once guidance is given.
cheers in advance
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #8  
Old 11-13-2005, 08:05 AM
Second Lieutenant
 
Join Date: Jun 2005
Posts: 145
Default

Can anyone at BV tell me how to use the javascript that i've found please.

I'm very limited in knowledge of web building which makes BV so good but things
like this could be useful as a tutorial not only adding java script but positioning and manipulating.
I've tried the javascript button and placed it in there but there is no way of adding a pic or text to link to the action.

please help me BV this is delaying me finishing my site
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #9  
Old 11-14-2005, 04:41 PM
Second Lieutenant
 
Join Date: Jun 2005
Posts: 145
Default

Pablo, Sarah, George or Brad,

can you please help me with this, i didn't know about javascript before this and now there is so much more you can do with javascript

this is the script i just need to know how to link it to an image if poss

<!-- TWO STEPS TO INSTALL POPUP WINDOW:
1. Paste the first into the HEAD of your HTML document
2. Use the code to open the popup page on your site -->
<!-- STEP ONE: Copy this code into the HEAD of your HTML document -->
<HEAD>
<SCRIPT LANGUAGE="JavaScript">
<!-- Idea by: Nic Wolfe (Nic@TimelapseProductions.com) -->
<!-- Web URL: http://fineline.xs.mw -->
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,men ubar=0,resizable=0,width=400,height=400,left = 500,top = 325');");
}
// End -->
</script>

<!-- STEP TWO: Use the following link to open the new window -->
<A HREF="javascript:popUp('www.electricalwholesaler.o rg.uk/filename.html')">Open the Popup Window</A>
<!-- Script Size: 0.73 KB -->


I want to be able to have several thumbnails which will open a bigger picture and info window but not full size just the exact size of the larger image.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #10  
Old 11-15-2005, 08:11 PM
Second Lieutenant
 
Join Date: Jun 2005
Posts: 145
Default Re: can this be done? a little help please

Ok........I've found out how to open the link in a new window using a previous thread (cheers maddog your a star) using a bit of html script.

Can you help me to position where the image is put on the page as when i place the html in the position i want it, it appears lower and to the right (see the info logo out of position

http://www.electricalwholesaler.org....dfittings.html

this is the html...

<a href="http://www.electricalwholesaler.org.uk/t5grillqrb.html" onclick="NewWindow(this.href,'message','700','600' ,'yes','center');return false" onfocus="this.blur()"><img src="http://www.electricalwholesaler.org.uk/1ainfo.jpg" align="top" border=0 width=41 height=41></a>

please help me!! i'm nearly there!!

Last edited by dean023; 11-15-2005 at 08:13 PM. Reason: wrong link
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Closed Thread


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 Off



All times are GMT +1. The time now is 11:04 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, 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 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203