Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using tokens in Javascipt function

Status
Not open for further replies.

dadms

Technical User
Mar 8, 2003
67
US
I need some help using tokens within JavaScript.

I have a webpage that receives information via a token when it loads. I in turn need to use the token as data for a function I created for the web page. How can I access this token in order to retrieve the data?
 
how do you mean by "receives information via a token when it loads"



=========================================================
-jeff
try { succeed(); } catch(E) { tryAgain(); }
 
What server-side scripting language is being used here (asp, php, jsp, cfm, or just html)? Do you have control of the web page that is building/getting the token of data?

I think that it's just a terminology difference that's confusing us at this stage.

Jeff
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top