Apr 24, 2001 #1 Esoteric ISP Joined Feb 10, 2001 Messages 93 Location US Anyone know how to take variables from Javascript put them into ASP?
Apr 24, 2001 #2 link9 Programmer Joined Nov 28, 2000 Messages 3,387 Location US Here's a FAQ that talks about communicating between server and client side code: faq329-603 In a nutshell, short of employing some remote scripting, the only way to do that is to reload the page... but the FAQ goes into a bit more detail... There are also about three FAQ's over in the vbscript area that talk about remote scripting. good luck! Paul Prewett Upvote 0 Downvote
Here's a FAQ that talks about communicating between server and client side code: faq329-603 In a nutshell, short of employing some remote scripting, the only way to do that is to reload the page... but the FAQ goes into a bit more detail... There are also about three FAQ's over in the vbscript area that talk about remote scripting. good luck! Paul Prewett