MODALPOPUP AJAX TOOL KIT
Sim estou, eu ja mudei e continua o mesmo erro.
<%@ Page Language=[Ô]vb[Ô] AutoEventWireup=[Ô]false[Ô] CodeBehind=[Ô]WebForm1.aspx.vb[Ô] Inherits=[Ô]Teste_Query.WebForm1[Ô] %>
<!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>
<script src=[Ô]Scripts/jquery-1.6.4.js[Ô] type=[Ô]text/javascript[Ô]></script>
<script src=[Ô]Scripts/jquery-1.6.4.min.js[Ô] type=[Ô]text/javascript[Ô]></script>
<script src=[Ô]Scripts/jquery.ui.dialog.js[Ô] type=[Ô]text/javascript[Ô]></script>
<script>
// increase the default animation speed to exaggerate the effect
$.fx.speeds._default = 1000;
$(function () {
$([Ô]#dialog[Ô]).dialog({
autoOpen: false,
show: [Ô]blind[Ô],
hide: [Ô]explode[Ô]
});
$([Ô]#opener[Ô]).click(function () {
$([Ô]#dialog[Ô]).dialog([Ô]open[Ô]);
return false;
});
});
</script>
</head>
<body>
<form id=[Ô]form1[Ô] runat=[Ô]server[Ô]>
<div>
<div class=[Ô]demo[Ô]>
<div id=[Ô]dialog[Ô] title=[Ô]Basic dialog[Ô]>
<p>This is an animated dialog which is useful for displaying information. The dialog window can be moved, resized and closed with the [ô]x[ô] icon.</p>
</div>
<button id=[Ô]opener[Ô]>Open Dialog</button>
</div><!-- End demo -->
<div class=[Ô]demo-description[Ô]>
<p>Dialogs may be animated by specifying an effect for the show and/or hide properties. You must include the individual effects file for any effects you would like to use.</p>
</div><!-- End demo-description -->
</div>
</form>
</body>
</html>
Olha o erro:
Microsoft JScript runtime error: Object doesn[ô]t support this property or method
<%@ Page Language=[Ô]vb[Ô] AutoEventWireup=[Ô]false[Ô] CodeBehind=[Ô]WebForm1.aspx.vb[Ô] Inherits=[Ô]Teste_Query.WebForm1[Ô] %>
<!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>
<script src=[Ô]Scripts/jquery-1.6.4.js[Ô] type=[Ô]text/javascript[Ô]></script>
<script src=[Ô]Scripts/jquery-1.6.4.min.js[Ô] type=[Ô]text/javascript[Ô]></script>
<script src=[Ô]Scripts/jquery.ui.dialog.js[Ô] type=[Ô]text/javascript[Ô]></script>
<script>
// increase the default animation speed to exaggerate the effect
$.fx.speeds._default = 1000;
$(function () {
$([Ô]#dialog[Ô]).dialog({
autoOpen: false,
show: [Ô]blind[Ô],
hide: [Ô]explode[Ô]
});
$([Ô]#opener[Ô]).click(function () {
$([Ô]#dialog[Ô]).dialog([Ô]open[Ô]);
return false;
});
});
</script>
</head>
<body>
<form id=[Ô]form1[Ô] runat=[Ô]server[Ô]>
<div>
<div class=[Ô]demo[Ô]>
<div id=[Ô]dialog[Ô] title=[Ô]Basic dialog[Ô]>
<p>This is an animated dialog which is useful for displaying information. The dialog window can be moved, resized and closed with the [ô]x[ô] icon.</p>
</div>
<button id=[Ô]opener[Ô]>Open Dialog</button>
</div><!-- End demo -->
<div class=[Ô]demo-description[Ô]>
<p>Dialogs may be animated by specifying an effect for the show and/or hide properties. You must include the individual effects file for any effects you would like to use.</p>
</div><!-- End demo-description -->
</div>
</form>
</body>
</html>
Olha o erro:
Microsoft JScript runtime error: Object doesn[ô]t support this property or method
Tópico encerrado , respostas não são mais permitidas