I am testing this on both the latest version of IE and the latest version of Firefox. In IE it works, but Firefox it doesn't. I am getting the javascript error from the Javascript Console in Firefox.
Thanks,
James
Thanks for your responses.
Here is the information that lead me to believe that focus had to be given to the flash movie before tabbing inside the flash piece could ever happen.
http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_15586
Thanks, Jeff.
Unfortunately, the whole site is done in flash, I am required to make the site 508 compliant and I do not have the option of making alternative content in this case.
Am I doomed?
-James
I need this flash movie to be 508 compliant for the blind. So, I need to be able to tab through each of my buttons. If focus is not on the flash movie, tabbing just skips right over it!
This cannot be done?!
Thanks,
James
I am trying put the focus onto a flash piece on a html page. I keep getting an error saying that window.document.mymovie.focus is not a function. Here are the code snippets:
<body onLoad="window.document.mymovie.focus();">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"...
Rob,
Everything is working now! Not sure why this didn't work before, but it works very well now! This is what I used:
Set objConn = Server.CreateObject("ADODB.Connection")
objConn.Open "Provider=Sqloledb;server=YourServerName;Database=YourDatabase;UID=wrd_user;Password=********"
Thank you so...
Rob,
I double clicked on the .vbs file and it started displaying lots of msgboxes with table names. All msgboxes just had "OK" buttons to press. Then, I got an error message when saying:
Script: X:\testing.vbs
Line: 161
Char: 1
Error: PowerPoint could not open the file.
Code: 80004005...
I am currently running the .vbs file through Coldfusion. The .vbs file is then interpreted by the cscript.exe file. So, I never see any errors because Coldfusion doesn't know what is happening inside that .vbs file. Can you reccommend a decent VBscript compiler that is free or a trial version...
Hello Rob,
Thank you very much for your response! I tried your two suggestions with no luck? I am really confused with this problem. Are there any settings on the database server that could be preventing the connection from occurring other than the UID or Password? I have done a lot of...
Hello,
I am using Coldfusion to call a .vbs file that creates a Powerpoint file using information it pulls from a database. It doesn’t work. Here is the code I am using to execute the .vbs file:
-------------------------------------------------------------------------------
<cfexecute...
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.