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 bkrike 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: Soti
  • Content: Threads
  • Order by date
  1. Soti

    text box required when radio button is selected

    Does anyone know how I can make a text box required if a radio button is selected?
  2. Soti

    Radiobutton /Checkbox ??

    Hello all, I have to develop a usability survey for a website. Some of the questions are supposed to allow the user to choose more then one answer thus calling for checkboxes. Other questions are allowed only one answer, requiring radio buttons, correct? This is the dilemma - we wan the...
  3. Soti

    link within array

    I have set of arrays, one of which has to be a link. Everytime I do it my code generates an error, this is the example: var arrayOfData2 = ["Rates are too high", "Rates are too low"]; How would I make the Rates are too high a link?
  4. Soti

    Scroll in middle of page

    Hello- I'm having a problem with a page that I am developing. I have a very long block of text, Client wants to place it in the middle of the page with the little up and down arrows, I'm not sure what this is called. After doing a search on this board I found the code that I can use to make...
  5. Soti

    Layers

    Hello- I have an image with several layers, for some reason I can not access the layers anymore, I must have inadvertently compressed it. Is there a way to restore the layers? Thanks!
  6. Soti

    OnMouseOver w/<map>

    I want to flip (individual) images in an image map. I can't figure out how to do it. Does anyone know if this is possible? If so, can you provide a starting point? Thanks!
  7. Soti

    MouseOver (2 Events)

    I can't seem to get the second image to change with the rollover, any assistance would be appreciated: if (document.images) { image1on = new Image(); image1on.src = "sofa/so-belmondo-rollover-opt.jpg"; image2on = new Image(); image2on.src =...
  8. Soti

    mail ( )

    Can someone please take a look at this code and tell me why the mail() is not working. THX! #!#TITLE Take Action #!#JS #!#BODY ?> <font size=2 face=Arial> <h5>How much do you know about the status of women and girls? Test your knowledge and take our facts about Women and Girls Quiz...
  9. Soti

    mail function

    Can anyone figure out why this code isn't working? I'm not getting any parse error messages but it's not going into my inbox. Thanks! <?php if (!(isset($qa))){ $qa=&quot;&quot;; } else { $subject = &quot;Quiz&quot;; $m = sprintf (&quot;Quiz\n----------------------\n\n%s %s %s\nIn 1997...
  10. Soti

    New Window

    Is there anyway to set the background and font color for a new window (not opening a new url). Seems like a simple question but I can't find the answer anywhere! Thanks!

Part and Inventory Search

Back
Top