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!

Recent content by CapeMan

  1. CapeMan

    Server.Execute equiv in ASP2

    Hi gang Could anyone tell me how I can substitute the Server.Execute command (only in ASP3) in ASP2? ASP code ... ... ... Server.Execute("xsql/Generic.XSQL") ... ... ASP code ... Thanks, CapeMan
  2. CapeMan

    Disable default page headers and footers

    Sorry iza, but my question has not been answered. If you go to your browser's File - Page Setup (IE5.0), check out the Headers and Footers section. Those are the headers and footers that I am talking about. Can they be changed or disabled during run-time, ie. automatically? Cheers Rich
  3. CapeMan

    Disable default page headers and footers

    Hi all At run-time I wish to disable the default page header and footer sections of a page being printed. I am aware of the onBeforePrint and onAfterPrint events and make use of them already to hide the Print button. I know that this question has been asked before, but has not been answered...
  4. CapeMan

    No onDragStart for <SELECT> element

    Any ideas guys and dolls ???
  5. CapeMan

    No onDragStart for <SELECT> element

    Hey Is there a way of implementing a onDragStart for a <SELECT> element? There is'nt one at the moment. I want to the able to drap items from one <SELECT> element to anotherone on the same <FORM> TIA Rich
  6. CapeMan

    Change URL icon in I.E. ???

    I wish to change the icon in the URL / address of the browser. I swa this on another site recently but don't know how they do it. Check the following site: :-V http://www.interhome.de I think that it adds that something special to a web page. Thanks Rich B-)
  7. CapeMan

    Syncronising scrollbars of two adjacent windows

    I have two browser windows open next to each other and each window shows a different version of the same document. I wish to scroll both windows simultaneously, when either scrollbar is moved. Is that possible? Cheers, Rich
  8. CapeMan

    &lt;INPUT type='file' ...

    I am aware that there are security issues involved with dynamically uploading files to an IIS server if one uses the <INPUT type=file name=XYZ /> tag The above tag will place a textbox and Browse button onto your form. The user has to either enter a file name into the textbox or use the browse...
  9. CapeMan

    File upload with ASP

    I have successfully implemented a file upload program using the info from the following link: http://www.15seconds.com/issue/990723.htm There is a error in the VB code, third line after the Option Explicit statement - it should read Private MyResponse as Response HTH Rich

Part and Inventory Search

Back
Top