Click here to Skip to main content
15,922,894 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: MS Access ~ SQL Server Pin
vishal S.21-Apr-03 1:14
vishal S.21-Apr-03 1:14 
Generalshared web hosting Pin
Sarvesvara (BVKS) Dasa11-Apr-03 20:46
Sarvesvara (BVKS) Dasa11-Apr-03 20:46 
GeneralRe: shared web hosting Pin
J. Dunlap11-Apr-03 22:01
J. Dunlap11-Apr-03 22:01 
GeneralRe: shared web hosting Pin
Sarvesvara (BVKS) Dasa11-Apr-03 22:55
Sarvesvara (BVKS) Dasa11-Apr-03 22:55 
GeneralRe: shared web hosting Pin
J. Dunlap12-Apr-03 8:27
J. Dunlap12-Apr-03 8:27 
QuestionServer side security access? Pin
Nick Seng10-Apr-03 0:23
Nick Seng10-Apr-03 0:23 
GeneralGUIDs via JavaScript Pin
Senkwe Chanda9-Apr-03 22:32
Senkwe Chanda9-Apr-03 22:32 
GeneralRe: GUIDs via JavaScript Pin
alex.barylski10-Apr-03 14:33
alex.barylski10-Apr-03 14:33 
I recall reading about GUID generation a while back and it disscussing how it works:

1) Uses the machines unique network card ID
2) system data and time
3) and a few other variables

This is how i remember it. Smile | :)

Anyways, I don't think it would be possible for Javascript to obtain any variable/values like the above, except Date, time, screen res, etc...

So I would guess, your best bet would be to mimic GUIDs by generating a 128 bit string maybe of random generated characters using the mersenne twister algorithm or something or whatever jscript uses for rnd or rand or whatever.

Cheers

"Two wrongs don't make a right, but three lefts do!" - Alex Barylski Smile | :)
GeneralRe: GUIDs via JavaScript Pin
Senkwe Chanda10-Apr-03 23:14
Senkwe Chanda10-Apr-03 23:14 
GeneralRe: GUIDs via JavaScript Pin
alex.barylski11-Apr-03 11:20
alex.barylski11-Apr-03 11:20 
GeneralRe: GUIDs via JavaScript Pin
ian mariano13-Apr-03 12:41
ian mariano13-Apr-03 12:41 
GeneralRe: GUIDs via JavaScript Pin
Senkwe Chanda13-Apr-03 20:56
Senkwe Chanda13-Apr-03 20:56 
GeneralRe: GUIDs via JavaScript Pin
Jim Taylor21-Apr-03 8:33
Jim Taylor21-Apr-03 8:33 
General“print” problem in cgi web application Pin
Aiyappa9-Apr-03 20:20
Aiyappa9-Apr-03 20:20 
GeneralControlling IE Settings Pin
scottbmunro9-Apr-03 3:46
scottbmunro9-Apr-03 3:46 
GeneralRe: Controlling IE Settings Pin
Paul Watson9-Apr-03 4:11
sitebuilderPaul Watson9-Apr-03 4:11 
GeneralRe: Controlling IE Settings Pin
J. Dunlap9-Apr-03 8:38
J. Dunlap9-Apr-03 8:38 
GeneralRe: Controlling IE Settings Pin
Paul Watson9-Apr-03 20:34
sitebuilderPaul Watson9-Apr-03 20:34 
QuestionHow many instance ? Pin
Nick Seng8-Apr-03 20:19
Nick Seng8-Apr-03 20:19 
GeneralImplementing wSpell in .asp Pin
IceOl8d8-Apr-03 9:55
IceOl8d8-Apr-03 9:55 
GeneralpasteHTML() Problem Pin
dutchy8-Apr-03 6:02
dutchy8-Apr-03 6:02 
QuestionCoordinate-based popups? Pin
Jamie Hale8-Apr-03 4:17
Jamie Hale8-Apr-03 4:17 
AnswerRe: Coordinate-based popups? Pin
alex.barylski8-Apr-03 12:47
alex.barylski8-Apr-03 12:47 
Generalhttp post via javascript Pin
Senkwe Chanda8-Apr-03 3:19
Senkwe Chanda8-Apr-03 3:19 
GeneralRe: http post via javascript Pin
alex.barylski8-Apr-03 12:33
alex.barylski8-Apr-03 12:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.