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 Wanet Telecoms Ltd 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: rr236
  • Content: Threads
  • Order by date
  1. rr236

    Sharing Openoffice Spreadsheets

    My team have justed started to use openoffice and we've noticed what appears to be a showstopper regards using this software. We share documents and when we use ms office, if I open a document that has already been opened by one of my team members (ie. Graham), I get a message on opening the...
  2. rr236

    Change form text

    Is it possible to change the text on a form using javascript? There are 2 examples I have that need this function. I have a simple form that displays the time a user has opened the form. I'd like to update this the current time. My second example relates to closing a window. I have a form...
  3. rr236

    How to scroll to a point on a page

    Is it possible to create a function in javascript that is the equivalent of <a href=&quot;#show_this&quot;>go to this</a> where show_this is the name of an id. I want to load a page and auto scroll to a row in a table. I know the anchor tag above works, but it means i have to click on the...
  4. rr236

    OnBlur event

    I been told that by using the onblur event in the body tag, one can ensure that a form remains topmost. However, in trying to use this logic I have found that the forms input fields can not be edited. Here is my code for using the onblur event <body...
  5. rr236

    issue with quoted_identifier

    Hi, I am trying to connect to an 11.92 database from a linux server rather than our NT application server. I have noticed that the default for quoted_identifier appears to TRUE whereas on NT it is set to FALSE (via ODBC connection setup). Is there a way to configure the version 11 database...
  6. rr236

    Subject: finding out what sybase license has been installed..

    Hi, Is there a way to find out what ASE license has been installed on a linux server. We have an application that has been running for about 3 weeks. We are using sybase 11.9.2.6 on SUSE 8.0 We purchased a suitable ASE license, however we dont know if the sybase ASE server is running as an...
  7. rr236

    we're doing an upgrade from cf4.5 t

    we're doing an upgrade from cf4.5 to version 5.0, and having problems with cftree and cfgrid in cf5.0 Is it possible to run the 4.5 version of cftree/cfgrid in a CF5.0 environment. If yes, how? thanks rr236
  8. rr236

    Drop Down Menus

    All, I have a website that uses frames. Basically the window is split into 2, a top frame which displays menu buttons, and a bottom frame which is populated by pressing the menu buttons. I would like to change the menu buttons to drop down menus, but can't see a way to display a menu over the...
  9. rr236

    Fonts

    Is there a way to check whether the browser has the correct fonts prior to displaying your page? RR236
  10. rr236

    Restricting Web Site Access

    Hi, Here's a question that I can't find an answer to in any of the forums. Is it possible to have MS Internet Explorer, or Netscape navigator, only allow access to a list of sites given in a pre-determined file stored either locally or on a shared drive. Thanking you in advance RR236
  11. rr236

    Browse button problems (doesn't bring up dialog)

    Hi, I have a problem whereby a form used to upload files works fine on all the computers in my company, but when I went to a customer site this morning, I couldn't get the file upload button to bring up the dialog displaying the files on the local pc. The button is a standard input...
  12. rr236

    IIS and SSL

    Is it possible generate a key for use with SSL rather than get one from thawte etc. My company wants to use ssl functionality on its intranet, and have each department use its own key for each of its own internal web sites. thanks rr236
  13. rr236

    Select boxes

    Is it possible to populate 2 select boxes based on a radio button being clicked... If so (I know I'm sounding desparate) HOW... thanks in advance
  14. rr236

    Problem with CFTREE

    I keep geting the message load:class allaire.controls.CFTreeFormApplet not found in the browser status bar. the cftree simply does not display correctly, yet pointing to the same site using any one of another group of PC's, has no problem , and the error message simply does not appear. any...
  15. rr236

    Date Validation

    Does anybody know how to get javascript to validate a date entry. eg. that 31 February 2001 is invalid.
  16. rr236

    Changing cell attributes via a button click.

    Hi, I'm, sure this can be done, but it's not blindingly obvious (to me anyway). How can you change a table cell attribute (for example the bgcolor attribute) via a click on a button. I know this can be done with mouseovers, but I need this to be done via a button click. Any ideas would be...
  17. rr236

    IIS security

    I have a website that uses an ACL (access control list) to ensure only my group have access to the documents contained in the directory. Obviously I don't want the user name and passwords to be sent in the clear across the internet, so I set up the authentication to be challenge response. As...

Part and Inventory Search

Back
Top