Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Mojojojo
  • Content: Threads
  • Order by date
  1. Mojojojo

    How to transfer ASP variable to JavaScript in the same page?

    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...
  2. Mojojojo

    How to pass a JS variable to an asp page?

    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...
  3. Mojojojo

    How to pull querystring into JS?

    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 (...
  4. Mojojojo

    How to add web page to a string?

    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...

Part and Inventory Search

Back
Top