Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old July 19th, 2005, 09:52 AM
Gung Ho
Guest
 
Posts: n/a
Default Passing variables

Has anyone had success passing variable data between ASP scripts and
Javascript?


  #2  
Old July 19th, 2005, 09:52 AM
Ray at
Guest
 
Posts: n/a
Default Re: Passing variables

<% s = "Hi." %>
<script language="javascript">alert('<%=s%>');</script>

Ray at work

"Gung Ho" <mikeNOSPAM_d2@netlane.com> wrote in message
news:c6qdnR7jGNpBPFai4p2dnA@golden.net...[color=blue]
> Has anyone had success passing variable data between ASP scripts and
> Javascript?
>
>[/color]


  #3  
Old July 19th, 2005, 09:54 AM
Guest
 
Posts: n/a
Default Re: Passing variables

Can I get a variable from client-side script?

DS
[color=blue]
>-----Original Message-----
><% s = "Hi." %>
><script language="javascript">alert('<%=s%>');</script>
>
>Ray at work
>
>"Gung Ho" <mikeNOSPAM_d2@netlane.com> wrote in message
>news:c6qdnR7jGNpBPFai4p2dnA@golden.net...[color=green]
>> Has anyone had success passing variable data between[/color][/color]
ASP scripts and[color=blue][color=green]
>> Javascript?
>>
>>[/color]
>
>
>.
>[/color]
  #4  
Old July 19th, 2005, 09:55 AM
Ray at
Guest
 
Posts: n/a
Default Re: Passing variables

Get it where? You mean, get a client-side variable and send it to the
server or get a server variable using client-side code? What are you trying
to do?

Ray at home

<anonymous@discussions.microsoft.com> wrote in message
news:068b01c3b968$652bc310$a401280a@phx.gbl...[color=blue]
> Can I get a variable from client-side script?
>
> DS
>[color=green]
> >-----Original Message-----
> ><% s = "Hi." %>
> ><script language="javascript">alert('<%=s%>');</script>
> >
> >Ray at work
> >
> >"Gung Ho" <mikeNOSPAM_d2@netlane.com> wrote in message
> >news:c6qdnR7jGNpBPFai4p2dnA@golden.net...[color=darkred]
> >> Has anyone had success passing variable data between[/color][/color]
> ASP scripts and[color=green][color=darkred]
> >> Javascript?
> >>
> >>[/color]
> >
> >
> >.
> >[/color][/color]


 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles