Hi
I am calling this function with chkQ("document.responses.q1") and my form has a set of radio buttons named q1. The for loop runs the correct number of times but the var rad_val is always undefined?
function chkQ (id) {
for (var i=0; i < id.length; i++)
{
if (id[i].checked)...
Hi,
I finally figured this out..
In case it might help someone else
import flash.external.ExternalInterface;
var getScore:Object;
var susData:String;
var vewData:Array;
var arrVisited:String;
getScore = ExternalInterface.call("parent.SCORM_GetDataChunk");
var getScore:String;
susData =...
Wrong forum but your template would probably include all possible elements that you could want saved in the library as movie clips and then dragged into place as required.
Cheech
[Peace][Pipe]
Hi please post your solution, my guess would have been
body {
background-color: #FFFFFF;
background-image: url(Images/WeaverBk.jpg);
}
Cheech
[Peace][Pipe]
Hi
I am trying to get the following code to work.
Code:
import flash.external.ExternalInterface;
var getScore = ExternalInterface.call("parent.SCORM_GetDataChunk");
var susData = getScore.split("=")[1];
veiwData = susData.split("|",1);
arrVisited = veiwData.split(",");
for...
Hi,
I have a MACRO that clears out the data from and repopulates a months worth of dates in a time sheet spreadsheet.
I need to hide the weekend columns, row 6 of each column is populated with the day of the week.
What I would like to do is loop through all of the columns in a given range and...
I am trying to build a progress indicator that I can dynamically change with javascript.
Currently I have the following in the document.
<div id="ind_head">10%</div>
<div id="ind_10"></div>
<div id="ind_head">20%</div>
<div id="ind_20"></div>
And the css
div#ind_10, div#ind_20{
width:200px...
By adding a bit into the CSS you can set an active state.
Have a look at the page and css below to see how this has been achieved.
Page, look at lines 20, 22 and 24 for the id tags (different id's for validation)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
Has anyone had any experience of installing the W3C validator locally?
We develop xhtml e-learning modules and have to provide evidence of W3C validation for every page.
This is fine when we do it online by upload for a project with only a few pages but some can have many many more than that.
I...
I don't know what you mean by wrong diagnosis? That is what I experience? In Firefox the window opens to print then closes itself. If the user selects save then all that happens is the save dialogue opens.
In IE the print works as above, but the save opens a new window, then the save dialogue...
Hi thanks for the feedback/comments.
Your correct, Firefox closes the window correctly. In fact it doesn't even appear to open to the user. IE still doesn't close.
Removing the Pragma & Expires headers has no effect on either browser.
Cheech
[Peace][Pipe]
Hi
I have the following code that I post a form to with 2 submit buttons. One has the value Save and the other Print.
If the user selects the Print button the page correctly loads, the print dialogue opens & after printing the page correctly closes. However if the user selects Save, even though...
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.