Hi All.

Been busy and away from tiddlywiki action for a while. Now returning
to an old idea of mine....using TW to interact with a database of
references.

I have managed to get a simple form working, that creates a
newTiddler.....sends me an email that a new reference was created (by
a student) and then puts that data into a mySQL database.

Now I am trying to get the data back into a TW.

I have a simple form that sends a request to the SqlServer...its a
simplified version of Erics Contact tiddler -

<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?


Thanks in Advance
Skye

-- 
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.

Reply via email to