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 gkittelson 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: 3allawy
  • Order by date
  1. 3allawy

    Text Appear on mouse hover

    Hi, Still not working: Can you please verify this line: document.write('<div id="photo"><img src="' + case1 + '" alt="titleme" title="titleme" width="650" height="106" border="0" /></div>'); Thks, Ali
  2. 3allawy

    Text Appear on mouse hover

    I've tried replacing title in the div with the image but still not working...any ideas :)
  3. 3allawy

    Text Appear on mouse hover

    I've added title together with alt but still doesnot work...tried title alone...works only on IE
  4. 3allawy

    Text Appear on mouse hover

    Thx alot ClFlava....It is working well on IE but not on Firefox....Do u have an idea if there is another attribute I should add for mozilla
  5. 3allawy

    Text Appear on mouse hover

    Hi, Actually, I have a java script that randomly chooses an image and dispalys is as the header of a website. What I want to do is to have a text appear (image name) when I move the mouse on the image. var counter = Math.ceil((Math.random() * 6)); var imagepath =...
  6. 3allawy

    Text Appear on mouse hover

    Hi, I would like to know if there is a way to make the text appear once the mouse is on my header image. The following code is used: document.write('<div id="photo"><img src= " image1.jpg" alt="" width="650" height="106" border="0" /></div>');
  7. 3allawy

    Radio buttons always checked

    Got it..............using <cfparam name="form.JC" type="string" default="" /> ----------------------------form.cfm--------------------- <form id="quicksearch" name="quicksearch" action="respnoseradio.cfm" method="post"> <label for="quicksearchBox">Search:</label> <input...
  8. 3allawy

    Refer to a button in a form by ID rather than name

    I understsad that they should have the same names but my question was " is there a way to call or refer to the radio button with it's id tag other than the name" thx for replying
  9. 3allawy

    Refer to a button in a form by ID rather than name

    Hi, I would like to know if there is a way to call or refer to the radio button with it's id tag other than the name because when I have the two different names for my radio buttons I am facing a problem. The problem is that when you select one of my two radio buttons and submitt the form...
  10. 3allawy

    Radio buttons always checked

    Hi, Is there anyother way because I think they should have different names to be able to deal with them in action script
  11. 3allawy

    Radio buttons always checked

    Hi, The problem I am facing is that when you select one of my two radio buttons and submitt the form, that button stays checked, even if you select the other button. I have removed the checked attribute but still the same..Any Ideas :D <form id="quicksearch" name="quicksearch"...
  12. 3allawy

    Command to direct the search

    thx alot truthinstaire....u rock (Y)
  13. 3allawy

    CFlocation with a varaible

    thx alot...It worked (Y)
  14. 3allawy

    CFlocation with a varaible

    Hi, As you can see from the attached code, is there a way to enable cflocation url to be equal to a variable (which is in return a string) not directly only to a string. <CFSET myVAR1 = "http://www.google.com/u/concordiau?q=/#FORM.Q#"> <CFSET myVAR2 =...
  15. 3allawy

    No communication between a form and cfm ( Really simple :)

    Hi, I am always getting an error message when clicking on the Go button. I have 2 files. One file contains a form and the other a simple cfm file. PLEASE ADVISE Error Occurred While Processing Request String index out of range: 0 The error occurred in...
  16. 3allawy

    Command to direct the search

    Thx for replying...the thing i am trying to do exaclty is to concatenate the text entered by the user and then direct the search depenidng on the selected button: {Java script} document.location.href="http://www.google.com/u/concordiau?q="+document.form1.input1.value; Can I concatenaate...
  17. 3allawy

    Command to direct the search

    Hey guys... I'm a pretty new programmer, and I wonder if anyone can give help me. I am implementing the search functionality on a websie. I've developed a cold fusion form which has two buttons and a text field. Based on the text and depending on the selected button, the search should be...
  18. 3allawy

    How to deal with Radio buttons

    okay forget it
  19. 3allawy

    How to deal with Radio buttons

    Thx for replying but assume it is not cold fusion...assume is is html :)
  20. 3allawy

    How to deal with Radio buttons

    Hi, I have 2 radio buttons and a text field. Depending on the entered text and the SELECTED BUTTON, I will perform a certain action. My question is how would I refer to my radio buttons and the text field in another file.. <form id="quicksearch" name="quicksearch"...

Part and Inventory Search

Back
Top