Re: Using wodXmpp in HTML (General questions)
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:
- Using wodXmpp in HTML - Guramrit Singh, 2011-08-31, 10:30
- Re: Using wodXmpp in HTML - woddrazen, 2011-08-31, 10:46
- Re: Using wodXmpp in HTML - Guramrit Singh, 2011-08-31, 11:47
- Re: Using wodXmpp in HTML - Guramrit Singh, 2011-08-31, 12:10
- Re: Using wodXmpp in HTML - woddrazen, 2011-08-31, 12:18
- Re: Using wodXmpp in HTML - Guramrit Singh, 2011-08-31, 12:32
- Re: Using wodXmpp in HTML - woddrazen, 2011-08-31, 12:42
- Re: Using wodXmpp in HTML - Guramrit Singh, 2011-08-31, 12:32
- Re: Using wodXmpp in HTML - woddrazen, 2011-08-31, 12:18
- Re: Using wodXmpp in HTML - Guramrit Singh, 2011-08-31, 12:10
- Re: Using wodXmpp in HTML - Guramrit Singh, 2011-08-31, 11:47
- Re: Using wodXmpp in HTML - woddrazen, 2011-08-31, 10:46