I'm having an issue that I'm sure there is a simple fix for! I'm creating a java script that will dynamically create a URL. In the process I need to include a URL parameter '×tamp=' followed by an actual timestamp. I noticed that when I use the combination ×tamp under IE 7 the string gets converted to xtamp. This even occurs if I just use document.write( '×tamp') ; to write the string out. It results in xtamp! Under a firefox browser the string gets represented correctly.
Any insights would be greatly welcomed!!! Thx
Any insights would be greatly welcomed!!! Thx
Comment