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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How i can pass a variable from asp to client

Status
Not open for further replies.

BEHZADTALA

Programmer
May 28, 2003
43
DE
Hi freinds,
How can i pass a variable from asp to client
 
I think this is what you mean...
Code:
<script type="text/javascript">
var fromASP = '[b]<%=someASPVariable%>[/b]';
alert(fromASP);
</script>

Cheers,
Jeff

[tt]Jeff's Page [/tt][tt]@[/tt][tt] Code Couch
[/tt]

What is Javascript? faq216-6094
 
Question is, which part made you ask this question in HTML & CSS forum? The Javascript or the ASP part?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top