ketanco
01-22-2009, 02:10 PM
Hi,
I have the form below, as a searchox.... when I pastethis code in another file, and then display this searchbox within another file, such as in an iframe, near some other elements, I see the searchbox, but I can not see the cursor in the searchbox, when I bring the mouse over it, except if I bring it to the very left of the box. I checked the iframe width etc and the box is well within the frame...
When I display this form in a file by itself, in an empty window, it is fine, I can see the cursor wherever i bring the mouse on...Please advise...
echo "<div class='event_display1a'>";
echo "<form method='post' action='events_searchusa_results.php'>";
echo "<span style='color:blue; font-family: arial; font-size:14px;'>"."Search by event name:"."</span>";
echo "</br>"."<input type='text' name='keyword1'/>"."</br>";
echo "<input type='submit' value='Search'/>";
echo "</form>";
echo"</div>";
I have the form below, as a searchox.... when I pastethis code in another file, and then display this searchbox within another file, such as in an iframe, near some other elements, I see the searchbox, but I can not see the cursor in the searchbox, when I bring the mouse over it, except if I bring it to the very left of the box. I checked the iframe width etc and the box is well within the frame...
When I display this form in a file by itself, in an empty window, it is fine, I can see the cursor wherever i bring the mouse on...Please advise...
echo "<div class='event_display1a'>";
echo "<form method='post' action='events_searchusa_results.php'>";
echo "<span style='color:blue; font-family: arial; font-size:14px;'>"."Search by event name:"."</span>";
echo "</br>"."<input type='text' name='keyword1'/>"."</br>";
echo "<input type='submit' value='Search'/>";
echo "</form>";
echo"</div>";