Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Delay text print?

Status
Not open for further replies.

Montroze

Technical User
Apr 20, 2001
113
CA
In this lotto code I would like the 'These could be winners' to print out below the random numbers after they are generated, what command would I use...or can it even be done?

<BODY>
<table border='0' width=250 height=50>
<tr valign='middle'>
<td align='center'>
<form name=form>
<input type=button value='Lottery Number Picker' onClick=&quot;lotto(),setTimeout('clearTimeout(T)',2000)&quot;>
</form>
<span id=layer1 class=a1><font color=&quot;black&quot;>Your Quick Pick</span><br>
These could be winners!
</td>
</tr>
</table>


</BODY>
</HTML
 
Set the content in a layer and make it visible if u want
it be done on some specific conditions
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top