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

    img maps & pop up

    I have to develop code for an image map and pop-up. I have a large image, I want to develop and image map - which I can do with out a problem. The problem that I am having is intergrating the pop up piece. When a user clicks on an area on the image map I need a pop up to appear. Can anyone...
  2. Berns

    Netscape Question --

    I would like to have an expanding menu on my website, since I got the code from a JS website. The problem is that it works fine in IE but doesn't work at all in Netscape. Here is a sniplet: in the header: img1=new Image() img1.src="/images/fold.jpg" img2=new Image()...
  3. Berns

    Link color & CSS

    Can someone explain how I can control link color/hover, etc. with css?
  4. Berns

    onSubmit

    hello-someone was helping me with this several days ago but I still can't figure it out. This is what I am trying to do: I have a form with several radio button type questions. Only one of the fields is required. If any of the not required fields are left blank when the user hits submit they...
  5. Berns

    Min. # of Characters in a form field

    i need help with 2 things - 1. i have a a form w/a text field, i want the users input to be 6 characters, no more no less 2. same form, not every field is required but when the user hit submit i want an alert saying that the "entire form has not been completed do you want to proceed...
  6. Berns

    audio files

    Hello- What is the to be able to click on a link to listen to the clip, then for the audio to play. I need A LOT of direction, starting from what format to save the audio files as. I've tried online tutorials but they seem to complicated and I see several different options. I would like to...
  7. Berns

    Help to debug...

    Can anyone tell me why this script isn't working, I'm pretty sure that the problem is here (in the body): <a href=&quot;https://test01?source= + strSvr +&quot;><b>text text</b></a> the entire script: <script> function getNvp(strKey) { strVal = window.location.search.substr(1)...
  8. Berns

    Passing Values in Form w/Arrays

    Hi- Someone was helping mewith this last night, and I thought that I had it all figured out until I realized that I don't have the an area to identify the value for each answer. This is the problem, I need to develop a script that will rotate the order of the selections on a form. For...
  9. Berns

    Passing Values in Arrays

    Hi- Someone was helping mewith this last night, and I thought that I had it all figured out until I realized that I don't have the an area to identify the value for each answer. This is the problem, I need to develop a script that will rotate the order of the selections on a form. For...
  10. Berns

    Forms

    I need help developing a script that will rotate the order of the selections on a form. For example, if the question is How old are you and the selections (radio buttons) are 12, 13, and 14. They may appear in that order or in any other order such as 13, 12, 14 etc. I have no clue where to...
  11. Berns

    Help w/error message

    Can anyone tell me why the code below is generating the following error message: Parse error: parse error in f:\feast\ic\page.php(256) : eval()'d code on line 107 CODE: ------ <?php if(empty($s)) { ?> <font size=2 face=Arial, Times,> <h5>How much do you know about the WNBA? Test your hoop...
  12. Berns

    Age Verification Script

    I need to develop a script that will direct users to one area if they are under 13 and to another if they are 13 or older. I am barely a beginner when it comes to PHP, I found the following script online, can anyone provide some direction on how to modify and implement it? Thanks! *********...
  13. Berns

    Age Verification Script

    I need to develop a script that will ask for the users bithdate, if the user is 13 or older the user will be directed to one page, below 13 to another. I have no clue where to begin. Can anyone provide direction? Or if you have an existing script to share that would be great. Thanks

Part and Inventory Search

Back
Top