Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 2,583 for

script

(0.08 sec)
  1. GitHub - Dash-Industry-Forum/dash.js: A referen...

    A reference client implementation for the playback of MPEG DASH via JavaScript and compliant browsers. - Dash-Industry-Forum/dash.js...controls > </ video > </ div > < script src =" https://cdn.dashjs.org/latest/dash...org/latest/dash.all.min.js " > </ script > < script > ( function ( ) { var...

    github.com/Dash-Industry-Forum/dash.js
  2. Cross-site scripting (XSS) - MDN Web Docs Gloss...

    Cross-site Scripting (XSS) is a security exploit which allows an attacker to inject into a website malicious client-side code. This code is executed by the victims and lets the attackers bypass access controls and impersonate users. According to the Open Web Application Security Project, XSS was the seventh most common Web app vulnerability in 2017....日本語 한국어 中文 (简体) Cross-site scripting (XSS) is a security exploit...cannot detect the malicious script is untrustworthy, and so gives...

    developer.mozilla.org/en-US/docs/Glossary/Cross...
  3. Your second extension - Mozilla | MDN

    If you've been through the Your first extension article, you've already got an idea of how to write an extension. In this article, you'll write a slightly more complex extension that demonstrates a few more of the APIs.... write a content script, "beastify.js" that will be...JavaScript injecting content scripts into web pages communicating...

    developer.mozilla.org/en-US/docs/Mozilla/Add-on...
  4. Same-origin policy - Security on the web | MDN

    The same-origin policy is a critical security mechanism that restricts how a document or Script loaded by one origin can interact with a resource from another origin....restricts how a document or script loaded by one origin can interact...Different host Inherited origins Scripts executed from pages with an...

    developer.mozilla.org/en-US/docs/Web/Security/S...
  5. Render Text Files | GroupDocs.Viewer for .NET

    This article contains use-cases of rendering Text files with GroupDocs.Viewer within your .NET applications....ERB Ruby ERB Script .GROOVY Groovy Source Code...Implementation File .MAKE Xcode Makefile Script .MD Markdown Documentation...

    docs.groupdocs.com/viewer/net/view-text-files/
  6. How to Сreate a Plugin for Sugar On-Demand Usin...

    SugarCRM is an open-platform web-based customer relationship management system which has an on-demand cloud platform, Sugar On-Demand. In a previous article, we discussed how to create and use a plugin for SugarCRM, now we will discuss Sugar On-Demand’s features. We will use the GroupDocs GDrive plugin as an example. [caption id=“attachment_3933” align=“alignnone” width=“600” caption=“How to Сreate a Custom GroupDocs Plugin for Sugar On-Demand”] [/caption] Requirements PHP 5.3 SugarCRM On-Demand account SugarCRM On-Demand application GroupDocs account Development of GroupDocs GDriveTwo main features of Sugar On-Demand are: All functions relating to the file system are denied....tpl'); $script = new Sugar\_Smarty(); $script->assign('moduleName'...!= null) { $script->assign('cid', $cid); $script->assign('pkey'...

    blog.groupdocs.com/total/how-to-create-plugin-f...
  7. 在 ASP.NET Core MVC 中為 140 多種文件格式創建文檔查看器

    在線文檔查看器在數字文檔的使用越來越多之後變得流行起來,尤其是在內容管理系統中。這種流行背後的原因是您無需購買或安裝專用軟件程序即可查看各種文檔格式。考慮到文檔查看器的重要性,我想寫一篇關於如何在 ASP.NET MVC 中創建通用文檔查看器的文章。 我們將創建一個面向 [.NET Core](https://en.wikipedia. org/wiki/.NETCore) 框架。對於後端的文檔呈現,我們將使用 GroupDocs.Viewer for .NET API - 一個強大的文檔查看器 API,支持 140 多種文檔類型,包括 PDF 、Word、Excel、PowerPoint, Visio、CAD、Outlook 和許多其他流行格式。 為什麼選擇 .NET 核心? .NET Core 是 Microsoft 對 .NET 生態系統的重要補充。它使得開發跨平台應用程序成為可能,而無需開發人員進行任何額外的工作。這就是我選擇 .NET Core 作為目標框架的原因。 在 ASP.NET Core 中創建文檔查看器的步驟 打開 Visual Studio 並開始一個新項目。 從項目類型中選擇 .NET Core,從模板中選擇 ASP.NET Core Web Application。 選擇 Web Application (Model-View-Controller) 並單擊 Ok 按鈕。 從 NuGet 安裝 GroupDocs.Viewer。 打開 Views/Home/Index.cshtml 文件並將其內容替換為以下內容: @{ ViewData["Title"] = "Home Page"; } <Script src="http://code....ViewData["Title"] = "Home Page"; } <script src="http://code.jquery.com/jquery-1...com/jquery-1.8.2.js"></script> <script> function ViewDocument(file)...

    blog.groupdocs.com/zh-hant/viewer/document-view...
  8. CSSStyleDeclaration: cssText property - Web API...

    Learn about the CSSStyleDeclaration.cssText property, including its type, specifications and browser compatibility....style="color: red;"> Some text </span> <script> const elem = document.getElementById("s1");...cssText); // "color: red;" </script> Specifications Specification...

    developer.mozilla.org/en-US/docs/Web/API/CSSSty...
  9. <dialog> - HTML | MDN

    HTML-элемент определяет диалоговое окно или другой интерактивный элемент, такой как инспектор или окно. Элементы
    могут интегрироваться с диалогом с помощью указания атрибута method="dialog". Когда отправляется такая форма, диалог закрывается с returnValue равным value нажатой кнопки submit.... details</button> </menu> <script> (function () { var updateButton...favDialog.close(); }); })(); </script> html <!-- Простой попап диалог...

    developer.mozilla.org/ru/docs/Web/HTML/Element/...
  10. How to Create a Simple Application Using the Gr...

    In this article I’ll walk you thorough the process of creating a simple JavaScript application which shows files and directories from your GroupDocs account. Lets start by creating a package from the GroupDocs JavaScript SDK sources. You can skip this step and get the full SDK package from GitHub and a minimal SDK package. Creating a Package You need Node.js installed on you computer. Read more about installation Node.js. When Node.... <script src="./groupdocs-javascript.js"></script> <script>...log(response.result); }, clientId); </script> ..... If you enter the client...

    blog.groupdocs.com/total/how-to-create-a-simple...