J
James Wong
Hi everybody,
I'm developing a web service using VB.NET which calls a web form to let user
input something. In web service, I use Server.Execute ("WebForm.aspx") to
load and execute the web input form. But the browser (IE6) says there is a
missing necessary space on the following declaration statement:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
I don't know what whether I use the wrong way to get my goal which is
1. load a web form
2. user input value on web form
3. user click "finish" button on web form
4. close web form and return input value to caller (web service)
5. process the input value
6. return result to client of web service
Thanks for your kindly help and advice!
Regards,
James
I'm developing a web service using VB.NET which calls a web form to let user
input something. In web service, I use Server.Execute ("WebForm.aspx") to
load and execute the web input form. But the browser (IE6) says there is a
missing necessary space on the following declaration statement:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
I don't know what whether I use the wrong way to get my goal which is
1. load a web form
2. user input value on web form
3. user click "finish" button on web form
4. close web form and return input value to caller (web service)
5. process the input value
6. return result to client of web service
Thanks for your kindly help and advice!
Regards,
James