Filling html form vars with values

Post Reply
AHF
Posts: 837
Joined: Fri Feb 10, 2006 12:14 pm

Filling html form vars with values

Post 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
Jack
Posts: 249
Joined: Wed Jul 11, 2007 11:06 am

Post 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 .
AHF
Posts: 837
Joined: Fri Feb 10, 2006 12:14 pm

Post by AHF »

How can I fill it ?
html page is with a frontpage form.

Antonio
User avatar
Enrico Maria Giordano
Posts: 7355
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Contact:

Post 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
User avatar
ukoenig
Posts: 3981
Joined: Wed Dec 19, 2007 6:40 pm
Location: Germany
Contact:

Filling HTML with vars

Post 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:
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
Post Reply