Hey Tekton -
Maybe I should PM this, I dunno. Anyway. I'm trying to "Browse by Store". I can get into Agatha, Ruby, Edmund and Liam's stores just fine. When I try to get into Ian, Sasha or Moira's stores I end up with this:
Error
function show_filter(){ document.getElementById('filter').style.display='block'; document.getElementById('filterx').style.display='none'; } function show_disc(x){ x = 'desc_' + x; document.getElementById(x).style.display='block'; } function hide_disc(x){ x = 'desc_' + x; document.getElementById(x).style.display='none'; } function show_desc(x){ newwindow=window.open(x,'thumb_image','height=170,width=460,left=200, top=200,resizable=yes,scrollbars=yes,toolbar=no,status=no'); } function jump_to(){ var x = document.getElementById('show_filter').value; if(x!=''){ [removed] = 'item_browse.php?o=' + x + ''; }} static_url='
Gaia Item Search (tektek.org)'; function redo_static_url(){ var static_search = escape(document.getElementById('search').value); document.getElementById('static_url').value='
Gaia Item Search (tektek.org)'; } function show_prev(x){ newwindow=window.open(x,'thumb_image','height=220,width=140,left=200, top=200,resizable=yes,scrollbars=no,toolbar=no,status=no'); }
I'm using Mozilla, but I've tried it with IE too, and get the same result. Any thoughts?