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

    Launch MS Office documents in Office - not in the browser

    Hi Guys... I have a web page that lalinks to lots of word, excel, powerpoint and access files. Using a normal a href link makes the document open in the browser window. I tried using a javascript acticex to force the document to open in the office application, but due to security on our...
  2. simonWMC2

    Force Office documents to open in office, not the browser.

    (Sorry, i posted this in the wrong forum, so copied it here now - I am a numpty!) Hi guys... I have buit a web page that needs to link to a number of word, excel, powerpoint and access files. I want the links to open the files in the full applications rather than the web browser (ie6). I...
  3. simonWMC2

    Open MS office documents in Office not the browser

    Hi guys... I have buit a web page that needs to link to a number of word, excel, powerpoint and access files. I want the links to open the files in the full applications rather than the web browser (ie6). I have tried <script language="JavaScript"> function startWord(strFile) { var...
  4. simonWMC2

    Importing screen dump as graphic

    Hi... I have taken a screen dump of an application created in access. I then want to insert this shot into my flash document. The problem is it loses so much quality you can't read the text. The picture is fine in photoshop or fireworks even as a jpg, but as soon as it is imported into flash...
  5. simonWMC2

    Losing Image quality

    Hello... I have captures a screen from an access database using the print screen button. I then pasted this image into photoshop and saved as a jpg. This image looks fine in photoshop and all the text is readable. However, when I import to Flash the quality is reduced and the text within...
  6. simonWMC2

    if else statements...

    Hi I have a page with a .continue' button on it. There are also two buttons (that sit inside a movie clip)that i want the user to click before they continue. On the actions layer i have set three variables _root.cp = false; _root.rela = false; _root.pro = false; The two buttons (cp & rela)...
  7. simonWMC2

    Disabling a button from a movie clip

    Hi Peeps... I have a 30 frame movie clip that is activated to play from the maintimeline of my fla. On the last frame of the movie clip i have some code that I want to disable a button on the main timeline. I have tried next_btn1 = function() { this._enabled = false; } and...
  8. simonWMC2

    refresh page after checkbox is unticked

    Hello... I have created a page in dreamweaver with a checkbox on it. When the user ticks the box a function is run. However, if they then change their mind and untick the box, the function is still run... How can i force the page to refresh if the user unticks the box ? cheers
  9. simonWMC2

    checkbox refresh problem

    Hello... I have created a page in dreamweaver with a checkbox on it. When the user ticks the box a function is run. However, if they then change their mind and untick the box, the function is still run... How can i force the page to refresh if the user unticks the box ? cheers
  10. simonWMC2

    Behaviours = Death

    Hi Anyone had a similar problem to this ? Everythime i click the + on the behaviours panel Dreamweaver (i'm using v 8 ) just shuts down... Think I am going to have to reinstal, but was just interested to see if anyone had the same probelm. Cheers
  11. simonWMC2

    create calendar date from day number

    Hello... After a lot of help from you guys, I got a page working that converts a date into the Julian day number (day of the year - eg 01/01/06 would be day number 1, 01/02/06 would be day number 32) see (thread216-1191792) What I want to do now is create a page that does the opposite. The...
  12. simonWMC2

    Julian Date Converter

    Thanks to Kaht who gave me this code to convert a calendar date to a julian date. <script type="text/javascript"> //set an array with day counts for all months var dayCount = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31]; function convertDate(str) { //convert passed string to date...
  13. simonWMC2

    Calendar Converter

    Hello... I already asked this in the ULTRA DEV forum, so apologies if you are reading it for the second time... But I is still stuck so... ------------------------------------------------------------ Hi. I want a page that works out what the Julian date is. There are lots of examples on the...
  14. simonWMC2

    Calendar converter.

    Hi. I want a page that works out what the Julian date is. There are lots of examples on the web, but all are a bit complicated. A good one is - http://aa.usno.navy.mil/data/docs/JulianDate.html However, all I want to do is work out the day, not the year. For example the 10 March would be...
  15. simonWMC2

    FTP problem - permissions ???

    HI, I have encountered a problem when trying to FTP to my server which is on our internal network. All the permissions are set correctly but the error shown in dreamweaver states : An FTP error occurred - cannot put home.htm. Access Denied. The file may not exist, or there could be a...
  16. simonWMC2

    Folder always open in 'FILES' window

    I'm sorry - but this is a copy of a problem i posted in dreamweaver MX forum - but I had no replies, so thought I would try here.... ------------------------------------------------------------ OK, this is a kinda stupid problem, but one that is getting very annoying now... One of the folders...
  17. simonWMC2

    folder always open in local site..

    OK, this is a kinda stupid problem, but one that is getting very annoying now... One of the folders within my local site is always open when accessed via dreamweaver. This started happening in MX 2004, and is still happening now I have upgraded to Studio 8. Even after i close the folder, as...
  18. simonWMC2

    windows forgets settings for flash at every restart

    Hi I am using MS Windows 2000 pro with MM Flash mx 2004. Within Flash you get to set up your personal workspace and save it as a panel set. You can also instal custom elements. The problem is it resets itself after every restart. I thought it was the permissions on the all users (documents...
  19. simonWMC2

    Losing panel sets & have to reinstall extensions after every restart

    Hi - this is an irritating problem. Everytime I create my custom work space in flash with my own panel set it goes back to how it looks on the first run after every re boot of my PC. I also loose any macromedia extentions and have to reinstall them every day. I guess this may have as much...
  20. simonWMC2

    Conditional Text using if else statements

    Hi I am trying to create a dynamic text box that tells the user if they have passed or failed a quiz. if (QuizTrack.percent_format = '<70') { resultsText.text = "congratulations you have passed";} else { resultsText.text = "you have failed to score 70% or higher, please try again"; }...

Part and Inventory Search

Back
Top