Hello,
I have a problem with the following code used for a thumbnail page
generated by javascript inside the tiddler :
--------------------------------
txt[p++]="Tropheus moori";
txt[p++]="Xenomystus nigri";
txt[p++]="Xenotilapia papilio";
txt[p++]="Xiphophorus variatus";
txt[p++]="Xyphophorus helleri";
txt[p++]="Xyphophorus maculatus";
for (n=0;n<p;n++)
{
slide=slide+'<div style="width:150px;height:150px;float:left"><a
href="medias/applications/atlas/photos/'+txt[n]+'.jpg" target=_blank
><img src="medias/applications/atlas/photos/'+txt[n]+'-140x100.jpg"
frameborder=0 width=140 height=100 alt="Photo n°'+n+'. '+txt[n]+'" ></
a><br>#'+n+' '+txt[n]+'<a href="index.html#tiddler:'+txt[n]+'"
target="parent"> Fiche</a></div>'
}
document.Write("<html>"+slide+"</html>");
----------------------------------
Trying to link to the tiddler "Xyphophorus maculatus" for exemple
opens 2 tiddlers non existing labelled "Xyphophorus" and "maculatus"
instead of "Xyphophorus maculatus" that is an existing tiddler. Tryed
almost everything (combination of ' " and %20) I thought without
results.
Any ideas ?
Thank you for your help.
Dadoo
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywiki?hl=en.