Dear all,
I am updating a SharePoint webpage. The page belong to search center. So there is a google-like textbox in the middle of page. My script is try to get the querystring and fill in the textbox. Here is the code:
Above code is working fine. However if I remove the line "alert(keyword);". The code will not work. There is no error, just the textbox not being filled. I guess it is because textbox is not fully loaded unless an alert box is called. How can I work around it?
Thanks for any input!