You are not logged in.
Pages: 1
Hi to all, i was wondering if xinha works with asp, is any config that i lost?
i followed all the newbie guide but still not working . If i change the asp for html works fine. hope you can help me, thanks.
Offline
xinha doesn't need any server-side scripting-language
(except for some plugins like ImageMAnager or SuperClean)
you don't need any special configuration if you use asp.
what errors do you get?
could post post a demo-page?
Niko
Offline
You shouldn't be altering .html files to .asp, that would probably break linkage in the existing files. What you should do is verify that Xinha is working on your machine / server (Which I guess it does). To integrate this with ASP (PHP, Perl, .NET whatever) you will need to "integrate" the .js code and customize your Xinha instance. Should be really straight forward.
As Niko is saying, Xinha has nothing in itself todo with either PHP or ASP as Xinha is a Javascript application. I would recommend you have another go with your problem and don't start renaming files in an existing setup... That usually tends messing up things,
Regards,
Kim Steinhaug
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
www.steinhaug.com - www.easywebshop.no - www.easycms.no
Last edited by kimss (2006-02-27 19:21:44)
Offline
i have problem with attribute runat. if i haven't runat xinha works very well, but if i add runat="server" to teaxtarea xinha doesn't load. I hope you can help me
Last edited by kate (2007-05-10 14:11:57)
Offline
Kate,
Are you running .asp or asp.net?
I have xinha working in .NET perfectly. I did have issues initially (mainly to do with config) but since then, it is perfect.
Are you using a HTML control or a .NET textbox control? My system uses the .NET textbox set to multiline. All I then do is to pass the textbox name into the config JS file. Nothing special, it just works. I don't know what happens though if you are using the HTML version of the textbox.
Offline
Pages: 1