Hello,
I'm creating a webspeed application.
I've got procedure test.p who call a html page, like that:
------ Test.p ----------
run tst.html.
------------------------
This procedure is ok but in my navigator( IE 6), I've got this adress:
http://localhost/scripts/cgiip.exe/WService=wsbroker1/Test.p
And when I submit the html page(tst.html), it's running Test.p, and i lost my data.
How can I do to have:
http://localhost/scripts/cgiip.exe/WService=wsbroker1/tst.html in the navigator or How can I stop Test.p for submit my page.
Thanks a lot for your response
I'm creating a webspeed application.
I've got procedure test.p who call a html page, like that:
------ Test.p ----------
run tst.html.
------------------------
This procedure is ok but in my navigator( IE 6), I've got this adress:
http://localhost/scripts/cgiip.exe/WService=wsbroker1/Test.p
And when I submit the html page(tst.html), it's running Test.p, and i lost my data.
How can I do to have:
http://localhost/scripts/cgiip.exe/WService=wsbroker1/tst.html in the navigator or How can I stop Test.p for submit my page.
Thanks a lot for your response