M
Milsnips
Hi there,
i have 2 pages: default.aspx and getTime.aspx
1. getTime.aspx has one line: "response.write(datetime.now())"
2. default.aspx has the following html code: "<script type="text/javascript"
src="getdate.aspx"></script>"
When i run it it does nothing except return me a javascript error saying:
Line 2, Char 12, Expected ";".. which i have got no idea here as i've only
typed in 1 response.write line.
any help appreciated,
thanks,
Paul
i have 2 pages: default.aspx and getTime.aspx
1. getTime.aspx has one line: "response.write(datetime.now())"
2. default.aspx has the following html code: "<script type="text/javascript"
src="getdate.aspx"></script>"
When i run it it does nothing except return me a javascript error saying:
Line 2, Char 12, Expected ";".. which i have got no idea here as i've only
typed in 1 response.write line.
any help appreciated,
thanks,
Paul