javascript, php, cookies
- by kennedy
When i declare mac = 123, my internet explorer and firefox will keep refresh non-stop. And if i declare mac = getMacAddress it returns a value 1...
I'm able to do a document.write(getMacAddress()) and it would able to display the mac address nicely.
1) Why my explorer will keep refreshing non-stop when i code it manually with "123"
2) why is the…