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...
(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...
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...
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...
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...
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)...
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...
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
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
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
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...
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...
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...
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...
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...
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...
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...
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...
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...
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";
}...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.