I have a div as defined below:
<input name="Search" class="form-control" id="urlText" type="text" style="height:32px;float:left;margin-left:400;width:500px;" placeholder="Enter your URL" />
On page refresh I'm trying to empty the value held by this text box. Is there a way to achieve this?