home *** CD-ROM | disk | FTP | other *** search
- VERSION BUILD=300003
- 'Uses a Windows script to submit several datasets to a website, e. g. for filling an online database
- URL GOTO=http://www.iopus.com/iim/testform.html
- ' The folling line is only a safeguard. If the macro is NOT started with a command line or script parameter
- ' it takes the wsh-datasource-1.txt as default value.
- CMDLINE !DATASOURCE wsh-datasource-1.txt
- ' Fill web form
- TAG TYPE=INPUT:TEXT FORM=NAME:TestForm2 ATTR=NAME:Name CONTENT={{dataset-title}}
- TAG TYPE=TEXTAREA FORM=NAME:TestForm2 ATTR=NAME:Remarks CONTENT={{dataset-item1}}
- ' Submit Data
- TAG TYPE=INPUT:SUBMIT FORM=NAME:TestForm2 ATTR=NAME:SendButton&&VALUE:Click<SP>to<SP>order<SP>now
-