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

    Cannot write to directory

    Hi All, I have installed phpbugtracker to manage bug tracking but get error: ---------------------------------------------------------------------- The "c_templates" subdirectory is not writeable by the web process. This needs to be corrected before the installation can proceed so...
  2. rhowes

    Running a program on dial-up

    Hi All I have a web based application that creates and queues email to be sent via SMTP when a client machine dials-up. What I need to be able to do is run a program that processes the queue when a dial-up connection is made. I am not looking to create the dial-up connection (aka rasdial), I...
  3. rhowes

    Caching Javascript .js files

    Hi All I have a problem with my browser (IE) caching .js files even when clearing my cache. Has anyone else had this problem? Is there an apache solution or do I have to find a source code/IE solution? Thanks Cheers Richard (Johannesburg, South Africa)
  4. rhowes

    JavaScript Caching

    Hi All There was a previous thread on this, but I was wondering if there is a better solution out there now (the thread is over a year old). I have a problem with .js files caching in IE5.5 and 6.0. Clearing all temporary files does not clear cached .js files. I have tried the...
  5. rhowes

    Testing for open popup window

    Hi All I have an application using IE only as the client. The app sometimes opens popup windows for various reasons/functions. I open the popup with this ('xpopup' is a global JavaScript variable): xpopup = window.open(url,"",features); On closing the popup I set xpopup to false. On...
  6. rhowes

    Lock tab sequence

    Hi All Is there a way to lock tab sequence to a set of form elements (i.e. prevent tab from also going to the body, images etc.)? I would like to keep focus on valid input fields when a user tabs between them. Thanks. Cheers, Richard (Johannesburg, Shout Africa)
  7. rhowes

    Get currently focussed field

    Hi All Is there a simple way to get a referrence to the form field that currently has focus? I want to implement copy and paste functionality and I need to know the Id of the currently focussed field. Once I have that then this works: var fieldId = "text1"; var ptr =...
  8. rhowes

    Preventiong caching post variables

    Hi All Is there a way to prevent post variables being cached? I have a page that submits a user name and password, and if valid opens a new page. I want to prevent a refresh of the logon page from logging the user on again (the fields are empty but the browser remembers the previous values)...
  9. rhowes

    Chromeless Windows on IE

    Hi All This is a warning to anyone using the chromeless windows trick on IE (resizing a fullscreen windows to create a popup with no chrome). This feature will not work in XP with Service Pack 1. Since this has been done my Micro$oft on purpose, to close what they see as a bug and security...
  10. rhowes

    IE Titlebar question

    Hi All Since the release of XP service pack 1, chromeless windows are no longer possible, so now I am trying to see how much control I have over the standard titlebar. I can change the title with: document.title = "xyz"; I have a few questions though: Can I get rid of the...
  11. rhowes

    Reading a zip file?

    Hi All How can I read a complex zip file in PHP? I have read the manual and the functions are straight forward but I cannot find the zlib.so library. I have even compiled zlib on my machine as a shared library but it creates a "libz.so" instead of "zlib.so". I am not sure if...
  12. rhowes

    Should I use frames or not?

    Hi All First of all let me say I posted this before, and got two responses. The first just said "why fix it if it isn't broken?", and the second suggested a re-write without answereing the "frames or not" question. So I apologise for re-posting but I am no closer to an...
  13. rhowes

    To frame or not to frame?

    Hi All I have developed a web based application using HTML, Javascript, PHP and MySQL. We initially developed it with two frames, a top frame with a menu and "toolbar", and a bottom frame with the actual "application" screens. We are now looking at removing the frames and...
  14. rhowes

    Positioning question

    Hi All How many of you use tables for positioning and how many use CSS? We are using tables right now but I am seriously considering moving to CSS positioning. Advice and risks "watchits" would be appreciated. Thanks. Cheers Richard
  15. rhowes

    Frames/iFrames question

    Hi All We have developed an application using two frames, top and main. The top frame is a menu/toolbar frame and the bottom frame is where the application happens. We are looking at changing to a non-frames version for various reasons, firstly because frames seems to be slower despite not...
  16. rhowes

    .js cache problem

    Hi All There are a few old threads on this problem but nothing that resolves it for me. I am hoping Kathy still reads this forum and found a solution. It seems .js files are cached by the browser and not refreshed even if you clear temp files, control refresh etc. I make changes to the .js...
  17. rhowes

    IE caching question

    Hi I am developing a web based application that is designed to run on IE 5.5+ as the client. What I want to do is optimise the speed of the client, and the best bet there seems to be making sure caching is done as well as possible. Being an application, and not a web site, I would like the...
  18. rhowes

    IE caching question

    Hi I am developing a web based application that is designed to run on IE 5.5+ as the client. What I want to do is optimise the speed of the client, and the best bet there seems to be making sure caching is done as well as possible. Being an application, and not a web site, I would like the...
  19. rhowes

    Passing parameter to new window

    Hi I am opening a new window with: var x = window.open("message.htm",.... How can I pass parameters? Can I use: var x = window.open("message.htm?parm1=1",.... If so, how do I read the parameter. If not is there a way to pass parameters? Thanks. Cheers Richard
  20. rhowes

    PPP0 startup problem

    Hi I have RedHat 7.1 running as a server. I have IP masqerading working great but I have a problem with PPP0 interface. I have to log in and start PPP0 manually (using the X network config tool) - trying to start it on bootup causes bootup to hang trying to start the PPP0 interface. Another...

Part and Inventory Search

Back
Top