|
-
May 2nd, 2002, 06:25 AM
#1
Thread Starter
Fanatic Member
Returning variables from asp
Hi,
Is it possible to return server side variable values to an html page which a user is viewing?
For example:
User opens the html page which contains a tree view like structure. The user clicks one of the branches, and an asp file is called. Instead of the asp being returned, only a set of output variables are returned. The html page is not replaced, but the variables returned by the asp are used to add to the existing html.
The user does not need to wait for all the graphics to be reloaded and page redisplayed. This also eliminates the task of recalculating the tree. Also saves processing large amount of unwanted data.
-
May 2nd, 2002, 08:21 AM
#2
Junior Member
Best way to do *THAT* is XML.
-
May 2nd, 2002, 10:53 AM
#3
Frenzied Member
Do the tree client side in jscript...
oOOo--oOOo
__ /\/\onte96
oOOo--oOOo
Senior Programmer/Analyst
MCP
[email protected]
[email protected]
Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..
-
May 3rd, 2002, 05:26 AM
#4
Thread Starter
Fanatic Member
Thanks guys. Found the "best way" though. Its actually using Remote Scripting. Search msdn, it gives you what you need to know.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|