I have a textbox that a user is going to use to enter search information. when the page loads, "search Phrase" will already be inside the box...my question is how do i make it so this text is already selected.
document.getIdFromElement("Textbox1").select(); i've been told to use this java script but where do I put it and with what syntax. also do i need to put page1. before the rest of it. i am extremely new to this so please act like you are answering to a small child who needs concise directions.
thank you very much in advance
View Complete Post