Thanks Eric!! I was just wondering if I could replace %0 with a wikified tiddlervalue instead?
This way I would only have to input the ip once, thereby inputting the correct ip-address in many tiddlers at once... Is there a way to accomplish this? <<wikify [[<html><div align="center"><iframe src="http://%0/moodle/" frameborder="0" width="100%" height="600"></iframe></div></html>]] tiddlerWhereIpIsInput>> Ys Måns Mårtensson On May 11, 10:20 pm, Eric Shulman <[email protected]> wrote: > > 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 -~----------~----~----~----~------~----~------~--~---

