Hi,
Do you see anything wrong with the following code?
<script language="JavaScript" type="text/javascript">
function validatephonemodel()
{
if (document.getsearch.model.value == "")
{ alert ("Please enter the phone model");}
else
{
a=document.getsearch.model.value;
var lineurl="searchphonemodel.php?model=" + a
location.href=lineurl
}
}
</script>
*************
I have complained by some one that they are geting error because URL it is creating has no variable
it is creating
instead of
How can that be possible?
I am not having any problem I am using IE 6.0.2800
they are using IE 6.0.2900.2180
Do you see anything wrong with the following code?
<script language="JavaScript" type="text/javascript">
function validatephonemodel()
{
if (document.getsearch.model.value == "")
{ alert ("Please enter the phone model");}
else
{
a=document.getsearch.model.value;
var lineurl="searchphonemodel.php?model=" + a
location.href=lineurl
}
}
</script>
*************
I have complained by some one that they are geting error because URL it is creating has no variable
it is creating
instead of
How can that be possible?
I am not having any problem I am using IE 6.0.2800
they are using IE 6.0.2900.2180