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!

Search results for query: *

  • Users: PaulHolmes
  • Content: Threads
  • Order by date
  1. PaulHolmes

    Email

    Hello, I’m not sure what I am trying to do is possible but here goes… We have a web online booking system for a holiday company. Half way through we let users print a page via JavaScript, using innerHTML so that they have a paper version of the quote. Ideally what I would like to do is...
  2. PaulHolmes

    Email

    Hello, I’m not sure what I am trying to do is possible but here goes… We have a web online booking system for a holiday company. Half way through we let users print a page via JavaScript, using innerHTML so that they have a paper version of the quote. Ideally what I would like to do is...
  3. PaulHolmes

    Dynamically load button

    Hello, I was wondering whether there was a way to load a button depending on what image was loaded. I have a function that randomly selects an image. I would like to load a button dependent on what image was showing. pic_arr = [ "Images/01006a", "Images/01224a", "Images/01446a" ]...
  4. PaulHolmes

    Page count

    Hi, Im fairly new to javascript and was wondering whether there was a way to count the number of pages visited in a single session. What I am trying to do is a simple breadcrumb navigation that would use the javascript:history.go(-1) replacing the -1 with the counted variable so that the user...
  5. PaulHolmes

    Newbie background position

    Hi I seem to be struggling with the background-position element and I am now starting to pull my hair out! I have a container and within that I have another element with an image which I would like to appear at the bottom right of the container. CSS .container { width:146px; height:250px...
  6. PaulHolmes

    GRTD

    Hello, We have a number of windows/bollboards displaying certain information - Calls Waiting, Desk Plan etc etc for our large call centre. Rather than tiling these we would like to scroll through the windows, so the Desk Plan will show for 10 seconds, then Calls Waiting for 10 seconds and so...
  7. PaulHolmes

    Scroll through open windows

    Does anyone know of any easy way of periodically scrolling through open windows? A call centre would like to periodically change the desktop window so that staff can see certain information, i.e. calls waiting etc. Thank you.
  8. PaulHolmes

    Background Color

    Hello, Website at present looks OK in IE6 on PC. However, on MAC Safari and IE my float:left seems to disable to background-color? Code: CSS: body { margin: 0px 0px 0px 0px; padding: 0px; text-align: center; background-color: blue; } /* Generic classes */ .ahem { display: none; } .center...
  9. PaulHolmes

    Webbrowser

    Help??? I am trying to print the contents of a webbrowser which I have navigated to via the commondialog. The general contents of browser window will be *.doc or *.xls files. I am using code: mainbrowser.ExecWB OLECMDID_PRINT, OLECMDEXECOPT_PROMPTUSER The problem is that the printer prompt...
  10. PaulHolmes

    Embed External Application (Newbie)

    Does anyone know if it is possible to embed an external application within a form? I am using an emulation package called Reflection and rather than it open in its own window/size I would like to open using the setting of the form window. Hope this makes sense.
  11. PaulHolmes

    WebBrowser

    Hopefully a simple question but has got me stumped. I am using the webbrowser control to open the below url. It loads the page successfully but then the browser window and VB Form freeze and I don't know why? Then have to stop the code. If I copy the link in to IE itself it works fine...
  12. PaulHolmes

    Session Variables

    Newbie to ASP. I am setting a session variable as follows session("location") = "gib1" This works fines. However, I wish to change this variable when the user clicks a link on the website. I have created a hotspot for the link and have used the onClick behavoiur to move...
  13. PaulHolmes

    New ODBC in Windows 98

    I am trying to create a new Data Source using the Microsoft ODBC for Oracle. I have installed the Oracle 9i client but when trying to add this data source receive an error as follows: 'The Oracle (TM) client and networking components were not found. These components are supplied by Oracle...
  14. PaulHolmes

    New Oracle User

    When trying to load new ODBC data source I receive an error message as follows. I am using the Microsoft ODBC Driver. "The Oracle (TM) client and networking components were not found. These components are supplied by Oracle Corporation and are part of the Oracle Version 7.3 (or greater)...

Part and Inventory Search

Back
Top