The required function "submitAttendees " is contained inside an actionscript file "booking.as"
What I would like to know is if my syntax for calling the function (through a submit button) is right or wrong.Here it is again :
on (release){
submitAttendees();
}
The function submitAttendees is defined in my booking as script which I reproduce below :
var startDate : Date = new Date(2007, 6, 16);
var now_date:Date = new Date();
if (startDate < now_date) {
startDate = now_date;
}
var summaryArray:Array = [];
var dateArray: Array = [];
var allowAdd ...
I have a flash movie with a submit button which leads to another flash booking form book.swf . I am working in asp environment. My actionscript for the submit button is as follows :
on (release){
submitAttendees();
}
Somehow my scripts work fine on design machine , but the submit button...
Thanks I am not sure these will work for me. The situation is that I have a page element (let's say right column). The right column has an header row which I have assigned a background image through CSS. However I need this header image to be clickable.
Hi;
I am having a headache trying to figure this out. If I can, please tell me how . My present background image code :
background:#666666 url("image url") no-repeat right;
Thanks;. The keytweak approach looks the more feasible, though I thought there should be a OS resident means of assigning ascci characters to keyboard strokes
The "J" key on my Sony VAIO laptop computer is broken and the stub has become very unreliable . I called the repairshop, and I was told this will take four days to fix and at a cost enough to buy a cheap used laptop. I don't have 4 days or so much to spend on solving this so I hit on an idea...
many thanks vacunita. However the image still appears in the button (as background) and keeps on repeating even though I have not coded the css to do that . I'd rather go with the php code modification. Of course you can't enter html here right ?
The search module for a CMS that I am presently using has following code. I will like to replace the generic submit button with a graphic (graphic.gif in root folder of site) of my own. Can someone please help me ammend this ? Thanks.
Code:
defined( '_VALID_MOS' ) or die( 'Restricted access' )...
Thanks for your help. I will give it a whirl later today. Why do I want to fool with Fusebox ? A job that I am going to do in a few week's time requires that I should be able to use Fusebox with Coldfusion. I have read a little bit on what Fusebox does , but I really need to know how it does it...
Please forgive me for this.I have just downloaded and installed Coldfusion MX7 Developer on my pc. I have read all the instructions (read me, getting started....Found the command line web server configuration tool daunting) but somehow I can't figure out how to use the program yet. I can already...
Wow, what a lively forum . Everyone just dying to throw in their own tuppence and to get cited (?) !!
Alexcuse, I did indeed thank Vragabond for his attempt to help.If you didn't see it because it was not in public, then blame the forum creator, not me.
I have also sent a thank-you for your...
The string "<a href="http://www.websesame.co.uk" target="_self">" never existed in my script. I found the problem though.
I am validated again . Thanks
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.