My question is actually more than the above.
I have an ASP variable that will be declared at the bottom of a page. I would like to print the value at the top of the page. It seems that I should be able to use javascript to pluck the value and print it at the top of the page since ASP is done...
I am having fits with this. I have looked through the old posts and have not been able to gleem a solution.
I am trying to pass a JavaScript variable to an asp page. The variable is too big for the querystring or a cookie, so I am planning on using a hidden field in a form that will...
Thanks to vituz and dianal for helping me to this point...
I am stuck on a couple of simple things. I am trying to pull the querystring so that I can use it in javascript. My method below is not working. It is an ASP page.
When I use this from within a page and not the querystring it works (...
I am trying to add the contents of a web page to a string. I can add the <title> and other tags using document.title etc., but how can I grab the whole page?
I have tried document.documentElement; which should give me the entire page as an object, but I have been unable to place it in a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.