Autor Tema: DXR.axd  (Leído 668 veces)

0 Usuarios y 1 Visitante están viendo este tema.

Desconectado pasqui

  • Administrador
  • Residente
  • *****
  • Mensajes: 3288
  • El saber no es suficiente, tenemos que aplicarlo
DXR.axd
« : 01/09/2010, 05:18:10 pm »
hola chicos,

veamos, pues quizás sea una tonteria pero me quedé un tanto perplejo, que le vamos hacer alguno, podría explicarme porqué veo, en  una pagina en ASPX,

You are not allowed to view links. Register or Login.¿¿¿¿¿¿¿¿¿.es/Web/DXR.axd?r=1_77

parte del codigo como este,
Código: You are not allowed to view links. Register or Login
ASPxClientLoadingPanel = _aspxCreateClass(ASPxClientControl, {
 constructor: function(name) {
  this.constructor.prototype.constructor.call(this, name);
  this.containerElementID = "";
  this.containerElement = null;
  this.horizontalOffset = 0;
  this.verticalOffset = 0;
  this.isTextEmpty = false;
  this.showImage = true;
  this.shown = false;
  this.currentoffsetElement = null;
  this.currentX = null;
  this.currentY = null;
 },

saludos,
« Última Modificación: 21/09/2011, 12:43:23 pm por alexmanycool »


You are not allowed to view links. Register or Login