Thank you all soooo much for your replies, i'll post what i'm doing in the hope
that you can replicate the error,
Here's my HTML
<div align="center">
<A name="MaintenanceReport" id="MaintenanceReport" style="cursor:hand">
<IMG height=98 src="images/j0269256.wmf" style="HEIGHT: 98px; WIDTH: 180px"
width=153 ALT="Haga clic para ver el reporte">
</A>
</div>
and the vbscript
<SCRIPT LANGUAGE=vbscript>
<!--
dim intValuesPos
intValuesPos = 0
Function MaintenanceReport_onClick()
Dim strInitialDate
Dim strFinalDate
strInitialDate = document.all("txtInitialDate").value <--ERROR!!!!
strFinalDate = document.all("txtFinalDate").value
window.open "MaintenanceReportV.asp?ID=" & CDate(strInitialDate) &
"&FD=" & CDate(strFinalDate), "AdminMaintenaceReport", "width=800, height=600,
left=" & (screen.width - 800)/2 & ", top=" & (screen.height - 600)/2 & ",
resizable=yes, scrollbars=yes"
end function
-->
</SCRIPT>
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.openqa.org/thread.jspa?threadID=6554&messageID=18757#18757
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general