| ★ wanayoo — archive 1999 http://www.webtechniques.com/sourcecode/1997/08/junk/3.lst | Nouvelle recherche | Portail wanayoo |
|
|
|||
| | home | current issue | archives | source code | events | demo express | search | editorial calendar | advertising | customer service | author guidelines | jobs | about | |||
|
|
|||
function displayFlag(flagToDisplay) {
document.envoyPlugin.setCurrentPage(flagToDisplay)
document.envoyPlugin.executeCommand(601)
<FORM NAME="myForm">
<EMBED NAME="envoyPlugin"
SRC="/old?u=http%3A%2F%2Fwww.tumbleweed.com%2Fevy%2Fflags.evy&y=1999" WIDTH=300
HEIGHT=250
BORDER=0 INTERFACE=STATIC ZOOM=fitwidth
PLUGINSPAGE="http://www.tumbleweed.com/plugin.htm">
<H2> Select a flag to display:</H2>
<INPUT TYPE="radio" NAME="flagToDisplay"
onClick="displayFlag(1)"> U.S.
<INPUT TYPE="radio" NAME="flagToDisplay"
onClick="displayFlag(4)"> Germany
<INPUT TYPE="radio" NAME="flagToDisplay"
onClick="displayFlag(8)"> Canada
<INPUT TYPE="button" NAME="test" VALUE="Get Number of Embeds"
onClick="alert('Number of embedded plug-ins in this document: '
+ embeds.length)"