This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
Web Server - Ask For Help / Re: jQuery Accordian Tabs
« on: March 07, 2011, 07:21:43 AM »
I have the same problem.
What would be the fix?
Mihai
What would be the fix?
Mihai
2
Web Server - Ask For Help / NetTalk v5 Samples and Screenshoots
« on: February 08, 2010, 12:10:46 AM »
Hello everybody,
Is somewhere posted some examples made with NetTalk v5 or maybe, some screenshots of what can be done with the new features of NetTalk v5?
Thank you,
Mihai PALADE
Is somewhere posted some examples made with NetTalk v5 or maybe, some screenshots of what can be done with the new features of NetTalk v5?
Thank you,
Mihai PALADE
3
The Rest - Ask For Help / Re: Web Services - Obtaining List of Functions and Parameters
« on: September 24, 2009, 01:01:27 PM »
Any news of this subject?
Thank you,
Mihai PALADE
Thank you,
Mihai PALADE
4
Web Server - Ask For Help / Re: Integrate openID Login Box (Plugin)
« on: May 06, 2009, 10:39:28 AM »
Further investigating:
I managed to generate exactly the source code below, using Nettalk:
This HTML page can be seen perfectly if loaded from a file on HDD, but at runtime I get JavaScript errors. Of course, all the *.js files referenced by OpenIDLoginBox plugin are in the "scripts" subfolder (I also tried to put them directly in "web" subfolder - the effect is the same, not working).
Mihai PALADE
I managed to generate exactly the source code below, using Nettalk:
Code: [Select]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>OpenID Login Box</title>
</head>
<body style="padding: 50px">
<div id="openidloginbox" style="width:270px; border:1px solid lightblue; padding:2px;"></div>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="jquery.cookie.js"></script>
<script type="text/javascript" src="jx-base-0.61.min.js"></script>
<script type="text/javascript" src="openidloginbox.config.js"></script>
<script type="text/javascript" src="openidloginbox-0.2.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$("#openidloginbox").append(OpenID.LoginBox);
OpenID.LoginBox.doLayout();
});
</script>
<script>bodyOnLoad();</script>
</body>
</html>
This HTML page can be seen perfectly if loaded from a file on HDD, but at runtime I get JavaScript errors. Of course, all the *.js files referenced by OpenIDLoginBox plugin are in the "scripts" subfolder (I also tried to put them directly in "web" subfolder - the effect is the same, not working).
Mihai PALADE
5
Web Server - Ask For Help / Integrate openID Login Box (Plugin)
« on: May 04, 2009, 03:03:58 PM »
Hello,
I am testing WebServer a little bit a try to obtain the same effect as:
http://openid.myofiz.com/login.example.html
using the NetTalk web server.
I deploy the HTML and script files in the corresponding subfolders, I check for the right references, but I get errors at runtime, like the one attached. It seems that is related to the permission of running scripts.
Any ideea what am I missing?
Thank you,
Mihai PALADE
[attachment deleted by admin]
I am testing WebServer a little bit a try to obtain the same effect as:
http://openid.myofiz.com/login.example.html
using the NetTalk web server.
I deploy the HTML and script files in the corresponding subfolders, I check for the right references, but I get errors at runtime, like the one attached. It seems that is related to the permission of running scripts.
Any ideea what am I missing?
Thank you,
Mihai PALADE
[attachment deleted by admin]
Pages: [1]