I'm trying to set up a page that (if it were part of stack overflow) would generates a Stackoverflow Flair Blogger Gadget.
views:
86answers:
1
A:
I don't fully understand your question.
If you have to retrieve a user's number from this page with javascript, you should parse the href attribute of the first a element of #hlinks. Mine for example is "/users/recent/112870" where 112870 is my user number.
There might be other ways to do this, this is the first that came to my mind.
MartinodF
2009-05-29 03:03:12
I was kinda hoping for a non string munging solution.
BCS
2009-05-29 05:04:57
I looked at js variables but there doesn't seem to be any.Why would you hoped that, is there a particular reason?
MartinodF
2009-05-29 09:57:19