llamatron
08-25-2003, 09:14 PM
Hi,
I need some javascript code that will put an id value into a variable. The tricky bit is getting the id number.
If i load up this web page and go to view/source it will say somewhere :
member_id=12345&
the id number can be of a variable length; the delimiter is the ampersand. I need to get that 12345 number from the html source code and somehow store it in a variable.
I'm very new (and rubbish) at javascript so over to the experts.......
Many, many thanks.
I need some javascript code that will put an id value into a variable. The tricky bit is getting the id number.
If i load up this web page and go to view/source it will say somewhere :
member_id=12345&
the id number can be of a variable length; the delimiter is the ampersand. I need to get that 12345 number from the html source code and somehow store it in a variable.
I'm very new (and rubbish) at javascript so over to the experts.......
Many, many thanks.