Live Search Widget in asp.net pages
10.46.29 Maciek: oh so here is the deal
10.46.32 Maciek: we use ASP.NET
10.47.25 Maciek: ASP.NET requires the whole page to be wrapped in a <form> element maintained by ASP.NET engine
10.48.03 Maciek: the widget is basically another form that becomes a nested form because of the global ASP.NET form
10.48.12 Maciek: browsers ignore nested forms
</form>
The more people who report this problem, the more it gets noticed.
The best solution from the company
-
Audun, here's two possible workarounds.
1) Use the API and build your own custom form. Do a postback to your server and then make an HTTP request to:
http://api.getsatisfaction.com/compan...
That url will give you back an atom feed you can parse and present on your end.
2) Embed the widget in an iframe on your page.
I’m soooo glad I no longer work in crappy asp.net
The company and 3 other people say
this solves the problem
-
Inappropriate?Audun, here's two possible workarounds.
1) Use the API and build your own custom form. Do a postback to your server and then make an HTTP request to:
http://api.getsatisfaction.com/compan...
That url will give you back an atom feed you can parse and present on your end.
2) Embed the widget in an iframe on your page.
I’m soooo glad I no longer work in crappy asp.net
The company and 3 other people say
this solves the problem
Loading Profile...




EMPLOYEE