Animaciones - "click to activate and use this control"

03/05/2006 - 16:51 por Lia | Informe spam
Hola grupo, mi problema es el siguiente: cuando paso el mouse sobre alguna
animación me sale el siguiente mensaje "click to activate and use this
control", entonces la solución que he encontrado en internet es:

1) Just below the last <object> in your HTML page, insert the following
Javascript:

<script type="text/javascript" src="ieupdate.js"></script>

2) Open a new document in Notepad or your HTML editor, and copy & paste the
following content into it:

theObjects = document.getElementsByTagName("object");
for (var i = 0; i < theObjects.length; i++) {
theObjects[i].outerHTML = theObjects[i].outerHTML;
}

3) Save this file as ieupdate.js

4) Upload both files to your webserver, and the problem should be solved.

Mi pregunta que archivos de sharepoint tendria q modificar, o donde guardar
el ieupdate.js? gracias

Preguntas similare

Leer las respuestas

#1 Gustavo
03/05/2006 - 18:06 | Informe spam
Hola Lia.
Dependiendo del sitio que quieras modificar, hay varios archivos aspx que
tendrias que editar, todos agrupados bajo los diferentes directorios de
"C:\Archivos de programa\Archivos comunes\Microsoft Shared\web server
extensions\60\TEMPLATE\3082". Tambien tendrias que agregar codigo para
registrar el archivo de JavaScript en la(s) pagina(s) que modifiques.

Probablemente el mejor sitio para el JavaScript sea "C:\Archivos de
programa\Archivos comunes\Microsoft Shared\web server
extensions\60\TEMPLATE\LAYOUTS\3082", en donde se encuentran los otros
JavaScripts de SharePoint.
Saludes.
Gustavo
http://www.gavd.net/servers/default.aspx
http://blogs.clearscreen.com/skunkworks/


"Lia" wrote:

Hola grupo, mi problema es el siguiente: cuando paso el mouse sobre alguna
animación me sale el siguiente mensaje "click to activate and use this
control", entonces la solución que he encontrado en internet es:

1) Just below the last <object> in your HTML page, insert the following
Javascript:

<script type="text/javascript" src="ieupdate.js"></script>

2) Open a new document in Notepad or your HTML editor, and copy & paste the
following content into it:

theObjects = document.getElementsByTagName("object");
for (var i = 0; i < theObjects.length; i++) {
theObjects[i].outerHTML = theObjects[i].outerHTML;
}

3) Save this file as ieupdate.js

4) Upload both files to your webserver, and the problem should be solved.

Mi pregunta que archivos de sharepoint tendria q modificar, o donde guardar
el ieupdate.js? gracias


email Siga el debate Respuesta Responder a este mensaje
Ads by Google
Help Hacer una preguntaRespuesta Tengo una respuesta
Search Busqueda sugerida