Jump to content
php.lv forumi

Random


usrn4m3

Recommended Posts

Izmantojot javascriptu

<code><font color="#000000">
<script language="JavaScript" type="text/javascript">
var a=Array('text 1','text 2', 'text 3');
n=Math.round(Math.random()*2); 
document.write('<b>Random teksts:</b> '+a[n]);
</script></font>
</code>

Link to comment
Share on other sites

  • 2 years later...

darklow, vai kāds cits, vai ar šo tevis iedoto skriptu var izdarīt arī tā lai būtu vairāk kā 3 mainīgie teksti???

es itkā mēģināju un uztaisīju vel 2 tekstus klāt, bet tad nerādīja vispār nevienu tekstu :(

Edited by IM24LV
Link to comment
Share on other sites

Uh ku vecu topiku izraki..

 

Bet atbilde ir noteikti jā. Domāju ka diezgan liels skaits aktīvo foruma apmeklētāju var to izlabot. Un kāpēc tu nevari? Viss, kas ir jāzin ir šeit:

http://developer.mozilla.org/en/docs/Core_...rray#Created_by

http://developer.mozilla.org/en/docs/Core_...ects:Math:round

http://developer.mozilla.org/en/docs/Core_...cts:Math:random

Es gan darklow kodā būtu lietojis šādu rindiņu:

var n=Math.floor(Math.random()*a.length);

Link to comment
Share on other sites

×
×
  • Create New...