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 Chriss Miller 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: *

  1. andyb99uk

    Capturing HTML generated from ASP page

    THat sounds like a good tool, I may give it a go. I was thinking about calling the asp page in a hidden frame and then using javascript to access the inner.html If this doesn't work, I'll give yours a go, thanks. PS. Sorry, didn't see an ASP forum and this was the nearest one.
  2. andyb99uk

    Capturing HTML generated from ASP page

    Hi all, I am trying to generate a pure HTML page based on an asp page. Does anyone know how to (in another asp page), run an asp page and capture the HTML that is generated. I need to do this all in the code so I can then email the HTML thats generated. I know you can do this in .NET using...
  3. andyb99uk

    settimeout problem

    Nice one Kaht! Works a treat, thanks very much. Andy.
  4. andyb99uk

    settimeout problem

    Two functions, grow and onpic. these are called but the onmouseover (img code at bottom of the page). Also, outpic() which puts the image back to normal. Bit quick and dirty! Here we go...... function grow() { if (bTypeNs) { var imgid2 = (NN4) ? document : document.getElementById(imgsrc); }...
  5. andyb99uk

    settimeout problem

    Hi there, I'm using the settimeout function to slowly expand an image within a page. This is triggered when the mouse is moved over the image. When the mouse is moved off the image it is reduced back to its original size. My problem is, when I move off the image before it is fully expanded it...

Part and Inventory Search

Back
Top