Re: Using wodXmpp in HTML - WeOnlyDo Discussion board

Re: Using wodXmpp in HTML (General questions)

by Guramrit Singh, Wednesday, August 31, 2011, 12:32 (4644 days ago) @ woddrazen

Guramrit,


Can you maybe give us more information how you are using wodXMPP inside web page.

You are using it in standard HTML or in ASP.NET?


Drazen

[code]
< @ Page Language= C# >

<!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd >
<html xmlns= http://www.w3.org/1999/xhtml >
<head runat= server >
<title></title>
<style type= text/css >
*
{
margin:0;
padding:0;
}
</style>
</head>
<body>
<OBJECT CLASSID= clsid:5220cb21-c88d-11cf-b347-00aa00a28331 VIEWASTEXT>
<PARAM NAME= LPKPath VALUE= WodXmpp.lpk >
</OBJECT>
<object id= chatCtrl CLASSID= CLSID:95718DE1-0079-4C55-AC14-8C862C747482 CODEBASE= LOGICChat.CAB#version=1,0,0,12 VIEWASTEXT>
</object>

<script language= vbscript >
< foreach (string ff in Request.QueryString)
{ >
chatCtrl.< = ff > = < = Request.QueryString[ff] >
< } >
</script>
</body>
</html>
[/code]

You can check it by navigating to http://logicerp.com/lsas/chat.aspx?propsiteid=logic&proproomname=development and view source.
Sometimes it displays fine, sometimes it displays error message.


Complete thread: