טחינה צוננת
New member
קוד
ניסיתי להשתמש במנוע חיפוש המובנה ולמרות ששיחקתי בהגדרות, עכ"ז לא דובים ולא יער. הקוד המקורי Please place the following code where you would like the search box on your web site:
ניסיתי להשתמש במנוע חיפוש המובנה ולמרות ששיחקתי בהגדרות, עכ"ז לא דובים ולא יער. הקוד המקורי Please place the following code where you would like the search box on your web site:
<form action="/cgi-sys/entropysearch.cgi" target=searchwindow> Search Query <input type="text" name="query" value=""> <input type="hidden" name="user" value="palmoni"> <input type="hidden" name="basehref" value="http://hamithapechet.org"> <input type="hidden" name="template" value="default"> <input type="submit" value="Search"> </form>
הקוד הערוך<form action="../../../cgi-sys/entropysearch.cgi" target="searchwindow" /> <input type="text" name="query" value="חיפוש באתר" /> <input type="hidden" name="user" value="palmoni"> <input type="hidden" name="basehref" value="http://hamithapechet.org" /> <input type="hidden" name="template" value="default" /> <input type="submit" value="חפש" /> </form>
הקוד מוצב ב http://hamithapechet.org/content/10/1/89.html והגדרתי את הbase בהתאם<base href="http://hamithapechet.org/content/10/1/89.html" />
היכן מקום הטעות ? תודה למשיבים.