Unfortunatly the page testa.asp has also included pages, for example the
menu.asp
I not can use the frame but I would use the included random
The script that you give me is in the page
http://www.palermoclub.com/index2.asp
We are some error.
It's inpossible to use the included page random? Whitouth frames?
Your script is very interesting, but for my problem it not resolving.
Excuse me for my English, but i have study French, and now, I speak only
Italian, and I don't speak italian very well ;-)
Alessandro
"Evertjan." <exjxw.hannivoort@interxnl.net> ha scritto nel messaggio
news:Xns9485AFEDCEBB3eejj99@194.109.133.29...[color=blue]
> alessandro wrote on 04 feb 2004 in
> microsoft.public.inetserver.asp.general:
>[color=green]
> > Salve volevo sottoporvi un problema
> > ho un index in
http://www.palermoclub.com che utilizza
> > diverse inclusioni testa.asp per la testata
> > centro.asp per il centropagina
> > sotto.asp per il piS dipagina
> >
> > per dare un p. di vivacit. al mio sito volevo creare una
> > visualizzazione random dell'inclusione centro.asp
> > Ho realizzato diversi centro: centro.asp, centro1.asp,
> > centro2.asp
> > ecc.ecc. Come fare per randomizzare l'inclusione centro.asp
> > Esiste la possibilit.?
> > Vi sarei molto grato
> > Saluti[/color]
>
> Mi scusi di non comprendere e respondare in Italiano.
>
> If we are talking frames:
>
> <%
> Randomize
> r = Int(3 * Rnd)
> if r=0 then
> randomname = "centro.asp"
> elseif r=1 then
> randomname = "centro1.asp"
> else
> randomname = "centro2.asp"
> end if
> %>
>
> <frameset rows="100,500,*">
> <frame src="testa.asp">
> <frame src="<%=randomname%>">
> <frame src="sotto.asp">
> <noframes>
> <body>
> </body>
> </noframes>
> </frameset>
>
> not tested
>
> --
> Evertjan.
> The Netherlands.
> (Please change the x'es to dots in my emailaddress)[/color]