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 TouchToneTommy 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: SKTodd
  • Content: Threads
  • Order by date
  1. SKTodd

    hiding URL

    I am building an application that opens a pop-up window to display a feed from a camera. The users do not want the 10.xx.xx.xxx URL address of the camera to appear in the address bar. I did some research and determined that via DNS I can have the address appear in an alphabetic www format. I...
  2. SKTodd

    How do I add a search button to a p

    How do I add a search button to a page which will invoke the Windows "Find" function normally executed by pressing CTL-F. How is this done or where can I find information about doing this? Thanks.
  3. SKTodd

    How to execute the "Find" function

    My customer wants a search button added to a page which will invoke the Windows "Find" function normally executed by pressing CTL-F. I am a JS newbie. How is this done or where can I find information about doing this? Thanks.
  4. SKTodd

    numbering scheme in ordered lists

    How do I set up an ordered list with decimal points in the numbers? The numbering scheme I have to use is in the format: 1.1.1, 1.1.2, 1.1.3, 1.2, 1.2.1, 1.2.2 .....
  5. SKTodd

    page navigation issue

    I have a problem with navigating back to my home page from other open windows. A link on the home page opens a new window for a training site (using the "_blank" option). On each footer of the training site pages is a link back to the home page. Instead of going back to the home...
  6. SKTodd

    Can you recommend a good Java book?

    I will be attending a 5 day Java course in June and want to become familiar with Java before I attend. Can anyone recommend a good Java instruction manual for someone who is only familiar with HTML, JavaScript and VBScript? Thanks.
  7. SKTodd

    unchecking radio buttons

    I want a radio button to become unchecked when the user clicks on it a second time. Click on it once to make it checked; click on it again to uncheck it. What is the script to accomplich this?
  8. SKTodd

    scrolling top frame in sync with bottom frame

    My user wants the heading to remain at the top of a document while scrolling thru the document. I put the heading in the top frame and the body of the document in the lower frame. I need the top frame to scroll to the right when the lower frame is scrolled. Why doesn't this script work...
  9. SKTodd

    controlling spacing after UL

    How do I prevent a blank line from being inserted after an ordered or unordered list is displayed?
  10. SKTodd

    scrolling frames together

    My user wants the page heading to remain at the top while the data within a chart scrolls. I have put the heading in a frame and the data in a second frame below it. How do I get the heading frame to scroll to the right when scrolling the data in the second frame to the right?
  11. SKTodd

    @page sample

    Does anyone know of a site that uses the @page command that I can view the source? I am trying to see some examples of how it is used. Thanks.
  12. SKTodd

    Printing a different page

    The graphics displayed on my page do not print well when the user attempts to print the page. I am using the following code: <INPUT onClick=&quot;window.print()&quot; type=&quot;button&quot; value=&quot; Print &quot;> I created a .pdf file from the graphic, to be used for printing. How do I...
  13. SKTodd

    viewing .asp with HomeSite

    Is anyone using HomeSite to develop .asp pages? If so how do I configure Homesite 4.5 to display the pages? I get an error message of &quot;action canceled&quot; when trying to use the BROWSE function.
  14. SKTodd

    error communicating to LPT1

    My 75 year old father is constantly tinkering with his PC and now has the printing functionality inoperable. I am not hardware a hardware person so I don't know how to fix the problem. Whenever he tries to print he gets an error message that there is an error communicating to LPT1. We have...
  15. SKTodd

    printing the entire textarea

    I am trying to print the full content of a text area not just the 1 row specified on the input form. I am trying to do so by moving the textarea to a DIV which is hidden on the input but displayed when printing. See my sample code. Any ideas why it doesn't work? Any suggestions on how to...
  16. SKTodd

    printing textarea boxes

    I am setting up an HTML form with several TEXTAREA boxes of 75 columns by 3 rows. The users will enter any anount of comments in the boxes and then print the form to allow for manual signatures. When printed, ALL of the data entered in the TEXTAREA fields must print, not just the 3 rows...

Part and Inventory Search

Back
Top