עבור לתוכן
View in the app

A better way to browse. Learn more.

HWzone

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

בעיונת ב JavaScript

Featured Replies

פורסם

אהלן !

אני רוצה לומר לדפדפן שיצבע את הקישור "בלה בלה" בצבע אדום , ע"פ המיקום שלו.

נגיד אם הבן אדם נמצא ב default אז הוא יהיה בצבע אדום,למשל.

כרגע סתם הצבתי את הכתובת ידנית...רק כדי לראות אם זה עובד אבל זה לא ! :ס

onLoad = yaba()

{ function pages()
{
return "file:///C:/Guy/Site2/Deafult.html";
}
function yaba()
{
if (document.location.href == pages())
{
alert('k its fine')
grund = document.getElementById("s")
grund.style.color = "red"


}
else
{alert('the url is '+document.location.href)}
}



}


וכמובן ב html יש:

<div class="details" ><a href=""><p id="s">ContactUs</p></a></div>

תודה רבה על העזרה! :}

פורסם
<html>
<body onLoad="yaba();">
<div><a href="" id="s">ContactUs</a></div>
</body>
</html>
<script>
function pages() {
return "file:///C:/Guy/Site2/Deafult.html";
}

function yaba() {
var myURL = document.location.href;
var myPage = pages();
if (myURL.toLowerCase() == myPage.toLowerCase()) {
alert('k its fine');
grund = document.getElementById("s");
grund.style.color = "red";
}else{
alert('the url is '+document.location.href);
}
}
</script>

פורסם
  • מחבר

תודה רבה!

זה עובד! :hi: :hi: :hi:

ארכיון

דיון זה הועבר לארכיון ולא ניתן להוסיף בו תגובות חדשות.

דיונים חדשים

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.