Hi,
I need to pass a value from exhibit html page to PHP page.
something like below -
<form id="Form1" action="edit_resource.php" method="post">
<input type="hidden" name="item" value=".library_id"></input>
<input type="submit" value="Edit Entry"/>
</form>
Now this fails coz the value it passes to the PHP page is
".library_id"
But i want the value within this. somethig like what the following
would give
<span ex:content=".library_id"></span> -- this would give 00703
Please let me know if i am doing something wrong.
Thanks,
Harshal
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"SIMILE Widgets" 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/simile-widgets?hl=en
-~----------~----~----~----~------~----~------~--~---