![]() |
|
| |||||||
| 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. |
![]() |
| | Thread Tools |
|
#1
| |||
| |||
|
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!) |
|
#2
| ||||
| ||||
|
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! |
|
#3
| |||
| |||
| Quote:
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 |
|
#4
| ||||
| ||||
|
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! |
|
#5
| |||
| |||
| Quote:
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 |
|
#6
| |||
| |||
| |
|
#7
| |||
| |||
| Quote:
<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 |
|
#8
| |||
| |||
|
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 |
|
#9
| |||
| |||
|
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. |
|
#10
| |||
| |||
|
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 |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |