Si, claro que tengo buscador, pero mucha gente pulsa la letra para como tu dices ver que hay. (se nota que no has visitado nunca
alicun.com)
Probaré el script ese a ver que tal, pero te comento que esa pagina se carga en un iframe y la pagina que llama al iframe lleva este script:
Código PHP:
<script language="javascript">
function cambiar(cual){
document.getElementById('ima').src = cual
aa=cual.split("_")
a = aa[aa.length-1]
b = a.split(".")[0].toLowerCase()
if(b=="frontbig"){
document.getElementById('ima').width=182
document.getElementById('ima').height=100
}
else{
if(b=="back" || b=="back1" || b=="back2" || b=="back3" || b=="back4" || b=="back5" || b=="inlay"){
document.getElementById('ima').width=182
document.getElementById('ima').height=155
}
else{
document.getElementById('ima').width=182
document.getElementById('ima').height=182
}
}
}
</script>
Casi me lo hiciste tu, lo recuerdas?
Y entoces te pregunto denuevo el nuevo script tiene que ir dentro del iframe o en la pagina que lo llama?
Y no se entorpecerán los dos?
salu2