הבדלים בין גרסאות בדף "מדיה ויקי:Common.js"
| שורה 1: | שורה 1: | ||
/* כל הסקריפטים שנכתבים כאן ייטענו עבור כל המשתמשים בכל טעינת עמוד. */ | /* כל הסקריפטים שנכתבים כאן ייטענו עבור כל המשתמשים בכל טעינת עמוד. */ | ||
$(function () { | $(function () { | ||
| − | $('#name-finder').html('<form action="http://catane.org/FindPasuk.php" method="get" target="Frame1" > | + | $('#name-finder').html('<form action="http://catane.org/FindPasuk.php" method="get" target="Frame1" ><input type="text" name="Personname"/></form><h2>תוצאות</h2><iframe name="Frame1" src="results.html" style="border:none;" height="2000" width="500"></iframe>'); |
| − | <input type="text" name="Personname"/> | ||
| − | </form> | ||
| − | <h2>תוצאות</h2> | ||
| − | <iframe name="Frame1" src="results.html" style="border:none;" height="2000" width="500"></iframe>'); | ||
}()); | }()); | ||
גרסה מ־20:30, 12 במאי 2018
/* כל הסקריפטים שנכתבים כאן ייטענו עבור כל המשתמשים בכל טעינת עמוד. */
$(function () {
$('#name-finder').html('<form action="http://catane.org/FindPasuk.php" method="get" target="Frame1" ><input type="text" name="Personname"/></form><h2>תוצאות</h2><iframe name="Frame1" src="results.html" style="border:none;" height="2000" width="500"></iframe>');
}());