I'm getting ready to release a training product, and I want only the customers to be able to access certain information on my website. The customer would bring up an html page from his hard drive and click on a link. This doesn't have to be super tight security and I don't want to add the...
My hosting company has a utility which allows me to dump the tables of a MySQL database in csv format for Excel. However, I can't figure out how to translate the numbers in date/time fields. Can anyone help?
My smtp server now requires authentication. I have an existing mail script but I have no idea how to add the authentication.
var $mailprog="/usr/sbin/sendmail -t";
...
$sm=popen("$CFG->mailprog","w");
fputs($sm,"To: $email\n");
fputs($sm,"From: $CFG->admin_email\n");
fputs($sm,"Reply-to...
Starting yesterday, I am no longer able to get to my business site, digitalmusicdoctor.com using Comcast. I can get to the site just fine using Earthlink dialup. I can get to anywhere else on the Internet that I try using Comcast.
I have tried Comcast support 4 times and they can only tell me...
I have an html page with a link on it that invokes a javascript function [javascript:movienew('Preview')]. Is there any way I can create an http link that invokes that function directly, without having to go to the page first?
Windows Search will not find any text string in an ASP file between the <% and %> tags.
I have changed my configuration as specified in Microsoft Knowledge Base Article - 309173 which basically says to turn on "Index files with unknown extensions", but it still won't work. I am running...
Windows Search will not find any text string in an ASP file between the <% and %> tags.
I have changed my configuration as specified in Microsoft Knowledge Base Article - 309173 which basically says to turn on "Index files with unknown extensions", but it still won't work. I am running...
If I launch a midi file with
document.write('<EMBED SRC= "MyMidiFile.mid" HEIGHT=0 WIDTH=0 AUTOSTART=TRUE VOLUME=100%>')
is there any way to wait until the file has finished playing and detect that condition?
I have created and market a training product that uses IE for menus and then uses javascript to launch Flash movies in a separate browser window. I have a customer who says he that when he clicks on a link to launch a movie, he receives an "Error on Page" message on the status bar and...
I am using the Macromedia Flash Deployment Kit and need to test upgrading to Flash 6 from an older version.
I uninstalled Flash 6 and downloaded a .cab file for Flash 5 from Macromedia which has 2 files: swflash.inf and SwFlash.ocx. Unfortunately I have no idea how to use those files to...
How do you view the file that is actually created by a document.write() using either NS7 or IE6? View Source in either browser shows only the original file.
Is there a way to use javascript to dynamically construct an OBJECT tag? Specifically what I'm trying to do is something like this:
In Main.html there is a function:
function openmovie(WhichMovie) {
moviewin = window.open("MyMovie.html",WhichMovie,...)
...
So, for example, if...
After a fair amount of beating my head against the computer, I have not be able to get the Flash javascript method SetVariable to work with Netscape 7. Of course, it works just fine in IE 6.
I did figure out that if you remove the OBJECT tag entirely and use only an EMBED tag, then it will...
I need to either open a second window or reload the 2nd window if it is already open, so I'm using the code:
function openmovie(url) {
if (!moviewin.open) {
moviewin = window.open("Window_2.htm",url,"");
moviewin.focus();
}
else {
moviewin.window.name = url...
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.