Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old July 19th, 2005, 09:54 AM
DS
Guest
 
Posts: n/a
Default How to call functions outside server-side script?

As subject.

DS
  #2  
Old July 19th, 2005, 09:54 AM
Aaron Bertrand [MVP]
Guest
 
Posts: n/a
Default Re: How to call functions outside server-side script?

What is a "function outside server-side script"?

--
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/




"DS" <anonymous@discussions.microsoft.com> wrote in message
news:014501c3b965$73c14fb0$a001280a@phx.gbl...[color=blue]
> As subject.
>
> DS[/color]


  #3  
Old July 19th, 2005, 09:54 AM
DS
Guest
 
Posts: n/a
Default Re: How to call functions outside server-side script?

In client-side script (<script> ....</script>), I have a variable. How can I
get this variable in server-side script (<%.....%>)? Same as this case, how
can I handle a function like a variable? Pls advise.

DS


"Aaron Bertrand [MVP]" <aaron@TRASHaspfaq.com> ¦b¶l¥ó
news:OKzOBZWuDHA.640@tk2msftngp13.phx.gbl ¤¤¼¶¼g...[color=blue]
> What is a "function outside server-side script"?
>
> --
> Aaron Bertrand
> SQL Server MVP
> http://www.aspfaq.com/
>
>
>
>
> "DS" <anonymous@discussions.microsoft.com> wrote in message
> news:014501c3b965$73c14fb0$a001280a@phx.gbl...[color=green]
> > As subject.
> >
> > DS[/color]
>
>[/color]


  #4  
Old July 19th, 2005, 09:54 AM
Bob Barrows
Guest
 
Posts: n/a
Default Re: How to call functions outside server-side script?

DS wrote:[color=blue]
> In client-side script (<script> ....</script>), I have a variable.
> How can I get this variable in server-side script (<%.....%>)? Same
> as this case, how can I handle a function like a variable? Pls advise.
>[/color]
Please don't multipost. This has already been answered in
scripting.vbscript. To repeat: you cannot use a client-side variable in
server-side code. The only values available to server-side script are those
that it gets from the Request object, or those that it reads from a database
or file. In addition, the ServerXMLHTTP object can be used to request data
from another server-side page. No interaction with the user is possible in
server-side script.

Bob Barrows

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"


 

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