Closed GoogleCodeExporter closed 8 years ago
Thank you for the bug report, but I'm struggling to understand the problem.
'It does work in IE but work in Chrome/Mozilla' - do you mean it does NOT work?
Are you able to be a bit more specific about the error? Could you use Firebug
or a
similar to tool to view the responses from the server and post them here?
Original comment by willis...@gmail.com
on 1 Jun 2010 at 11:23
Sorry for my mistake.
Actually it does not work in IE 8 but works in Chrome and Mozilla. The code i
used is
as follows.
<%@ Page Language="C#" AutoEventWireup="true"
CodeBehind="FrmFunWithAspCalender.aspx.cs"
Inherits="FaraziTFAllWeb.FrmFunWithAspCalender" %>
<!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>Untitled Page</title>
<link rel="stylesheet" type="text/css" media="screen" href="css/spellchecker.css"
/>
<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.spellchecker.js"></script>
<script language="javascript" type="text/javascript">
// initiate the spell checker on an element, then fire off the 'check' function
$("ttt#text-content")
.spellchecker({
lang: "en",
engine: "google"
})
.spellchecker("check");
</script>
<style type="text/css">
#ttt
{
height: 84px;
width: 308px;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<div>
<div style="text-align: center; font-family: Times New Roman;">
<textarea id="txtArea" cols="25" rows="5"></textarea>
<input type="text" id="ttt" />
</div>
</div>
</form>
</body>
</html>
Thanks
-- Farazi
Original comment by Jajab...@gmail.com
on 1 Jun 2010 at 11:31
Are you able to give me the server responses or a screenshot? What exactly is
the issue?
You say it's working in Chrome and Mozilla, I assume you're using the default
PHP
server script?
It would be a great help if you could try be more specific..
Original comment by willis...@gmail.com
on 1 Jun 2010 at 11:34
Wills,
Please can you tell me how to connect to Asp.net port, bec i dont want to use
Php my server does not support PHP i am using asp.net mvc, please can you tell
me what is the best way to use the URL to connect Asp.net
Original comment by srach...@gmail.com
on 20 Oct 2010 at 9:07
Original comment by willis...@gmail.com
on 3 Nov 2012 at 8:35
Original issue reported on code.google.com by
Jajab...@gmail.com
on 1 Jun 2010 at 9:58