ONLOAD 日本語 意味 - 日本語訳 - 英語の例文

名詞
onload

英語 での Onload の使用例とその 日本語 への翻訳

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
ONLOAD, when the document has been loaded;
ONLOAD、文書が読み込まれた時;。
Resource loading: onload and onerror.
リソース読み込み:onloadとonerror。
Add onload/onerror for every image.
各イメージのonload/onerrorを追加します。
Remove or comment out the var_onload line.
Var_onloadの行を削除、もしくはコメントアウトします。
ONLOAD=Script(all frames have been loaded).
ONLOAD=Script(全フレームが読み込まれた)。
Capturing data for use with dojo. onLoad().
Dojo.onLoad()で使用するデータのキャプチャを終了します。
Will not be executed when onload and callback are not set.
Onload,callbackは指定されていない場合は実行されません。
Onload handler or the framework initialization handler in the HTML page.
Onloadハンドラーやフレームワークの初期化ハンドラーでの実行が適切です。
This is the equivalent of the onload event handler in the XHR version.
これはXHR版のonloadイベントハンドラに相当します。
In the onload callback function, the responseText parameter contains the server response as text.
Onloadコールバック関数では、responseTextパラメータにサーバからの応答がテキストとして含まれます。
The difference is that window. onload always works after all other load handlers.
Onloadは常に他のすべてのloadハンドラの後で動作するということです。
This script is automatically executed when the HTML page isloaded because it is set as the handler of the window. onload event.
Onloadイベントのハンドラーに設定しているため、HTMLページの読み込み時に自動実行されます。
The window. onload function is called automatically when index. html is displayed.
Window.onload関数は、index.htmlが表示されたときに自動的に呼び出されます。
Optional By default,boomerang runs automatically and attaches its page_ready handler to the window. onload event.
オプション初期値ではboomerangは自動的に実行されwindow.onloadイベントにpage_readyハンドラーが登録されます。
However, other onload operation doesn't go well because another has already used onload.
しかし、既にonloadは他で使っているので、他のonload動作がうまくいきません。
This script is automatically executed when the HTML page isloaded because it is set as the handler of the window. onload event.
Window.onloadイベントのハンドラーに設定しているため、HTMLページの読み込み時に自動実行されます。
However, for time, onload, callback, and others, there are properties that can be expanded by setting.
但し、時間を指定するtimeのほか、onload、callbackなど、指定することでトゥイーンを拡張できるプロパティもあります。
When the entire contents of the image file are loaded, they are converted into a data:URL which is passed to the onload callback.
画像ファイルの内容がすべて読み込まれると、それらはdata:URLに変換され、onloadのコールバックに渡されます。
It is appropriate to execute it in the window. onload handler or the framework initialization handler in the HTML page.
HTMLページのwindow.onloadハンドラーやフレームワークの初期化ハンドラーでの実行が適切です。
Since then, a number of additional event handlershave been implemented in various browsers onload, onerror, onprogress, etc.
それ以来、数多くの追加のイベントハンドラーが様々なブラウザーに実装されてきています(onload,onerror,onprogress,など)。
Following initialization, onload and onerror handlers are registered to a callback function to handle the response returned from the remote server.
次の初期化では、onloadとonerrorハンドラが、リモートサーバから返される応答を扱うコールバック関数に登録されます。
The window object for the<body> element can host event handlers for the onblur,onfocus, onload, or onunload events.
Lt;body>要素を持つウィンドウオブジェクトはonblur、onfocus、onload、onunloadイベントをハンドリングすることができます。
If you call up an unconditional onLoad function within an onLoad function, this calls up new onLoad functions without limit.
OnLoad関数のなかで無条件にonLoad関数を呼ぶと、それは無限に新しいonLoad関数を呼び出してしまいます。
The OnLoad Function When an IlvContainer object is created, it looks for a Rogue Wave Script function OnLoad and invokes it, passing the container as its argument.
OnLoad関数IlvContainerオブジェクトを作成したら、RogueWaveScript関数であるOnLoadを検索して呼び出し、コンテナーがその引数として渡されます。
After creating the new FileReader object, we set up its onload function and then call readAsDataURL() to start the read operation in the background.
新しいFileReaderオブジェクトを生成し、onload関数をセットアップします。そして、readAsDataURL()を呼び、ファイル読み込みをバックグラウンドで開始します。
If there are several OnLoad functions, the container will look in the following modules in order and call the first OnLoad function encountered.
OnLoad関数がいくつかある場合は、コンテナーは以下の順でモジュール内を探し、最初に見つけたOnLoad関数を呼び出します。
The most common ways toinject security attacks are to add an onload or onerror attributes in<img> or<iframe> tags, and to use unbalanced quotes such as" onerror="alert(1) to inject executable contexts in unsanitized string interpolations.
一般的なXSS攻撃では、<img>タグや<iframe>タグのonload、onerror属性を使ったり、"onerror="alert(1)といった不揃いのダブルクオートを使って攻撃コードをもぐりこませます。
The FRAMESET element also accepts ONLOAD and ONUNLOAD attributes to specify client-side scripting actions to perform when the frames have all been loaded or removed.
また、FRAMESET要素はONLOADやONUNLOAD属性を受け入れ、フレームが全て読み込まれたり移動したらクライアント側スクリプトが作動するように設定できます。
You will see that inside the onload event handler we are setting the textContent of the poemDisplay(the<pre< element) to the value of the request. response property. request.
Onloadイベントハンドラの中で、poemDisplay(<pre<要素)のtextContentプロパティにrequest.responseプロパティの値を設定しているのがお判りでしょう。request。
We use new to create a new instance of it,set the instance's onload property to updateTinderboxStatus(), the function we want to execute when the document finishes loading, call its open method with the type of HTTP request we want to make and the URL of the document to retrieve, and then call its send method to send the request.
NewでXMLHttpRequestのインスタンスを生成し、インスタンスのonloadプロパティにupdateTinderboxStatus() をセット(この関数はドキュメントの読み込みが終わった時に実行したい関数です)し、インスタンスのopenメソッドを、発行したいHTTPリクエストのタイプと、取得するドキュメントのURLを引数に指定して呼び、最後に実際にリクエストを送るsendメソッドを呼び出します。
結果: 63, 時間: 0.0346

トップ辞書のクエリ

英語 - 日本語