問題タブ [web-content]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
49 参照

actionscript-3 - webStage View を使用して特定のコンテンツのみを AS3 コードで表示する

Web ページの一部だけをアプリに表示したいと考えています。この Web サイトでは、アプリで div id "MovieCart" のみを表示したいと考えています。

ここに画像の説明を入力

そのためには、as3 コードに何を記述すればよいですか?

今のところ、次の行があります。

しかし、もちろん、それは完全な Web ページを表示しています。


編集

だから、私はこれを試しました:

ただし、AIRアプリExternalInterface.callなので通話はできません。何か案が ?

0 投票する
0 に答える
174 参照

templates - Liferayで構造日付フィールドが無効になっているWebコンテンツテンプレートをチェックインするには?

LiferayでWebコンテンツ/構造フィールドが無効になっていることを確認するには?

どんな助けでも感謝します。

ありがとう

0 投票する
1 に答える
2315 参照

powershell - Get First Search Result from google

I am currently attempting to use Powershell to scrape link pages from a specific site. Have knocked up a variation of the current code but it is essential the same.

I am attempting to get the URL for the search google search result. I have added the below screenshot to explain what i am hoping to grab.

enter image description here

I so far have the following code which is converting the text to a successful search and is working as expected.however when called with the Invoke-WebRequest i dont get any meaningful results. when using a browser with the link it works sucsessfully

Can anyone kindly assist in regards to this problem?