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
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 =...
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>');
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
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...
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"...
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 =...
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...
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...
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...
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"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.