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 wOOdy-Soft 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: Safacto
  • Content: Threads
  • Order by date
  1. Safacto

    breadcrumb trail - location.onchange event needed?

    Hi all, I'm trying to create a javascript breadcrumb trail. Currently, I read the document.location URL and split it on the "/" character, clean it up a bit and output it as a breadcrumb. Nothing hard about that. Now I want to extend it to include any anchors in the url. ie. if the URL is...
  2. Safacto

    Graphing and Excel file updates

    Hi, I'm fairly new to visual C++ and am trying to graph a vector of values. I think I may have to convert this to an array/series first, but which chart feature should I use, and how do you add coordintes to a graph/chart? Also, how do you load or update an excel file from within visual C++...
  3. Safacto

    Saving Multiple Files With Batch Script

    Hi, I'm trying to write a batch script to resize a load of files, and save each file with its original file name. How can I tell the script to save each individual file with its original name?? At the moment it just keeps overwriting one file with all the others.
  4. Safacto

    Dynamic sizing of Frames (with Javascript?)

    Hi, My website needs to fuction on both 800x600 and 1024x768 res screens. I know this is similar to the post below, but it's significantly different. I have sorted all the widths out with absolute sizes so they fit right. However, the height of the main <DIV> is causing problems. Currently it...
  5. Safacto

    CSS - referencing another class

    Hi, On my site, I have CSS sheets with a relatively large amount of classes in them. In a lot of the classes, the colours (for example) are the same. Is there a way to &quot;reference&quot; another class to set the right colour?? Basically, so I only have to change one colour, and all the...
  6. Safacto

    Prevent character display on user input (std::cin)

    Hi, Just a quick question. If I request the user to enter an integer using a Win32 console (for example), is there a way to prevent any characters other than numbers from being displayed on screen. Is there a way to disable the entry of specific ASCI characters or something?? I realise there...
  7. Safacto

    Dynamically chaning Alternate Style Sheets in Inline Frames

    Hi, I wish to be able to allow the user to change the style sheet which the site uses, and make this change work within an IFRAME. To explain, the site (http://www.civsoc.co.uk/) has a selector to let the user change to an Alternate Style Sheet. This preference is then saved in a cookie, and...

Part and Inventory Search

Back
Top