|
|
#1 (permalink) |
|
New Member
![]() Join Date: Jun 2007
Posts: 8
|
Why is it when i use more than one word in the textbox.value area it only displays the first word? e.g
<a href="gallery/Toyota_Corolla_1_5_Auto.jpg" onmouseover=document.form1.inf.value="Toyota" " " "Corolla" "2003"><img src="gallery/Toyota_Corolla_1_5_Auto.jpg" alt="Toyota Corolla 1.8ltr, Petrol, 1994 silver Automatic, Front Wheel Drive, Aircon, Front Loader & DVD Player" width="128" height="96"> check it at www.oliva.co.za/cars.html |
|
|
|
|
|
#2 (permalink) |
|
New Member
![]() Join Date: Jun 2007
Location: Birmingham, UK
Posts: 3
|
Your event handlers look like
Code:
onmouseover=document.form1.inf.value="2003 Toyota Corolla Silver Automatic Full House" onmouseout="document.form1.inf.value=" "" Code:
onmouseover="document.form1.inf.value='2003 Toyota Corolla Silver Automatic Full House'" onmouseout="document.form1.inf.value=' '"
__________________
Holger Schmitz -- Web Developer -- www.viventic.biz |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|