Page 1 of 1

Filling html form vars with values

Posted: Sat Jan 05, 2008 11:14 am
by AHF
Hello,

Does anyone knows how to build a string to iexplore in order to open a page with the form vars already populated with values.

Antonio

Posted: Sat Jan 05, 2008 11:23 am
by Jack
Try to open the HTML file as a text file.
Change the value with strtran function
Save all as html file
Open this file with ie .

Posted: Sat Jan 05, 2008 12:14 pm
by AHF
How can I fill it ?
html page is with a frontpage form.

Antonio

Posted: Sat Jan 05, 2008 12:21 pm
by Enrico Maria Giordano
It's not so easy. You must identify the various input type tags and replace (or add) the value clause.

EMG

Filling HTML with vars

Posted: Sat Jan 05, 2008 5:55 pm
by ukoenig
I created a Form with Namo-Webeditor
with tables and more.
At all places where i want to see a var
i put the var-name like ?var1? ....
Afterwards i used a editor to replace the ?var?
with the database-fields like (1)->customer and so on.
Inside the html you can to calculations and more.
It works fine like that.

Greetings from Germany :lol:

Re: Filling HTML with vars

Posted: Sat Jan 05, 2008 6:10 pm
by Enrico Maria Giordano
Yes, nice solution if AHF is the author of those HTML pages.

EMG