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!

Can you do this?

Status
Not open for further replies.

svsuthar1

Programmer
Jul 6, 2004
135
US
Hey all,

Can you do the following thing in javascript then what is the syntax for it. Here is part of my code. It's working fine but the calander is not working... it's giving error.

Response.Write("<TD><input type=text name=""" & _
iCount & ".Date"" Value=" &Date& ">&nbsp;<A href=""javascript:ShowDate('getInventory.iCount & ".Date"',this.getInventory.Date.value)""><IMG src=""..\images\help.gif"" align=middle border=0></A></TD>")
 
Don't use numbers to start the names of forms and elements. Also, your double quotes aren't balanced, so take a look at the HTML source code to see where you need to make changes.
 
I have form that has multiple field of the same type. I am using the number to make the fields unique. I don't see any problems with quotes can you let me know where there is problem.

Samir
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top