views:

86

answers:

1

I'm trying to set up a page that (if it were part of stack overflow) would generates a Stackoverflow Flair Blogger Gadget.

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
I was kinda hoping for a non string munging solution.
BCS
I looked at js variables but there doesn't seem to be any.Why would you hoped that, is there a particular reason?
MartinodF