Announcement

Collapse
No announcement yet.

document.simplesearch.ss error

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    document.simplesearch.ss error

    Problem is in the shoppingcart / checkout pages of the site. Quicksearch is added and works in the catalog / product pages without error.

    After adding a product to the shopping cart the browser returns an error Line:130 Error 'Document.simplesearch.ss is null or not an object' The Simple search box does not display nor does the Search button. in its place the browser displays nothing in the table cell.

    Its a mystery to me as the template works in the catalog pages fine. Any recomendations would be helpful.

    URL: www.actinic.us/acatalog/

    Brian
    Brian Johnson
    :::Sure Solutions Inc:::Professional Actinic templates from Buythisdesign.com:::
    1-732-528-7635 x203

    #2
    disregard:
    I located the error in my code.
    Seems I omitted a " in my onload statement .
    OnLoad="NETQUOTEVAR:ONLOAD;document.simplesearch.SS.focus() ;
    replaced with:
    OnLoad="NETQUOTEVAR:ONLOAD";document.simplesearch.SS.focus() ;

    seems to work fine now ....:-)
    Brian
    Brian Johnson
    :::Sure Solutions Inc:::Professional Actinic templates from Buythisdesign.com:::
    1-732-528-7635 x203

    Comment

    Working...
    X