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' )...
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.