Hi All

I think I am overlooking something very basic......

I have some javascript code that generates lines in a format like
'<html><a href="url.php?var1=value1&var2=value2>linkName</a></
htm>'......... in theory pressing the text "linkName" should send the
variables off to be processed by the php code.  But it doesnt.

If I copy the whole "url.php?......value2" text and paste it into the
browser...the variables are correctly passed and the php file does its
thing correctly.  So the php file is working and the url is correctly
composed.......

Ideally what I would like is that the original javscript generates
text that automatically passes the variables to the php file.......is
that possible? What would be the format of the output text????

I tried generating format like  '[[linkName|url.php?.......]]' - which
course works (I have to manually click ) but it closes the TW so that
the php code returns can be displayed.

Any ideas on how to have my code automatically send the data to the
php file?.....without manual support.

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