Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
blocks:app-note:basic-interaction-from-a-custom-web-page [2021-05-01 15:27]
admin Added link to code tools article
blocks:app-note:basic-interaction-from-a-custom-web-page [2021-05-01 15:33]
admin Added illustration
Line 16: Line 16:
   - Open a second browser window to the same address as the editor window, but replace /edit/xxx with /public/html/WebTask.html to open the custom web page (see below).   - Open a second browser window to the same address as the editor window, but replace /edit/xxx with /public/html/WebTask.html to open the custom web page (see below).
   - Click the //One// button.   - Click the //One// button.
 +
 +{{ :blocks:app-note:custom-web-page:customwebpage.png?nolink |}}
  
 When you click the button, the "Started" message will be logged on the Task page in the Editor. When you click the button, the "Started" message will be logged on the Task page in the Editor.
Line 106: Line 108:
 ==== Next Step ==== ==== Next Step ====
  
-While the above example may be perfectly adequate for what you want to accomplish, the application note titled "Advanced Interaction from a Custom Web Page" provides more options, including real-time bidirectional communication between Blocks and a custom web page.+While the above example may be perfectly adequate for what you want to accomplish, the application note titled "[[blocks:app-note:interacting-from-a-custom-web-page|Advanced Interaction from a Custom Web Page]]" provides more options, including real-time bidirectional communication between Blocks and a custom web page.