This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script> | |
| window.location = "http://www.yoururl.com"; | |
| </script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| window.location = "http://www.yoururl.com"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script> | |
| window.onload = function (){ | |
| function RemoveOption(strSelectList, strOptionText) { | |
| try { | |
| var objSelectList = document.getElementById(strSelectList); | |
| for(x=0;x<objSelectList.options.length;x++) { | |
| if(objSelectList.options[x].text == strOptionText) | |
| objSelectList.removeChild(objSelectList[x]); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * Usage: | |
| * RemoveOption(strSelectList, strOptionText); | |
| * | |
| * Where: | |
| * <select id="strSelectList"> | |
| * <option>strOptionText</option> | |
| * </select> | |
| * | |
| * Use to remove any unwanted options from any select list. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| if(objSelectList.options[x].text == strOptionText) | |
| objSelectList.removeChild(objSelectList[x]); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| for(x=0;x<objSelectList.options.length;x++) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var objSelectList = document.getElementById(strSelectList); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function RemoveOption(strSelectList, strOptionText) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <form action="http://cosmicwompproperties.idxbroker.com/idx/results/homes" method="get" name="IDXsearchForm" id="IDX-searchForm" class="IDX-searchForm IDX-searchForm-search " data-pageid="4508" data-middleware="" data-advfields="1" autocomplete="off"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="IDX-advanced_area" class="IDX-advancedPair" data-role="fieldcontain"> | |
| <div id="IDX-boxLabel_area" class="IDX-advancedWrap"> | |
| <label class="IDX-advancedText">test</label> <select name="a_area[]" id="IDX-a_area" multiple="" size="13" class="IDX-advancedBox IDX-advList IDX-field-area"> | |
| <option value="- Benton County">- Benton County</option> | |
| <option value="- Jackson Co: Applegate Valley">- Jackson Co: Applegate Valley</option> | |
| <option value="- Jackson Co: Ashland">- Jackson Co: Ashland</option> | |
| <option value="- Jackson Co: Central Point">- Jackson Co: Central Point</option> | |
| <option value="- Jackson Co: Eagle Point">- Jackson Co: Eagle Point</option> | |
| <option value="- Jackson Co: East Medford">- Jackson Co: East Medford</option> | |
| <option value="- Jackson Co: Jacksonville Area">- Jackson Co: Jacksonville Area</option> |
OlderNewer