"Robert Oschler" <no_replies (AT) fake_email_address (DOT) invalid> wrote in
news:Stw8b.385$VL4.485620 (AT) news2 (DOT) news.adelphia.net:
Quote:
Anybody seen a Javascript function that would generate a fairly robust
equivalent to the Windows GUID (Globally Unique Identifier)?
thx |
That would be a mean feat, considering the GUID uses your MAC address
(already unique).
Try a server based solution here - if you need one in real time, try remote
scripting <http://developer.apple.com/internet/javascript/iframe.html> and
write an server script that can return a real GUID, or pre-generate them
for your page if not.