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 SkipVought 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: *

  1. mickjbud

    GET method form manipulation

    Thanks all Got it working just after my last post by doing what cfSearching proposed. Thanks again. Mick mymapofseychelles eWOC LookandBookIt Rotography
  2. mickjbud

    GET method form manipulation

    Thanks for your reply. I am wanting to send the data through the cfhttp request and not as a page request. I can post using the <cfhttp url="http...." method = "post" result="result"> <cfhttparam type="post" value = "#form.user#"> however I want to use the GET method and I am unable to...
  3. mickjbud

    GET method form manipulation

    Hi all I am trying to process a form using the GET method. My scenario is this. I have a page on a server that is expecting a GET request, I cannot change this. I have a form that I want to get values from to create a url i.e http://thissite.com/dosomething.aspx?value1=value1&value2=value2...
  4. mickjbud

    HTTP stream from asp.net to php

    Hi all Currently trying to read an http stream from an asp.net server. The scenario is as follows. My PHP cURL code is requesting a file on the .NET server which if, the parameters are correct in the URL, processes the .NET file and a return code of 200 with extra information streamed back...
  5. mickjbud

    mod_rewrite redirect 301

    Hi all I am using mod_rewrite to tidy up the urls and to hide the php extension of the files. I have now renamed a few of the files and would like to inform the engines(Google) that the file is now permanent. The problem I am having is that I wish for the new file name to be shown in the url...
  6. mickjbud

    Email signatures

    Hi all Presently using ACT 8.0 on XP SP2 with Outlook 2003, Office 2003. Is there no way to format signatures and have them automatically inserted into the email. At the moment the signature option only allows for text that is unformated(well done to the person who thought of this). When I...
  7. mickjbud

    IIS exe file downloads

    This is a quote from our clients hosting company. I have tested this too and I do not think it is possible to create web-shortcut directly to an exe file. I suspect this is a security restriction inherent in IIS. However, it will allow you to link to a .zip file which I have created Not much...
  8. mickjbud

    IIS exe file downloads

    Hi 999Dom999 Thanks for your help. So basically this needs doing on the server and I can't do anything other that advise our client to request for this to be done by their hosting company and if they refuse advise her to seek an alternative host? Are there any security issues with changing...
  9. mickjbud

    IIS exe file downloads

    Hi all We have a client who wishes to put an exe file on their website so the user can download to run it locally, however they are having difficulty in downloading the file. The only information that I have is that the clients website is hosted on an IIS system. After doing some searching I...
  10. mickjbud

    Passing value down to imported swf

    Thanks Kenneth and apologies but I am still trying to get the concept into my head so writing it down for someone else to understand is even more testing. I will try to explain in more detail. The main flash movie has a flash component(purchased component) on the stage. This component imports...
  11. mickjbud

    Passing value down to imported swf

    Hi all How do I access and pass information down to an imported swf file. The imported swf file contains an embedded movie object which needs information from an xml file for it to load the images and settings, but how do I pass this down. The route to the object is: _root > object_instance...
  12. mickjbud

    Accessing objects with JS and Opera

    Hi all Simple question. I wish to evaluate whether JAVA is enabled in all JAVA capable browsers. I do this by using JS thus: var applet = document.applet // applet been the id of the applet. if(applet == null) { do something here } This works fine for IE and FF but alas Opera doesn't want...
  13. mickjbud

    Java testing with JS or any other means for IE6

    Thanks Dan Looks like it could do the trick although I will need to tweak a bit. Mick <a href="http://www.mymapofseychelles.com/">mymapofseychelles</a><br/> <a href="http://www.ewoc.co.uk/">eWOC</a><br/> <a href="http://www.LookandBookIt.com/">LookandBookIt</a><br/> <a...
  14. mickjbud

    Java testing with JS or any other means for IE6

    Hi all I wish to do a conditional check to see whether the users browser has Java(Sun)installed and/or enabled using javascript or any other means so that if the users browser does not have Java installed or enabled I can update the page accordingly. JavaScript detection of Java(Sun) works...
  15. mickjbud

    Java enabled/installed test

    monksnake I wish to do a conditional check to see whether the users browser has Java(Sun)installed and/or enabled using javascript or any other means so that if the users browser does not have Java installed or enabled I can update the page accordingly. JavaScript detection of Java(Sun) works...
  16. mickjbud

    Java enabled/installed test

    Hi all Is there anyway to test whether IE6 is Java enabled or whether Java is installed. All the tests I have seen using javascript fail in IE6. IE6 reports back that it is installed or enabled even when java is not installed on the system. Not sure whether IE7 has this same bug. All help...
  17. mickjbud

    Foreign character conversion

    Hi all Server Info Apache 2.0.54 MYSQL 4.1.11 PHP 4.3.10-16 Linux Debian-4sarge Working remotely using Windows XP, Locally using similar spec but with Windows XP My problem is this. I am in the process of upgrading a website which uses a database, I am creating a customized database using...
  18. mickjbud

    streaming mp3 without streaming server

    Hi all I am wanting to stream an mp3 using the netstream object so that I can trigger a switch in javascript when the mp3 has finished playing. When the page loads the mp3 is initially set to play and when the user selects an option from a drop down menu the music continues to play this is...
  19. mickjbud

    Mp3 Streaming, Passing file name from HTML to flash

    Hi all I am wanting to stream an mp3 using the netstream object so that I can trigger a switch in javascript when the mp3 has finished playing. When the page loads the mp3 is initially set to play and when the user selects an option from a drop down menu the music continues to play this is...
  20. mickjbud

    Mp3 Streaming, Passing file name from HTML to flash

    Ignore previous message. Doh! Was testing the page from c: drive and not on my server. It works fine. Thanks again Ken.

Part and Inventory Search

Back
Top