[tw] Re: Help with php / tiddlywiki playing together

2011-11-26 Thread skye riquelme
Hi Again...thanks Eric... that works...sorta!

The database contains references, with their urlsin the output
(print) I used something like
print [[.$info['url'] . ]];
thinging that TW would see this a linkbut in the iframe it just
writes the text [[ the url data ]]...as text. how can I have TW
understand the output as TW markup?

Thanks
Skye



On 25 nov, 22:45, Eric Shulman elsdes...@gmail.com wrote:
  htmlnowikiform method=GET action=http://www.domainname/testsql/
  printpdf.php target=responseframe  style=display:inline
  input name=type style=width40px; value=type
  onfocus=this.select()
  input type=submit value=Pedir onclick='
  var type=this.form.type.value;
  '
  /form
  div class=fine style=text-align:center;display:none
          server response:br
  iframe src= name=responseframe id=responseframe marginheight=0
  style=display:block;border:0;padding:0;margin:0;width:100%;height:
  10em;/frame
  /divhide linebreaks/html

  At this stage the printpdf.php file only generates a simple text
  message...which I can see if I hit printpdf.php directly with my
  browser.  But that message does not get sent back and/or displyed in
  the tiddler!!!

  How can I get the output of printpdf.php to appear inside the above
  iframe?

 Try this simpler approach using just a link and an iframe.  If it
 works, then you can start building from there...

 htmlnowiki
 a href=http://www.domainname/testsql/printpdf.php;
 target=responseframePedir/a
 iframe src= name=responseframe id=responseframe marginheight=0
    style=display:block;border:0;padding:0;margin:0;width:100%;height:
 10em;
 /iframe
 /html

 enjoy,
 -e
 Eric Shulman
 TiddlyTools / ELS Design Studios

 
 TiddlyTools needs YOUR financial support...
 Help ME to continue to help YOU...
 make a generous donation today:
    http://www.TiddlyTools.com/#Donations

 Professional TiddlyWiki Consulting Services...
 Analysis, Design, and Custom Solutions:
    http://www.TiddlyTools.com/#Contact

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Help with php / tiddlywiki playing together

2011-11-25 Thread Eric Shulman
 htmlnowikiform method=GET action=http://www.domainname/testsql/
 printpdf.php target=responseframe  style=display:inline
 input name=type style=width40px; value=type
 onfocus=this.select()
 input type=submit value=Pedir onclick='
 var type=this.form.type.value;
 '
 /form
 div class=fine style=text-align:center;display:none
         server response:br
 iframe src= name=responseframe id=responseframe marginheight=0
 style=display:block;border:0;padding:0;margin:0;width:100%;height:
 10em;/frame
 /divhide linebreaks/html

 At this stage the printpdf.php file only generates a simple text
 message...which I can see if I hit printpdf.php directly with my
 browser.  But that message does not get sent back and/or displyed in
 the tiddler!!!

 How can I get the output of printpdf.php to appear inside the above
 iframe?


Try this simpler approach using just a link and an iframe.  If it
works, then you can start building from there...

htmlnowiki
a href=http://www.domainname/testsql/printpdf.php;
target=responseframePedir/a
iframe src= name=responseframe id=responseframe marginheight=0
   style=display:block;border:0;padding:0;margin:0;width:100%;height:
10em;
/iframe
/html


enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios


TiddlyTools needs YOUR financial support...
Help ME to continue to help YOU...
make a generous donation today:
   http://www.TiddlyTools.com/#Donations

Professional TiddlyWiki Consulting Services...
Analysis, Design, and Custom Solutions:
   http://www.TiddlyTools.com/#Contact

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.