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

    mysql & MS SQL 7.0 on the same web server

    Hello, Does anyone have any experience of problems when running MySQL alongside MS SQL 7.0 on a Win 2000 Web Server using IIS? thanks, g
  2. gagslondon

    MX Develpoment Bugs

    I have searched for this because I am sure MX's idiosyncrasies have been discussed here already but I have not found any refernce to the problem I encountered today. I am teaching actionscript at the moment and my class is full of bright people but with no experience of Flash. So mistake one...
  3. gagslondon

    proxy test over the web for developers without access to one

    Hi, I am developing a Macromedia Director CD Rom that needs to communicate with a web database from within a corporate environment. I do not have access to a proxy server to test this bit of the code, is there a way of doing it remotely through a web site or similiar? (I know this sounds...
  4. gagslondon

    html form submit button problems with Mac & I.E. 5.1

    Hello, I have developed a bulletin board using php and mysql. All is well except the mac heads are saying that when they hit submit on the respond form nothing happens. I have checked and checked the html, it is almost 100% strict 4.0. and really simple to be honest with you. I cannot for...
  5. gagslondon

    Converting Char to Date Type Error

    Hello, I too have a date problem with SQL Server 2000 but a search of this forum reveals mine is peculiar. Here are the detilas. Using ASP I establish the date: strInvoiceDate = Date() strInvoiceDate = FormatDateTime(strInvoiceDate,2) strInvoiceDate = CDate(strInvoiceDate) After...
  6. gagslondon

    Text Fields conflicts

    I have a varchar field that is not big enough and ntext fields will not display on my web pages. Is there a medium?
  7. gagslondon

    site becomes unavailable immediately after ftp upload

    Hi, We are running IIS 5.0 on a Windows 2000 Server machine. Immediately after uploading a file the site becomes unavailable. I get the following message Internet Explorer cannot open the site....The connection with the server was reset. Wierd thing is, non of our clients have rung to...
  8. gagslondon

    Dynamic text boxes not working in browser

    I would appreciate any comments anyone would have on the problem below: I have content loading into a dynamic text box from external text files. Depending which button you press a different text file is loaded....etc. All pretty straight foward. All if this works fine in the test movie...
  9. gagslondon

    cannot find the path specified

    Hi, I am getting a system cannot find the path specified when I try to connect iis 5.0 on my machine (Win 2k). Originally I had another error which turned out to be a corrupted metabase. I solved this by renaming the Metabase.bin file and a new one was created when I restarted the machine...
  10. gagslondon

    Dynamic text boxes

    I am having a hell of a time with dynamic text boxes. I am trying to load a list of links from a text file into a text box. This is no problem, very straight foward. The problem I am having is that the box needs to be masked and I cannot get the text box to work with both HTML checked and...
  11. gagslondon

    Old Browser Emulation

    Forgive me if this has been asked already, I have searched Tek-Tips and Google. Does anyone know of a site that facilitates Browser Emulation? I am particularly interested in version 3 browsers at this time but a site of this nature would be very useful generally me thinks. The closest I have...
  12. gagslondon

    Redirect snags using Javascript

    I have tried a number of methods; window.location.href = "http://www.newurl.com"; location.replace("http://www.newurl.com"); etc. They work fine but the url in the Address bar does not change and displays ww.oldulr.com. Client mad. Please help? Thanks gags
  13. gagslondon

    Scheduling Server Scripts to run once a day automatically

    Is there anyway to get aserver-side ASP script to run at a particular time everyday without a page having to be be accessed or refreshed? If not poss. with ASP any suggestions of what to use would be greatly appreciated. Thanks Gags
  14. gagslondon

    Any disadvantages to using application variables?

    A collegue and myself are creating a medium sized SQL Server 7 database. we are wanting to use application variables to store data for objects such as drop down boxes and some of the databases tables. For example if we store Country Name and CountryId in an application variable that is array we...
  15. gagslondon

    ASP & Firewalls

    Does anyone know a reason why firewalls would denying access to an ASP page displaying MS-Access records? G

Part and Inventory Search

Back
Top