HighDots Forums  

Function to create GUID equivalent?

Javascript JavaScript language (comp.lang.javascript)


Discuss Function to create GUID equivalent? in the Javascript forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Robert Oschler
 
Posts: n/a

Default Function to create GUID equivalent? - 09-12-2003 , 11:50 PM






Anybody seen a Javascript function that would generate a fairly robust
equivalent to the Windows GUID (Globally Unique Identifier)?

thx



Robert Oschler
"Let the web hear you, add your voice to your web site in minutes!"
-- http://audiodirect.spiderchase.com/
(For a limited time, free voiceover with every sign-up, use this link
instead)
-- http://audio.spiderchase.com/
(A song - are you blue?)
-- http://bluedreams.spiderchase.com/



Reply With Quote
  #2  
Old   
Sean Jorden
 
Posts: n/a

Default Re: Function to create GUID equivalent? - 09-13-2003 , 04:26 AM






"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.


Reply With Quote
  #3  
Old   
Sean Jorden
 
Posts: n/a

Default Re: Function to create GUID equivalent? - 09-13-2003 , 04:42 AM



Sean Jorden <s_j_o_r_d.e.n (AT) no (DOT) spam.n_o_r_a.d.a.com> wrote in
news:Xns93F518A10EFF4sjorden (AT) 198 (DOT) 80.55.250:


Quote:
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.
CORRECTION:

Bit of digging revealed that windows machines win2k and after do not embed
your MAC address for obvious security reasons.

http://msdn.microsoft.com/library/de...l=/library/en-
us/dnnetcomp/html/PPCGuidGen.asp.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.