Ver Mensaje Individual
  #5 (permalink)  
Antiguo 31/03/2006, 09:39
betcker
 
Fecha de Ingreso: marzo-2006
Mensajes: 5
Antigüedad: 19 años, 1 mes
Puntos: 0
Sigue el problema con los links

De nuevo gracias por la respuesta, pero el problema no esta en el htm, debe ser en la funcion Path virtual que tengo creada para tal efecto, pero aunque teoricamente esta bien configurada, no funciona, en esta funcion tengo indicado el directorio donde se encuentran los archivos del sitio ej.

Function pathVirtual(pathVariable)
Const rootDelServer = "c:/inetpub/directorio del sitio/"
Dim tempVariable
tempVariable = pathVariable
tempVariable = Replace(tempVariable, rootDelServer, "\")
tempVariable = Replace(tempVariable, "\", "/")
pathVirtual = tempVariable
End Function

Saludos y de antemano gracias