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
Antonio H Ferreira
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
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 .
How can I fill it ?
html page is with a frontpage form.
Antonio
It's not so easy. You must identify the various input type tags and replace (or add) the value clause.
EMG
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 ![]()
Yes, nice solution if AHF is the author of those HTML pages.
EMG