I'm having trouble using string.fromcharcode on my url which is "http://www.google.com".
<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.google.com">
If i try:
<meta HTTP-EQUIV="REFRESH" content="0; url=String.fromCharCode(104, 116, 116, 112, 58, 47, 47, 119, 119, 119, 46, 103, 111, 111, 103, 108, 101, 46, 99, 111, 109)">
It doesn't work. //Edit Then if i can't use string.fromcharcode what else can i do to encode my url?