I made a textbox that searches for the keyword when pressed enter;
for that i used javascript, defined in the <HEAD> part of my page and that is working excellent in a normal webpage.
i saw that the error is that i have placed the <BODY> part of the search textbox in the masterpage, but i have no idea how can i embed that javascript code in the same content placeholder so that it works on every page that inherits my masterpage.
and please don't ask me to refer o jQuery....I don't know about it.
Thanks