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

    catching File Download event

    I am actually trying to stop my timer when the server starts sending the response and not when the form is submitted. Thanks
  2. marouanemeft

    catching File Download event

    I have an html form that has an iframe as it's target. When the user clicks the submit button, I start a javascript timer and when the results displayed in my iframe I stop the timer by catching the onload event for my iframe. The user can choose to download the results to disk instead of having...
  3. marouanemeft

    detecting File Download dialog

    Is there anyway to detect when the File Download dialog pops up in javascript? Thanks
  4. marouanemeft

    read from url

    Thanks kaht, your link was very helpful.
  5. marouanemeft

    read from url

    What I mean is, if I have a url such as http://localhost/returndata.cgi?param=XYZ, and I want to read the output from calling thi url into a variable without opening any windows. is this doable? Thanks
  6. marouanemeft

    first 2 characters of a string

    d.substring(0,1)
  7. marouanemeft

    read from url

    Does anyone know how I can read some data from a url into a variable in javascript without opening any apparent windows? thanks
  8. marouanemeft

    writing xml to a file

    Hi, I have 4 or 5 classes that are related to each other this way: Installation class has domains Domain class has users User class has objects .. I would like to write a method that will write an xml representation of this containership to a file. right now I have a writeXML method that...
  9. marouanemeft

    escape pound sign

    Hi I have a jsp page that is being passed a few paramaters, but it doesn't function properly if a parameter name or parameter value has a pound sign in it, for example if a parameter value is "#someValue" then things won't function. is there any method in javascript that will escape the pound...
  10. marouanemeft

    javax.servlet.ServletException: Problem while reading request: The max

    when I try to upload a file that has size=300 MB I get the following error, I am using Struts 1.0. Can anyone help? Thanks here is the stack trace HTTP Status 500 - -------------------------------------------------------------------------------- type Exception report message description...

Part and Inventory Search

Back
Top