Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: GiddyRob
  • Content: Threads
  • Order by date
  1. GiddyRob

    using a variable outside of a function

    Hi, I am having a little trouble displaying a variable that's created in a function. I am using an onclick to pass a value from 1-4 depending on the link clicked. I have made the function check to see if the value is 1-4 then created 4 variations of the same variable. So: if(a=1){ para='text'...
  2. GiddyRob

    image rotator with selection

    Hi, does anyone know how to make an image rotator that looks like a banner with little buttons overlaid on the images so you can select which image you want to look at? see below _____________________________ | | |...
  3. GiddyRob

    jquery word limit in text area

    Hey, I am trying to set the word limit for a text area. I am nearly there, but can't quite get it to work. I can get it to count down the words, but the maxlength field is still counting the words so if there is a limit of 200 words it stops allowing input at 200 characters. The message on the...
  4. GiddyRob

    getElementByID and hidden field

    Hey, can someone please tell me why the code below will not add a value to a hidden field, but it will output to screen: <SCRIPT LANGUAGE="Javascript"> <!-- // Array of day names var dayNames = new Array("Sunday","Monday","Tuesday","Wednesday", "Thursday","Friday","Saturday")...
  5. GiddyRob

    Image to swf onclick

    Hi, I was just wondering how I can have an image that when it is clicked it is replaced by a flash swf? The problem I have been having is that I have embedded quite a lot of youtube videos on a webpage and it kills the computer trying to load them all. I would like it so that it only loads the...
  6. GiddyRob

    z-index rollover

    Hi, I am currently doing a site and I am not sure how to do a role over when one of the layers has text and a picture. The page is laid out using css. Basically I want the bottom layer to just be an image but when the mouse rolls over it it makes the z-index visible. The z-index should output...
  7. GiddyRob

    passing same variable through url

    Hi, Im putting together a site and I want to know how to pass a variable across the url that already has a value. The reason for this is that the site is for visually impaired people so it has a selection of four different text sizes. I have a javascript variable called font and I want to pass...
  8. GiddyRob

    Resizing images from the web (keep correct ratio)

    Hi, if I have an image on my website coming from a different location: src="http://www.thehobbitguy.com/tutorials/polymodeling/images/tut15i.jpg" How do I get the images width or height, depending which is greater, to be no more than 120px. Basically I want the image to have the correct ratio...
  9. GiddyRob

    Make first letter uppercase

    I would like the first letter of a word to be in uppercase. I want it to do it when a form is submitted. The user will input some writing in a textfield then when the form is submitted it changes the first letter. This will happen before it goes into the database. I am quite new to javascript...
  10. GiddyRob

    Javascript calendar & tables

    Hi, I have some code that creates calendar objects the problem is that I want the links to the calander stored in a table populated dynamically (using a while loop). The code below shows the field that creates the link button and text field that the date goes into. Basically when the user...

Part and Inventory Search

Back
Top