Hello,
I have a list of 3 dates, each of which shoud be associated to a radio button, therefore only one radio button should ever be clicked.
How do you do this in director 8.5?
I've tried using the following code to determine if a checkbox was clicked and it returned "sprite 119" -...
hi qazs
Thats nearly exactly what I'm looking for :) cheers
The only thing is.. its counting upwards in this format:
0-80476.01
0-80476.02
I just want it to count from 0 to 5 minutes.. is that possible.
Also have an if condition..
if timer > 1 minute then
do condition
end if
.. where do...
Hi,
I'm trying to create a countdown timer that last 60 seconds and depending on the time left of the timer updates a text field showing this.
However, I need to get this to work as the movie is playing and not just static on one frame.
I'm using director 8.5 to create in.
If anyone can...
Ok, you need to use the xmlDom for this.
I used it with an xml file called messages.xml that consisted of the following:
messages.xml
---------------
<?xml version="1.0"?>
<worksheet>
<table>
<row>
<cell>
<data>1</data>
</cell>...
Are you sure it's not more like, Can you double check
<worksheet>
<table columncount=5>
<row>
<cellA>
<data>number</data>
</cellA>
<cellB>
<data>name</data>
</cellB>
</row>
<row>
<cellA>...
<INPUT TYPE="submit" NAME="Submit" VALUE="Submit">
needs to be
<INPUT TYPE="submit" NAME="Submit" VALUE="Submit" onclick="checkEmail()">
Mark
You can't see hidden form elements on a page, they run silently in the background, but can be accessed with client side scripting (javascript and vbscript) and they are posted to the receiving page just like other "normal" form elements.
Mark
Any luck with moley's idea?
I'd put:
Response.write("If statement succeeded")
between the "if" condition and dim line, then you'll know that the if statement and radio value works, even if the email doesn't send or work.
If moleys idea doesn't work post the code that...
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.