Announcement

Collapse
No announcement yet.

can this be done? a little help please

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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!)
    www.nativeskins.co.uk

  • #2
    set your hyperlink to _blank , this will open a new window.

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    02036089024 / United Kingdom
    291916438 / Australia

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)


    Comment


    • #3
      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
      www.nativeskins.co.uk

      Comment


      • #4
        Yes, you can..this requires some type of Java script. I would try doing a
        Google search for the script you need.

        VodaHost

        Your Website People!
        1-302-283-3777 North America / International
        02036089024 / United Kingdom
        291916438 / Australia

        ------------------------

        Top 3 Best Sellers

        Web Hosting - Unlimited disk space & bandwidth.

        Reseller Hosting - Start your own web hosting business.

        Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)


        Comment


        • #5
          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
          www.nativeskins.co.uk

          Comment


          • #6
            popup windows...



            Enjoy it... ;)

            Comment


            • #7
              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
              www.nativeskins.co.uk

              Comment


              • #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
                www.nativeskins.co.uk

                Comment


                • #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.
                  www.nativeskins.co.uk

                  Comment


                  • #10
                    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, 08:13 PM. Reason: wrong link
                    www.nativeskins.co.uk

                    Comment

                    Working...
                    X