Categories
Friends
Links
Tag Archives: Business Catalyst
How to Log into different secure zones according to ID – Business Catalyst / GoodBarry
HTML: <select id="selectZone"> <option value="154">Customer</option> <option value="150">Retailer</option> <option value="152">Distributor</option> <option value="168">Contributor</option> <option value="347">Member</option> </select> JavaScript: <script language="javascript"> function checkWholeForm43650(theForm){ var why = ""; if (theForm.Username) why += isEmpty(theForm.Username.value, "Username"); if (theForm.Password) why += isEmpty(theForm.Password.value, [...]
Posted in Business Catalyst / GoodBarry | Also tagged GoodBarry, ID, log in, secure zones | Leave a comment
How to Make Billing Information Same as Shipping – Business Catalyst / GoodBarry