Greetings Everyone
Hope everyon'e upgrade went smoothly. Strangely enough mine hasn't quite yet worked. I am busy trying to load up V8 for the first time, but i'm getting a strange error saying that there are nested HTML tags in my search page. Very strange, would you be able to have a look at this code as well as i can't see that stands out staright away ?
As always wouldn't have been able to get this far without the community. Looking forward to see what we can do with V8.
Cheers
Shannon
Hope everyon'e upgrade went smoothly. Strangely enough mine hasn't quite yet worked. I am busy trying to load up V8 for the first time, but i'm getting a strange error saying that there are nested HTML tags in my search page. Very strange, would you be able to have a look at this code as well as i can't see that stands out staright away ?
Code:
<form action=""method="get" action="<actinic:variable name="OnlineScriptURL" value="Search Script URL" />" <input type="hidden" name="RANDOM" value="<actinic:variable name='Random'/>" /> <actinic:block if="%3cactinic%3avariable%20name%3d%22IsHostMode%22%20%2f%3e"> <!-- Hidden field when in trial mode --> <input type="hidden" name="SHOP" value="<Actinic:Variable Name="HiddenFields"/>" /> </actinic:block> <input type="hidden" name="PAGE" value="SEARCH" /> <Actinic:Variable Name="SearchPrompt"/> <Actinic:Variable Name="RetailOnlyWarning"/> <br /><br /> <table border="0" cellspacing="0" cellpadding="3"> <tr> <td valign="top"> <b><Actinic:Variable Name="SearchString"/></b><br /> <input type="text" name="SS" size="40" /> <br /> <Actinic:Variable Name="SearchCombine"/> <input type="radio" name="TB" checked="checked" value="A" /> <Actinic:Variable Name="SearchAndPrompt"/> <input type="radio" name="TB" value="O" /> <Actinic:Variable Name="SearchOrPrompt"/> <Actinic:Variable Name="SearchCombineText2"/> <script language="javascript" type="text/javascript"> <!-- for (nIndex = 0; nIndex < document.forms.length; nIndex++) { if (document.forms[nIndex] && document.forms[nIndex].SS) { document.forms[nIndex].SS.focus(); } } // --> </script> </td> <td valign="top"> <actinic:block if="%3cactinic%3avariable%20name%3d%22PriceSearchIsAllowed%22%20%2f%3e"> <b><Actinic:Variable Name="SearchPriceRangeLabel"/></b> <br /> <actinic:variable name="SearchPriceBandList" /> </actinic:block> </td> </tr> <actinic:variable name="SearchablePropertyList" /> <actinic:block if="%3cactinic%3avariable%20name%3d%22IsSearchablePropertiesCombinedWithAnd%22%20%2f%3e" /> <input type="hidden" name="GB" value="A" /> </actinic:block> <actinic:block if="%3cactinic%3avariable%20name%3d%22IsSearchablePropertiesCombinedWithOr%22%20%2f%3e" /> <input type="hidden" name="GB" value="O" /> </actinic:block> <actinic:block if="%3cactinic%3avariable%20name%3d%22SearchBySectionsUsed%22%20%2f%3e" /> <tr> <td colspan="2" valign="bottom"> <b><Actinic:Variable Name="SearchControlLabel"/></b><br /> <select name="SX"> <actinic:block if="%3cactinic%3avariable%20name%3d%22SetupSearchAllSections%22%20%2f%3e%20%3d%3d%20False"> <option value="0"> </option> </actinic:block> <actinic:variable name="SearchSectionList" /> </select> </td> </tr> </actinic:block> <tr> <td colspan="2" valign="bottom"> <input type="submit" name="ACTION" value="<Actinic:Variable Name="SearchLabel"/>" /> </td> </tr> </table> <!-- alert("<Actinic:Variable Name="UnregCustomersNotAllowedMessage"/>"); return false; --> </form> <div align="center"><actinic:variable name="ActinicSearchPageLink" /></div>
Cheers
Shannon
Comment