> I'm trying to input a fieldvalue into a url in an iframe... > > Like this: > - replace 127.0.0.1 with the ipaddress to the pc, which runs the > server! <<edit ip>> > <html><div align="center"><iframe src="http://<<wikify "[%0]" ip@>>/ > moodle/" frameborder="0" width="100%" height="600"></iframe></div></ > html>
You need to provide the entire "<html>...</html>" sequence as the format string for the <<wikify>> macro, like this: <<wikify [[<html><div align="center"><iframe src="http://%0/moodle/" frameborder="0" width="100%" height="600"></iframe></div></html>]] ip@>> -e --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

