PlanoTse Handbook for Job Search Automation/Mixing PlanoTseScript with HTML
Mixing PlanoTseScript with HTML
editYou can mix your source code in PlanoTseScript with your source code in HTML. If you do not want your source code in PlanoTseScript shows up in your HTML output, mark it up as a comment in HTML. The example below shows both cases in blue and red. You do not need to use the comment tags (in red) if you only need to program in PlanoTseScript and don't worry about any HTML output.
To have such an ordered list, you need to use ordered-list tag (ol) as well as list-item tag (li) in HTML as shown in the following box, HTML for Your Ordered List:
HTML for Your Ordered List <ol>
</ol> |
Demo Section
editDo the following steps:
- Open your Note item, which was created by the steps in the demo section in the previous topic.
- Press the Steps button.
- Insert the following source code somewhere in the input box: { say hello; }
- Press the button Save & Close.
- Press the Run button and see the result of your code.
You need to include the curly brackets, '{' and '}', or your code in PlanoTseScript will not run. |
What to do now Do the above steps then click on the link, First Lesson in PlanoTseScript, for the next topic. |
This page is part of The Shortest Route, which is the shortest sequence of pages that would as quickly as possible bring you to the point where you can start using PlanoTse effectively for either job search automation or any other application in the mining of global data from the World Wide Web. |