Go Back   Forum > OT-Forum > OT - Forum

LOGIN

Register FAQ Live Now! Rules Live TV Arcade Search Today's Posts Mark Forums Read





× GAME+: Log in to play over 5000 free games and record your scores! / Accedi per giocare a oltre 5000 giochi gratuiti e registrare i tuoi punteggi!. Play Now!
× Notice: This forum is read-only.The content of the community may not be verified or updated. More info
Prev Previous Post   Next Post Next
  #1  
Old 04-03-2007, 04:50 PM
ABNormal ABNormal is offline
Administrator
 
ABNormal's Avatar
 

Join Date: May 2005
Posts: 3,978
ABNormal is on a distinguished road
Send a message via ICQ to ABNormal Send a message via MSN to ABNormal Send a message via Yahoo to ABNormal
Default

problema tra javascript e post_


ho il solito problemino di programmazione spero che Ogher o qualcun altro sappia aiutarmi.
devo far aprire all'interno di una pagina un filmato FLV "casuale".... mi spiego:
attualmente il file è
< embed src="http://www.xxx.yyy/flvplayer.swf?file=http://www.xxx.yyy/film01.flv"

dove il file deve essere cambiare in modo random.

avevo trovato questo script:
Quote:
< SCRIPT LANGUAGE="JavaScript">
< !-- Begin
var howMany = 2; // max number of items listed below
var page = new Array(howMany+1);
page[0]="first-random-page.html";
page[1]="second-random-page.html";
page[2]="third-random-page.html";

function rndnumber(){
var randscript = -1;
while (randscript < 0 || randscript > howMany || isNaN(randscript)){
randscript = parseInt(Math.random()*(howMany+1));
}
return randscript;
}
quo = rndnumber();
quox = page[quo];
window.location=(quox);
// End -->
< /SCRIPT>
< /HEAD>

che prevede l'apertura di una pagina random. a me interessa che il valore di quox venga, nel body della pagina trasformato nella variabile che attualmente è film01.

immagino che sia una questione di programmazione php.
tenere presente che la pagina dove tutto questo si svolge è già di per sè un php, se ciò comportasse problemi....

sperando innanzitutto di essere stato un minimo comprensibile, attendo fiducioso....

ABN
__________________
«Fino a quando il colore della pelle sarà più importante del colore degli occhi ci sarà sempre la guerra.» Bob Marley


Reply With Quote





All times are GMT +2. The time now is 01:28 AM.


Powered by: vBulletin Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.