דילוג לתוכן
  • חוקי הפורום
  • פופולרי
  • לא נפתר
  • משתמשים
  • חיפוש גוגל בפורום
  • צור קשר
עיצובים
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • ברירת מחדל (ללא עיצוב (ברירת מחדל))
  • ללא עיצוב (ברירת מחדל)
כיווץ
לוגו מותג
  1. דף הבית
  2. מחשבים וטכנולוגיה
  3. עזרה הדדית - מחשבים וטכנולוגיה
  4. עזרה | דפדפן אינטרנט בhta

עזרה | דפדפן אינטרנט בhta

מתוזמן נעוץ נעול הועבר עזרה הדדית - מחשבים וטכנולוגיה
13 פוסטים 4 כותבים 301 צפיות 3 עוקבים
  • מהישן לחדש
  • מהחדש לישן
  • הכי הרבה הצבעות
תגובה
  • תגובה כנושא
התחברו כדי לפרסם תגובה
נושא זה נמחק. רק משתמשים עם הרשאות מתאימות יוכלו לצפות בו.
  • נ נחנ מנותק
    נ נחנ מנותק
    נ נח
    כתב ב נערך לאחרונה על ידי נ נח
    #1

    קודם כל תודה ל @Men770 שבזכותו הכרתי את הhta כאן ול @liy על המדריכים כאן
    זה מה שהכנתי על בסיס מה ש @Men770 הביא שם

    <html lang="he" dir="rtl">
    <HEAD>
    <HTA:APPLICATION ID="HelloExample" 
       innerborder="no"
       scroll="no"
       BORDER="thick" 
       BORDERSTYLE="complex"/>
    </HEAD>
    <title>פורומים</title>
    <script language="VBScript">
            Sub Window_OnLoad
                width = 440 : height = 500
                window.resizeTo width, height
                window.moveTo screen.availWidth\2 - width\2, screen.availHeight\2 - height\2
            End Sub
        </script>
    <BODY>
    <a href="https://mitmachim.top/">
    <img src="1.png" height="100" width="400"></img>
    </a>
    <a href="https://tchumim.com/">
    <img src="2.png" height="100" width="400"></img>
    </a>
    <a href="https://techno-tech.cf/">
    <img src="3.png" height="100" width="400"></img>
    </a>
    <a href="https://meatzvim.cf/">
    <img src="4.png" height="100" width="400"></img>
    </a>
    </BODY>
    </HTML>
    

    הבעיה שזה פותח את הקישורים באקספלורר
    7afbe11e-004a-4c19-82fe-73dd99b978aa-image.png
    יש דרך להפוך את הקישור לדפדפן ברירת המחדל?
    תודה רבה!

    נ.ב
    למי שרוצה הקובץ

    O תגובה 1 תגובה אחרונה
    1
    • נ נחנ נ נח

      קודם כל תודה ל @Men770 שבזכותו הכרתי את הhta כאן ול @liy על המדריכים כאן
      זה מה שהכנתי על בסיס מה ש @Men770 הביא שם

      <html lang="he" dir="rtl">
      <HEAD>
      <HTA:APPLICATION ID="HelloExample" 
         innerborder="no"
         scroll="no"
         BORDER="thick" 
         BORDERSTYLE="complex"/>
      </HEAD>
      <title>פורומים</title>
      <script language="VBScript">
              Sub Window_OnLoad
                  width = 440 : height = 500
                  window.resizeTo width, height
                  window.moveTo screen.availWidth\2 - width\2, screen.availHeight\2 - height\2
              End Sub
          </script>
      <BODY>
      <a href="https://mitmachim.top/">
      <img src="1.png" height="100" width="400"></img>
      </a>
      <a href="https://tchumim.com/">
      <img src="2.png" height="100" width="400"></img>
      </a>
      <a href="https://techno-tech.cf/">
      <img src="3.png" height="100" width="400"></img>
      </a>
      <a href="https://meatzvim.cf/">
      <img src="4.png" height="100" width="400"></img>
      </a>
      </BODY>
      </HTML>
      

      הבעיה שזה פותח את הקישורים באקספלורר
      7afbe11e-004a-4c19-82fe-73dd99b978aa-image.png
      יש דרך להפוך את הקישור לדפדפן ברירת המחדל?
      תודה רבה!

      נ.ב
      למי שרוצה הקובץ

      O מנותק
      O מנותק
      oryadaniely
      כתב ב נערך לאחרונה על ידי
      #2

      @נ-נח
      בקוד הזה זה עובד.

      <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
      <html lang="en">
      <head>
        <title>HTA Test</title>
        <hta:application applicationname="HTA Test" scroll="yes" singleinstance="yes">
        <script type="text/javascript">
        function openURL()
        {
            var shell = new ActiveXObject("WScript.Shell");
            shell.run("http://www.google.com");
        }
        </script>
      </head>
      <body>
      
      <input type="button" onclick="openURL()" value="Open Google">
      
      </body>
      </html>
      
      נ נחנ תגובה 1 תגובה אחרונה
      2
      • O oryadaniely

        @נ-נח
        בקוד הזה זה עובד.

        <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
        <html lang="en">
        <head>
          <title>HTA Test</title>
          <hta:application applicationname="HTA Test" scroll="yes" singleinstance="yes">
          <script type="text/javascript">
          function openURL()
          {
              var shell = new ActiveXObject("WScript.Shell");
              shell.run("http://www.google.com");
          }
          </script>
        </head>
        <body>
        
        <input type="button" onclick="openURL()" value="Open Google">
        
        </body>
        </html>
        
        נ נחנ מנותק
        נ נחנ מנותק
        נ נח
        כתב ב נערך לאחרונה על ידי
        #3

        @oryadaniely תודה! עובד מעולה

        O תגובה 1 תגובה אחרונה
        0
        • נ נחנ נ נח

          @oryadaniely תודה! עובד מעולה

          O מנותק
          O מנותק
          oryadaniely
          כתב ב נערך לאחרונה על ידי
          #4

          @נ-נח שלח רגע את הקוד הסופי

          נ נחנ תגובה 1 תגובה אחרונה
          0
          • O oryadaniely

            @נ-נח שלח רגע את הקוד הסופי

            נ נחנ מנותק
            נ נחנ מנותק
            נ נח
            כתב ב נערך לאחרונה על ידי
            #5

            @oryadaniely עדיין לא סיימתי אותו
            עובד על זה...

            O תגובה 1 תגובה אחרונה
            1
            • נ נחנ נ נח

              @oryadaniely עדיין לא סיימתי אותו
              עובד על זה...

              O מנותק
              O מנותק
              oryadaniely
              כתב ב נערך לאחרונה על ידי
              #6

              @נ-נח שתסיים תשלח. אני לא הצלחתי לבנות קוד שיעבוד... מה ששלחתי זה מפורום באנגלית...

              נ נחנ תגובה 1 תגובה אחרונה
              0
              • O oryadaniely

                @נ-נח שתסיים תשלח. אני לא הצלחתי לבנות קוד שיעבוד... מה ששלחתי זה מפורום באנגלית...

                נ נחנ מנותק
                נ נחנ מנותק
                נ נח
                כתב ב נערך לאחרונה על ידי נ נח
                #7

                @oryadaniely האמת שלא ממש הצלחתי
                יכול להיות רק openURL() אחד

                <html lang="he" dir="rtl">
                <HEAD>
                <HTA:APPLICATION ID="HelloExample" 
                   innerborder="no"
                   scroll="no"
                   BORDER="thick" 
                   BORDERSTYLE="complex"/>
                </HEAD>
                <title>פורומים</title>
                <script language="VBScript">
                        Sub Window_OnLoad
                            width = 440 : height = 500
                            window.resizeTo width, height
                            window.moveTo screen.availWidth\2 - width\2, screen.availHeight\2 - height\2
                        End Sub
                    </script>
                  <script type="text/javascript">
                  function openURL()
                  {
                      var shell = new ActiveXObject("WScript.Shell");
                      shell.run("https://mitmachim.top/");
                  }
                  function openURL()
                  {
                      var shell = new ActiveXObject("WScript.Shell");
                      shell.run("https://tchumim.com/");
                  }
                  function openURL()
                  {
                      var shell = new ActiveXObject("WScript.Shell");
                      shell.run("https://techno-tech.cf/");
                  }
                  function openURL()
                  {
                      var shell = new ActiveXObject("WScript.Shell");
                      shell.run("https://meatzvim.cf/");
                  }
                  </script>
                <BODY>
                <img src="1.png" height="100" width="400" onclick="openURL()">
                <img src="2.png" height="100" width="400" onclick="openURL()">
                <img src="3.png" height="100" width="400" onclick="openURL()">
                <img src="4.png" height="100" width="400" onclick="openURL()">
                </BODY>
                </HTML>
                

                כל התמונות מגיעות רק לאתר אחד

                O תגובה 1 תגובה אחרונה
                1
                • נ נחנ נ נח

                  @oryadaniely האמת שלא ממש הצלחתי
                  יכול להיות רק openURL() אחד

                  <html lang="he" dir="rtl">
                  <HEAD>
                  <HTA:APPLICATION ID="HelloExample" 
                     innerborder="no"
                     scroll="no"
                     BORDER="thick" 
                     BORDERSTYLE="complex"/>
                  </HEAD>
                  <title>פורומים</title>
                  <script language="VBScript">
                          Sub Window_OnLoad
                              width = 440 : height = 500
                              window.resizeTo width, height
                              window.moveTo screen.availWidth\2 - width\2, screen.availHeight\2 - height\2
                          End Sub
                      </script>
                    <script type="text/javascript">
                    function openURL()
                    {
                        var shell = new ActiveXObject("WScript.Shell");
                        shell.run("https://mitmachim.top/");
                    }
                    function openURL()
                    {
                        var shell = new ActiveXObject("WScript.Shell");
                        shell.run("https://tchumim.com/");
                    }
                    function openURL()
                    {
                        var shell = new ActiveXObject("WScript.Shell");
                        shell.run("https://techno-tech.cf/");
                    }
                    function openURL()
                    {
                        var shell = new ActiveXObject("WScript.Shell");
                        shell.run("https://meatzvim.cf/");
                    }
                    </script>
                  <BODY>
                  <img src="1.png" height="100" width="400" onclick="openURL()">
                  <img src="2.png" height="100" width="400" onclick="openURL()">
                  <img src="3.png" height="100" width="400" onclick="openURL()">
                  <img src="4.png" height="100" width="400" onclick="openURL()">
                  </BODY>
                  </HTML>
                  

                  כל התמונות מגיעות רק לאתר אחד

                  O מנותק
                  O מנותק
                  oryadaniely
                  כתב ב נערך לאחרונה על ידי
                  #8

                  @נ-נח openurl זה פונקציה שלך... אם תשנה את השמות ל1234 זה יעבוד...

                  <html lang="he" dir="rtl">
                  <HEAD>
                  <HTA:APPLICATION ID="HelloExample" 
                     innerborder="no"
                     scroll="no"
                     BORDER="thick" 
                     BORDERSTYLE="complex"/>
                  </HEAD>
                  <title>פורומים</title>
                  <script language="VBScript">
                          Sub Window_OnLoad
                              width = 440 : height = 500
                              window.resizeTo width, height
                              window.moveTo screen.availWidth\2 - width\2, screen.availHeight\2 - height\2
                          End Sub
                      </script>
                    <script type="text/javascript">
                    function openURL()
                    {
                        var shell = new ActiveXObject("WScript.Shell");
                        shell.run("https://mitmachim.top/");
                    }
                    function openURL1()
                    {
                        var shell = new ActiveXObject("WScript.Shell");
                        shell.run("https://tchumim.com/");
                    }
                    function openURL2()
                    {
                        var shell = new ActiveXObject("WScript.Shell");
                        shell.run("https://techno-tech.cf/");
                    }
                    function openURL3()
                    {
                        var shell = new ActiveXObject("WScript.Shell");
                        shell.run("https://meatzvim.cf/");
                    }
                    </script>
                  <BODY>
                  <img src="1.png" height="100" width="400" onclick="openURL()">
                  <img src="2.png" height="100" width="400" onclick="openURL1()">
                  <img src="3.png" height="100" width="400" onclick="openURL2()">
                  <img src="4.png" height="100" width="400" onclick="openURL3()">
                  </BODY>
                  </HTML>
                  
                  
                  chvC תגובה 1 תגובה אחרונה
                  2
                  • O oryadaniely

                    @נ-נח openurl זה פונקציה שלך... אם תשנה את השמות ל1234 זה יעבוד...

                    <html lang="he" dir="rtl">
                    <HEAD>
                    <HTA:APPLICATION ID="HelloExample" 
                       innerborder="no"
                       scroll="no"
                       BORDER="thick" 
                       BORDERSTYLE="complex"/>
                    </HEAD>
                    <title>פורומים</title>
                    <script language="VBScript">
                            Sub Window_OnLoad
                                width = 440 : height = 500
                                window.resizeTo width, height
                                window.moveTo screen.availWidth\2 - width\2, screen.availHeight\2 - height\2
                            End Sub
                        </script>
                      <script type="text/javascript">
                      function openURL()
                      {
                          var shell = new ActiveXObject("WScript.Shell");
                          shell.run("https://mitmachim.top/");
                      }
                      function openURL1()
                      {
                          var shell = new ActiveXObject("WScript.Shell");
                          shell.run("https://tchumim.com/");
                      }
                      function openURL2()
                      {
                          var shell = new ActiveXObject("WScript.Shell");
                          shell.run("https://techno-tech.cf/");
                      }
                      function openURL3()
                      {
                          var shell = new ActiveXObject("WScript.Shell");
                          shell.run("https://meatzvim.cf/");
                      }
                      </script>
                    <BODY>
                    <img src="1.png" height="100" width="400" onclick="openURL()">
                    <img src="2.png" height="100" width="400" onclick="openURL1()">
                    <img src="3.png" height="100" width="400" onclick="openURL2()">
                    <img src="4.png" height="100" width="400" onclick="openURL3()">
                    </BODY>
                    </HTML>
                    
                    
                    chvC מנותק
                    chvC מנותק
                    chv
                    כתב ב נערך לאחרונה על ידי
                    #9

                    @oryadaniely או פשוט כל פעם לשרשר את הפרמטר של הURL לפקודה:

                    <html lang="he" dir="rtl">
                    <HEAD>
                    <HTA:APPLICATION ID="HelloExample" 
                       innerborder="no"
                       scroll="no"
                       BORDER="thick" 
                       BORDERSTYLE="complex"/>
                    </HEAD>
                    <title>פורומים</title>
                    <script language="VBScript">
                            Sub Window_OnLoad
                                width = 440 : height = 500
                                window.resizeTo width, height
                                window.moveTo screen.availWidth\2 - width\2, screen.availHeight\2 - height\2
                            End Sub
                        </script>
                      <script type="text/javascript">
                      function openURL(url)
                      {
                          var shell = new ActiveXObject("WScript.Shell");
                          shell.run(url);
                      }
                      </script>
                    <BODY>
                    <img src="1.png" height="100" width="400" onclick="openURL('https://mitmachim.top/')">
                    <img src="2.png" height="100" width="400" onclick="openURL('https://tchumim.com/')">
                    <img src="3.png" height="100" width="400" onclick="openURL('https://techno-tech.cf/')">
                    <img src="4.png" height="100" width="400" onclick="openURL('https://meatzvim.cf/')">
                    </BODY>
                    </HTML>
                    

                    שים לב שזה חייב להיות גרש אחד - ' ולא גרשיים "
                    כי זה מבלבל את הקוד, ועוצר את הפרמטר של onclick לפני הזמן.

                    בלוג

                    תגובה 1 תגובה אחרונה
                    1
                    • נ נחנ מנותק
                      נ נחנ מנותק
                      נ נח
                      כתב ב נערך לאחרונה על ידי
                      #10

                      @oryadaniely
                      @chv
                      תודה רבה!!
                      יצא ממש נחמד בזכותכם!

                      איציק דייטשא תגובה 1 תגובה אחרונה
                      0
                      • נ נחנ נ נח

                        @oryadaniely
                        @chv
                        תודה רבה!!
                        יצא ממש נחמד בזכותכם!

                        איציק דייטשא מנותק
                        איציק דייטשא מנותק
                        איציק דייטש
                        מדריכים
                        כתב ב נערך לאחרונה על ידי
                        #11

                        @נ-נח אפשר לראות?

                        מוטי - טק, מכירה ותיקון של מחשבים 0583293193

                        תגובה 1 תגובה אחרונה
                        0
                        • נ נחנ מנותק
                          נ נחנ מנותק
                          נ נח
                          כתב ב נערך לאחרונה על ידי
                          #12

                          @איציק-דייטש בבקשה פורומים.zip

                          איציק דייטשא תגובה 1 תגובה אחרונה
                          1
                          • נ נחנ נ נח

                            @איציק-דייטש בבקשה פורומים.zip

                            איציק דייטשא מנותק
                            איציק דייטשא מנותק
                            איציק דייטש
                            מדריכים
                            כתב ב נערך לאחרונה על ידי
                            #13

                            @נ-נח מדהים!!!!!!

                            מוטי - טק, מכירה ותיקון של מחשבים 0583293193

                            תגובה 1 תגובה אחרונה
                            2

                            • התחברות

                            • אין לך חשבון עדיין? הרשמה

                            • התחברו או הירשמו כדי לחפש.
                            • פוסט ראשון
                              פוסט אחרון
                            0
                            • חוקי הפורום
                            • פופולרי
                            • לא נפתר
                            • משתמשים
                            • חיפוש גוגל בפורום
                            • צור קשר