Yeah ! The Lab section is meant to display short experiments and other tests. Obviously, in this script, labels and hyperlinks are not implemented yet. Any volunteer to finish it?
i try to make text and link as array you can see code : change this var value to array cont var nbp = 6;
and make array under nbp var like this var textarr=new Array(); textarr[1]=”Urorbit”; textarr[1]=”bassam”; textarr[2]=”<a href=’http://www.urorbit.com’>LINK</a>”; textarr[3]=”saprinna”; textarr[4]=”essa”; textarr[5]=”ahmmad”; textarr[6]=”other”;
after that change this line : txt.innerHTML = ‘Menu ‘ + i; with this one : txt.innerHTML = textarr[i];
Hi,
I am a beginner with HTML and PHP.
I am trying to add the modification that Urorbit suggests but it doesn’ t work.
I think it comes from var textarr=new Array(); I probably don’t put it at the right place.
Could you please give me some help? Thank you in advance.
if you are the founder of one of the participant in http://www.dhteumeuleu.com really well done. it is really clear and a big source of insipiration.
Best regards,
Fabien
Hey man..Nice Re-Design…. Love your work as usual!!!!!
Nice ! But, Hows to use with links ??
Yeah ! The Lab section is meant to display short experiments and other tests. Obviously, in this script, labels and hyperlinks are not implemented yet. Any volunteer to finish it?
i try to make text and link as array
you can see code :
change this var value to array cont
var nbp = 6;
and make array under nbp var like this
var textarr=new Array();
textarr[1]=”Urorbit”;
textarr[1]=”bassam”;
textarr[2]=”<a href=’http://www.urorbit.com’>LINK</a>”;
textarr[3]=”saprinna”;
textarr[4]=”essa”;
textarr[5]=”ahmmad”;
textarr[6]=”other”;
after that change this line :
txt.innerHTML = ‘Menu ‘ + i;
with this one :
txt.innerHTML = textarr[i];
enjoy
Well done, thanks
Another solution would consist in using actual anchor tags, like I do in that script: http://www.dhteumeuleu.com/dhtml/link-FX.html
I’m not a professional in javascript using usually jquery, but I’m good in PHP:)
ur ex. is power full , may i use it in my site
thank you
Hi,
I am a beginner with HTML and PHP.
I am trying to add the modification that Urorbit suggests but it doesn’ t work.
I think it comes from var textarr=new Array(); I probably don’t put it at the right place.
Could you please give me some help? Thank you in advance.
if you are the founder of one of the participant in http://www.dhteumeuleu.com really well done. it is really clear and a big source of insipiration.
Best regards,
Fabien