Hi,
I`m trying to move the search engine (code) to a defferent sites outside the folder with files generated by Zoom. All looks fine but for some reason search text box is not visible also all the rest of the navigation panel - tick boxes, submit buutton etc. I believe the part of the code below is the problem, have to be directed to the folder with .js files etc.
"<body onload="if (document.getElementById('zoom_searchbox')) {document.getElementById('zoom_searchbox').focus() ;}">"
I created external css file which is working and in the head of the site I added links to the java and css files.
Maybe someone found the solution fot that problem.
Thomas
I`m trying to move the search engine (code) to a defferent sites outside the folder with files generated by Zoom. All looks fine but for some reason search text box is not visible also all the rest of the navigation panel - tick boxes, submit buutton etc. I believe the part of the code below is the problem, have to be directed to the folder with .js files etc.
"<body onload="if (document.getElementById('zoom_searchbox')) {document.getElementById('zoom_searchbox').focus() ;}">"
I created external css file which is working and in the head of the site I added links to the java and css files.
Maybe someone found the solution fot that problem.
Thomas
Comment