Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Javascript not working

Status
Not open for further replies.

svsuthar1

Programmer
Jul 6, 2004
135
US
Hey All,

The below code is not working...it's giving me this.getInventory.value is null... Please help... and on the text field it's repating Response.write(Date) instead of the date.

the code

Response.Write("<TD><input type=text name=Date " & _
iCount & ".Date"" Value=Response.Write(Date)>&nbsp;<A href=""javascript:ShowDate('getInventory.Date',this.getInventory.Date.value)""><IMG src=""..\images\help.gif"" align=middle border=0></A></TD>")
 
I think I know what you are talking about. I can't have Name twice... that's the reason 'Date' 16.Date happens. The object 'Date' is 17 times for it to assign a date.

I got the .Action part to work the way it should now I have to tackle this one... hopefully I'll figure it out with your help.

Samir
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top