Scripting question
Hi,
I think I've almost successfully created a script for a certain engine, but I'm afraid it's not submitting my article correctly. I imagine that SER is doing a form submit after whatever in [STEP*] has been executed, but there is no such thing on the page I'm trying to submit, instead the button to publish looks like this:
<input name="content[save]" title="bla bla bla.. or use the hotkey" class="Xaction" accesskey="e" type="submit" value="Save">
I've changed some of the text as I want to keep the engine a secret as I believe I've struck gold. I know it's very selfish and yet I'm still asking for help how to make SER do a submission when the "submit" button's html is the above.
Comments
use...
form name=*Save
and SER should pick the right form and button unless there are more than one Save buttons.