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 Mike Lewis 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. rza22gza

    File Chooser

    Thanks a million. I have another question, if you can help. Now that I know where the file is located locally. I want to copy it to the server. How is that accomplished. Thanks again.
  2. rza22gza

    File Chooser

    I have a Web site that is using JSP. On 1 of the pages is a form that has a text box and a button. When the user clicks the button, I want a File Chooser dialog box to appear. Then after the user selects the needed file, the path and filename are put into the textbox. Can anyone help me...
  3. rza22gza

    Load a Document in a Frame

    Still no go. I tried that and same result. the Word Document is loaded in a new window instead of the "right" frame. Please help.
  4. rza22gza

    Load a Document in a Frame

    The Word Document should be loaded after a selection from a select element. Each option will have a different Word Document to load. Please give me more ideas. Thanks a million. Jacob
  5. rza22gza

    Load a Document in a Frame

    I have three frames in a html page. The top frame is named "top" (frames[0]), the left frame is named "left" (frames[1]), the right frame is named "right" (frames[2]). I want to load an actual document (Word, Excel) from the left frame ("left") into the...
  6. rza22gza

    Select OnChange Issue

    Here you go.... This loads fine but when I try to change a select option it crashes (Object Expected). If I try in Netscape the error message says, &quot;function selectChange is not defined.&quot; Very strange, please help. Thanks again. <html> <head> <title>Test Selects</title> <script...
  7. rza22gza

    Select OnChange Issue

    apologies. I was writing very fast and I know that all the code inside the double-quotes are single-quotes. When I load with this type of code, it loads fine and shows both selects with all available options. Then I change the first select to a different option, and it works fine, but if I...
  8. rza22gza

    Select OnChange Issue

    Here is an example of the code....... <html> <head><title>Test</title> <script language=&quot;JavaScript&quot;> function createForm() { document.clear(); document.open(); document.writeln(&quot;<form name='test'>&quot;); document.writeln(&quot;<table><tr>&quot;)...
  9. rza22gza

    Select OnChange Issue

    I have two selects that are dynamically created and I want both onChange events to call the same function. This works fine the first time I change an option, but when I select a second time, I get a RunTimeError &quot;Object Required&quot;. I have no idea what the issue is. Is it possible to...

Part and Inventory Search

Back
Top