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

  • Users: Xopas
  • Order by date
  1. Xopas

    Printing across frames in IE4

    I hope somebody knows an answer to this.<br> <br> This example makes use of Javascript, however, VBScript solutions are more than welcome!!!<br> <br> I have two frames. The top frame contains content and the lower frame contains a &quot;print&quot; button. The &quot;print&quot; buttons...
  2. Xopas

    Printing across frames in IE4

    I hope somebody knows an answer to this.<br> I have two frames. The top frame contains content and the lower frame contains a &quot;print&quot; button. The &quot;print&quot; buttons function is to print the contents of the top frame. The problem is that IE4 does not support the javascript...
  3. Xopas

    Printing across frames in IE4

    I hope somebody knows an answer to this.<br> I have two frames. The top frame contains content and the lower frame contains a &quot;print&quot; button. The &quot;print&quot; buttons function is to print the contents of the top frame. The problem is that IE4 does not support the javascript...
  4. Xopas

    Duplicate Layers with Netscape?

    Has anyone ever had a problem with Netscape displaying the same layer twice (and in different locations) when it is only called once? This page uses server-side scripting, but I am sure that the call for the layer is not located in a loop. I am not using CSS positioning with this layer, could...
  5. Xopas

    concatenating parameters in a request statement...

    I seem to be having a little trouble. Hopefully some of you can help me.<br> In an ASP script using VBScript I am having a problem concatenating the parameters dynamically in a &quot;request.form&quot; statement. I know that the referenced fields exist and that they have data. Please...
  6. Xopas

    Browser Capabilities (input type=file)

    Hi,<br> Does anybody know what the versions of both IE and Netscape were the first to support the &quot;type=file&quot; method for the &quot;&lt;input&gt;&quot; tag? I need to find out for some browser detection that I am doing. Thank you for your help.
  7. Xopas

    Large Databases

    Hi,<br> I haven't done this with VBScript before, but using a different language (webspeed, progress) I was able to stop that problem by writing a NULL value to the screen every 50 (you can go more or less) iterations. In your case you can do this every 50 records or so. If you are not...
  8. Xopas

    Looping through a comma-delimited file to retrieve data.

    I am having difficulty retrieving data from a comma delimited file (.csv) I am not as familiar with VBScript as I am with other languages. Could someone please let me know how I can loop through individual items in a comma-delimited string?<br> <br> Thank you.

Part and Inventory Search

Back
Top