Queue() method


Elements/Objects that the method can be called on

 

Example

<prompt id="p1" prefetch="true">
    <content href="http://mybank/getStockName.asp?id=1" />
    <content href="http://mybank/getStockValue.asp?id=1" />
</prompt>
<prompt id="p2" prefetch="true">
    <content href="http://mybank/getStockName.asp?id=2" />
    <content href="http://mybank/getStockValue.asp?id=2" />
</prompt>

<body onload="p1.Queue();">
...
    <input type="button" value="play" onclick="PromptQueue.Start(); p2.Queue();" />
    <input type="button" value="next" onclick="PromptQueue.Stop(); PromptQueue.Start();"/>
...
</body>

 

Extra info

For details on usage of this element, see the SALT Specification, Version 1.0.