Quote:
|
Originally Posted by Brandoe85
Change this line:
Code:
onblur="if (this.value == '') {this.value='Keyword'; document.form1.Submit.disabled=true;}" maxLength=40 size=10
to this:
Code:
onblur="if (this.value == '') {this.value='Keyword'; document.form1.Submit.style.display='none';}" maxLength=40 size=10
|

Hi friend...
With your reference ...
I took help from my friend and solved problem like this..
\\-----------------
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<form name="form1" method="post" action="">
<input
onblur="if (this.value == '') {this.value='Keyword'; getElementById('__deepak').innerHTML =' ';}" maxLength=40 size=10
value=Keyword name=srchreq default="Keyword" col=""
onclick= "getElementById('__deepak').innerHTML = '<input name=Submit type=submit value=Go!>'; if (this.value == 'Keyword') {this.value='';}">
<div id = "__deepak"></div>
</form>
</body>
</html>
\\---------------------------------
THanks once again..
Urs pal
Rajesh
NOte : by the way whats ur good name