[Mono-list] Javascript library no longer available in Mono 1.1.9.1
Carl Olsen
carl at carl-olsen.com
Mon Oct 3 20:54:26 EDT 2005
Sorry to be so stupid, but it's easier to ask here than to spend time trying
to figure out what's going on (I'll probably do both).
I have a datagrid with a button command control that renders itself as some
kind of javascript submit function called "__doPostBack, which looks like
this:
<a href="javascript:__doPostBack('DataGridSenators:_ctl4:_ctl0c','')"><img
border='0' src='Images/Message.gif'></a>
When I run this under Mono 1.1.9.1, I don't get the javascript function at
the top of the page. When I run it under IIS6, I get the javascript. I
assume I need to have a default javascript library installed somewhere
accessible to my web app.
I could probably hard code the javascript function into the page, but it was
working just fine in Mono 1.1.8, and I'm sure there's a more graceful
approach to fixing this.
Can anyone tell me what I need to do to fix this?
Thank you!
Carl Olsen
http://www.carl-olsen.com/
More information about the Mono-list
mailing list