> <html><nowiki><form 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>
> </div><hide 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...

<html><nowiki>
<a href="http://www.domainname/testsql/printpdf.php";
target="responseframe">Pedir</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 [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.

Reply via email to