Help to create a Lucky Dip button, please?

have developed a Football Pools competition to raise funds
for various Good Causes and found a programmer to create the
attached Flash file. Unfortunately he was involved in a serious car
crash and will be hospitalised for many weeks.
I apologise in advance - this may be a very inappropriate
request ... I am not a programmer, just trying to find someone to
help
The last 2 parts he was undertaking were to
1. create a "Lucky Dip" button that filled in randomly each
of the required 15 choices .... to make life easy for non-fans, a
button to press for a Lucky Dip selection BUT with the option to
still change any individual choice they did not like
2. Create a pop-up "warning" if anyone tried to submit an
incomplete "entry" - forecasts are required for ALL 15 matches.
I would be happy to pay a reasonable fee if this is again,
not breeching etiquette.
Thanks in advance for any help which will be much
appreciated.
My main email is [email protected]
LINKS to files:
SoccerBingo
SWF
fla file
flp
file

have developed a Football Pools competition to raise funds
for various Good Causes and found a programmer to create the
attached Flash file. Unfortunately he was involved in a serious car
crash and will be hospitalised for many weeks.
I apologise in advance - this may be a very inappropriate
request ... I am not a programmer, just trying to find someone to
help
The last 2 parts he was undertaking were to
1. create a "Lucky Dip" button that filled in randomly each
of the required 15 choices .... to make life easy for non-fans, a
button to press for a Lucky Dip selection BUT with the option to
still change any individual choice they did not like
2. Create a pop-up "warning" if anyone tried to submit an
incomplete "entry" - forecasts are required for ALL 15 matches.
I would be happy to pay a reasonable fee if this is again,
not breeching etiquette.
Thanks in advance for any help which will be much
appreciated.
My main email is [email protected]
LINKS to files:
SoccerBingo
SWF
fla file
flp
file

Similar Messages

  • Can anyone help please?... "Lucky Dip button"  + "Confirm" routine

    I have developed a Football Pools competition to raise funds
    for various Good Causes and found a programmer to create the
    attached Flash file. Unfortunately he was involved in a serious car
    crash and will be hospitalised for many weeks.
    I apologise in advance - this may be a very inappropriate
    request ... I am not a programmer, just trying to find someone to
    help
    The last 2 parts he was undertaking were to
    1. create a "Lucky Dip" button that filled in randomly each
    of the required 15 choices .... to make life easy for non-fans, a
    button to press for a Lucky Dip selection BUT with the option to
    still change any individual choice they did not like
    2. Create a pop-up "warning" if anyone tried to submit an
    incomplete "entry" - forecasts are required for ALL 15 matches.
    I would be happy to pay a reasonable fee if this is again,
    not breeching etiquette.
    Thanks in advance for any help which will be much
    appreciated.
    My main email is [email protected]
    LINKS to files:
    SoccerBingo
    SWF
    fla file
    flp
    file

    Here
    http://www.jswinesolutions.com/contactus.php
    I used:
    <input type="image" src="images/submit.png"
    name="Send" value="Send Mail" alt="Send"
    onmouseover="this.src='images/submit2.png'"
    onmouseout="this.src='images/submit.png'">
    </form>
    It would be ideal to do this with css but there isn't a
    reliable way as far
    as I know.
    Kind Regards
    Paul Dell
    An Eye of Menorca
    www.dellimages.com
    Blog
    www.paul-dell.com
    "9thReg" <[email protected]> wrote in
    message
    news:fo1oam$kct$[email protected]..
    > Hi all, I'm trying to make a feedback form that has the
    submit button. I
    > am
    > hoping to have the submit button have a rollover effect.
    I have tried a
    > number
    > of combinations, but I am not able to get it to work. Is
    this something
    > that
    > can be done? The code I have is the following: <input
    type='image'
    > name='imageField' src='images/submit.gif'
    >
    onmouseover='MM_swapImage('Image2','','images/submitover.gif',1)'
    > value='Submit
    > Request' /> Thanks
    >

  • I created my itunes account YEARS ago!! And I can't remember the answers to my security questions? Because I cannot remember the answers I cannot make purchases in the app store. Please help me create new security questions.

    I created my itunes account YEARS ago!! And I can't remember the answers to my security questions? Because I cannot remember the answers I cannot make purchases in the app store. Please help me create new security questions. Please help me.

    If you have a rescue email address (which is not the same thing as an alternate email address) set up on your account then you can try going to https://appleid.apple.com/and click 'Manage your Apple ID' on the right-hand side of that page and log into your account. Then click on 'Password and Security' on the left-hand side of that page and on the right-hand side you might see an option to send security question reset info to your rescue email address.
    If you don't have a rescue email address (you won't be able to add one until you can answer 2 of your questions) then see if this user tip helps you get the questions reset :https://discussions.apple.com/docs/DOC-4551
    e.g. you can try contacting iTunes Support :http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Account Management , and then try Apple ID Account Security
    or try ringing the number for AppleĀ  in your country and ask to talk to the Account Security Team : http://support.apple.com/kb/HE57

  • Pls help in creating cluster view

    Pls help in creating cluster view
    regards
    jindow

    Hi,
    Please try this and use BSEG as an example.
    1. Go to SE12.
    2. Enter BSEG
    3. Click Display button
    4. Go to Delivery and Maintenance' tab.
    5. You should be able to see Pool/cluster RFBLG.
    6. Double click RFBLG and then click Where-Used list button (CTRLSHIFTF3).
    7. Select Table option and click Execute button.
    8. System will show all the table that belong to this pool/cluster.
    For Pool/Cluster REGUC, it is only used in table REGUP.
    Look at the below link
    Re: Define view for cluster table?
    Regards,
    Priyanka.

  • How to create authorisation object for save button please help in abap

    how to create authorisation object for save button please help in abap

    Hi
    In general different users will be given different authorizations based on their role in the orgn.
    We create ROLES and assign the Authorization and TCODES for that role, so only that user can have access to those T Codes.
    USe SUIM and SU21 T codes for this.
    Much of the data in an R/3 system has to be protected so that unauthorized users cannot access it. Therefore the appropriate authorization is required before a user can carry out certain actions in the system. When you log on to the R/3 system, the system checks in the user master record to see which transactions you are authorized to use. An authorization check is implemented for every sensitive transaction.
    If you wish to protect a transaction that you have programmed yourself, then you must implement an authorization check.
    This means you have to allocate an authorization object in the definition of the transaction.
    For example:
    program an AUTHORITY-CHECK.
    AUTHORITY-CHECK OBJECT <authorization object>
    ID <authority field 1> FIELD <field value 1>.
    ID <authority field 2> FIELD <field value 2>.
    ID <authority-field n> FIELD <field value n>.
    The OBJECT parameter specifies the authorization object.
    The ID parameter specifies an authorization field (in the authorization object).
    The FIELD parameter specifies a value for the authorization field.
    The authorization object and its fields have to be suitable for the transaction. In most cases you will be able to use the existing authorization objects to protect your data. But new developments may require that you define new authorization objects and fields.
    http://help.sap.com/saphelp_nw04s/helpdata/en/52/67167f439b11d1896f0000e8322d00/content.htm
    To ensure that a user has the appropriate authorizations when he or she performs an action, users are subject to authorization checks.
    Authorization : An authorization enables you to perform a particular activity in the SAP System, based on a set of authorization object field values.
    You program the authorization check using the ABAP statement AUTHORITY-CHECK.
    AUTHORITY-CHECK OBJECT 'S_TRVL_BKS'
    ID 'ACTVT' FIELD '02'
    ID 'CUSTTYPE' FIELD 'B'.
    IF SY-SUBRC <> 0.
    MESSAGE E...
    ENDIF.
    'S_TRVL_BKS' is a auth. object
    ID 'ACTVT' FIELD '02' in place 2 you can put 1,2, 3 for change create or display.
    The AUTHORITY-CHECK checks whether a user has the appropriate authorization to execute a particular activity.
    This Authorization concept is somewhat linked with BASIS people.
    As a developer you may not have access to access to SU21 Transaction where you have to define, authorizations, Objects and for nthat object you assign fields and values. Another Tcode is PFCG where you can assign these authrization objects and TCodes for a  profile and that profile in turn attached to a particular user.
    Take the help of the basis Guy and create and use.
    Regards
    ANJI

  • Need help in creating Buttons in ADF10g

    Hi,
    My questions are:
    1. Is it possible to modify the width of row in ADF10g. Because the width of rows in my output are high. So I want to reduce it.
    2. I need help in creating a new 'createbutton' to create a newlist for the table . for this I have used create button but didnot succed.
    3. I also need help in creating 'save button' to save modified data into the table.
    4. I need help in creating a select-one-choice and select-one-list for columns of table.
    Please help me.
    regards,
    sanjana
    sanjana

    the Easy Tabs could be useful for your requirement
    http://usermanagedsolutions.com/SharePoint-User-Toolkit/Pages/Easy-Tabs-v5.aspx
    /blog
    twttr @esjord

  • Please help me creating a new listener with different port#.

    I have two instances in a server. both have different homes. I want to create a seperate listener for the second one i created.
    But that is not happening.
    here i tried to give name from LISTENER TO LISTENER1 & Port# from 1521 to 1524.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /apps2/oracle)
    (PROGRAM = extproc)
    LISTENER1 =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = aixth53)(PORT = 1524))
    When I check lsnrctl status with LISTENER1 , it still shows the other instance home with port#: 1521
    Please help me creating a new listener with different port#.
    Thanks,

    marist89 wrote:
    sb92075 wrote:
    marist89 wrote:
    sybrand_b wrote:
    The listener is a broker only and doesn't play any role in normal communications.
    It just forks a process or a thread, and that's it.And the listener is a single point of failure. Listener goes down, you can't connect to the db. That's why you need two listeners.If listener one goes down, then listener two goes down for exact same reason since it is a single executable file.I'm not playing tit-for-tat with you. Fact is, there are situations where people who are not you might want to use more than one listener.Some folks might want to jab a sharp pencil into their eye, too.
    Just because you can do something, it does not necessarily mean it should be done.

  • TS3406 I have a connection in the top left hand corner and can access the internet with and without internet on my iphone 5c but I can't receive and create texts and calls, someone please help have tried everything!

    I have a connection in the top left hand corner and can access the internet with and without internet on my iphone 5c but I can't receive and create texts and calls, someone please help have tried everything!

    YOu will need to contact your cell phone provider to resolve those issue, those are carrier features.

  • I installed iphoto 9.2.  When I try to create slideshow iphoto crashes.  Please Help.

    I installed iphoto 9.2.  When I try to create slideshow iphoto crashes.  Please Help.  See Crash Log:
    Process:         iPhoto [127]
    Path:            /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Identifier:      com.apple.iPhoto
    Version:         9.2 (9.2)
    Build Info:      iPhotoProject-626000000000000~2
    Code Type:       X86 (Native)
    Parent Process:  launchd [88]
    Date/Time:       2011-10-16 19:52:29.221 -0700
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          494872 sec
    Crashes Since Last Report:           6
    Per-App Interval Since Last Report:  2575 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      70310EDC-B2CC-4946-B187-6B5EBE8F0AB2
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    Crashed Thread:  43  Dispatch queue: com.apple.root.default-priority
    Application Specific Information:
    objc_msgSend() selector name: retain
    Thread 0:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib                       0x9a1deaa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9a1de75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x9a1e03f8 pthread_cond_wait$UNIX2003 + 73
    3   com.apple.Foundation                    0x993cfa1c -[__NSOperationInternal waitUntilFinished] + 55
    4   com.apple.Foundation                    0x993cf9cd -[NSOperation waitUntilFinished] + 89
    5   com.apple.Foundation                    0x993cf8c7 -[NSOperationQueue waitUntilAllOperationsAreFinished] + 237
    6   ...pple.iLifeSlideshowProducer          0x0253b152 -[MPCropController cropSlidesForLayerGroup:inDocument:withOptions:] + 594
    7   ...pple.iLifeSlideshowProducer          0x0253aef7 -[MPCropController cropSlidesInDocument:withOptions:] + 71
    8   ...pple.iLifeSlideshowProducer          0x0251d7c2 -[MPAuthoringController authorLayerGroup:inDocument:withOptions:] + 4258
    9   ...pple.iLifeSlideshowProducer          0x0251bf75 -[MPLayerGroup setStyleID:] + 325
    10  ...pple.iLifeSlideshowProducer          0x0251bdf7 -[MPDocument applyStyle:] + 103
    11  com.apple.iPhoto                        0x0018f5e3 0x1000 + 1631715
    12  com.apple.iPhoto                        0x0018ec63 0x1000 + 1629283
    13  com.apple.iPhoto                        0x0018ea11 0x1000 + 1628689
    14  com.apple.iPhoto                        0x0018d93d 0x1000 + 1624381
    15  com.apple.AppKit                        0x901ada26 -[NSApplication sendAction:to:from:] + 112
    16  com.apple.AppKit                        0x9028d255 -[NSControl sendAction:to:] + 108
    17  com.apple.AppKit                        0x90288d02 -[NSCell _sendActionFrom:] + 169
    18  com.apple.AppKit                        0x90287ff9 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 1808
    19  com.apple.AppKit                        0x902dd6ed -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 524
    20  com.apple.prokit                        0x01a4721e -[NSProButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 539
    21  com.apple.AppKit                        0x90286a4f -[NSControl mouseDown:] + 812
    22  com.apple.iLifeKit                      0x0196e4e2 -[IPKButton mouseDown:] + 434
    23  com.apple.AppKit                        0x90284a58 -[NSWindow sendEvent:] + 5549
    24  com.apple.AppKit                        0x9019d60b -[NSApplication sendEvent:] + 6431
    25  com.apple.iLifeKit                      0x01994ac7 -[iLifeKit sendEvent:] + 55
    26  com.apple.iPhoto                        0x0008d78b 0x1000 + 575371
    27  com.apple.AppKit                        0x90131253 -[NSApplication run] + 917
    28  com.apple.AppKit                        0x90129289 NSApplicationMain + 574
    29  com.apple.iPhoto                        0x000114d0 0x1000 + 66768
    30  com.apple.iPhoto                        0x00010ad9 0x1000 + 64217
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x9a1d7382 kevent + 10
    1   libSystem.B.dylib                       0x9a1d7a9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                       0x9a1d6f59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                       0x9a1d6cfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                       0x9a1d6781 _pthread_wqthread + 390
    5   libSystem.B.dylib                       0x9a1d65c6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib                       0x9a1b0b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x9a1de6e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x9a20d5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x993c78e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x993803b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x99380294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0175b702 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0175a6b0 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x9938b4c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x9938b474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x9a1de259 _pthread_start + 345
    11  libSystem.B.dylib                       0x9a1de0de thread_start + 34

    Post the Crash Log.
    It's at Home / Library / Logs / Crash-Reporter / iphoto.crash.log
    Double click on the file and it will open in the Console. Copy and Paste it in here. Just the first 50 or so lines is enough

  • I downloaded the new version of firefox, now my flash player wont work, the html text box is gone and so is the back and forward buttons. please help??

    I downloaded the new version of firefox, now I cant watch any movies, the html text box is totally gone, and so is the back and forward website buttons, please help? can i just have the old version back?

    Not sure whether for instance you initially had a Yahoo optimised version of Firefox, and have now overwritten it with an official Mozilla version. Although the Mozilla version should NOT add unwanted features, but the Yahoo version may well do.
    If you merely need to find the Yahoo emails page quickly just add it as a bookmark or as a bookmark on the Bookmarks toolbar and make sure that is visible.
    Clicking the star icon on the location bar whilst looking at your emails will bookmark the page.
    * [[How to use bookmarks to save and organize your favorite websites]]
    * [[Bookmarks Toolbar - Display your favorite websites at the top of the Firefox window]]
    I do not use Yahoo myself,and am not sure what add-ons are available. You could search yourself using
    * FirefoxButton -> add-ons
    ** see [[Find and install add-ons to add features to Firefox]]
    ** examples [https://addons.mozilla.org/en-us/firefox/addon/yahoo-toolbar/ yahoo toolbar] & [https://addons.mozilla.org/en-us/firefox/addon/yahoo-mail-notifier/ mail notifier]
    * also look at Yahoo's own information such as http://help.yahoo.com/tutorials/toolbar/cl3/c3_ff_toolbar1.html

  • I can't create rescuse email to change security questions. Please helps me create rescuse email

    I cant create rescuse email to change security questions. Please helps me create rescuse email

    If you have a rescue email address (which is not the same thing as an alternate email address) set up on your account then you can try going to https://appleid.apple.com/and click 'Manage your Apple ID' on the right-hand side of that page and log into your account. Then click on 'Password and Security' on the left-hand side of that page and on the right-hand side you might see an option to send security question reset info to your rescue email address.
    If you don't have a rescue email address (you won't be able to add one until you can answer 2 of your questions) then see if this user tip helps you get the questions reset :https://discussions.apple.com/docs/DOC-4551
    e.g. you can try contacting iTunes Support :http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Account Management , and then try Apple ID Account Security
    or try ringing the number for AppleĀ  in your country and ask to talk to the Account Security Team : http://support.apple.com/kb/HE57

  • BB apps is not working, how to create BB email add? please help

    BB apps is not working, how to create BB email add? please help

    If none of the blackberry apps are working and you are unable to setup an email address..... have you got a Blackberry Data Plan active on your account?

  • HOW TO CREATE AUTHORISATION OBJECT IN ABAP PLEASE HELP

    HOW TO CREATE AUTHORISATION OBJECT IN ABAP PLEASE HELP

    You can Use Transaction code: RSSM
    Check the following link
    http://www.sap-img.com/bc042.htm
    In SU20 you will have to create a CLass.
    After saving this double click this and you will taken to another screen where you can create Auth Object.
    You can create authorization fields in SU21 or use existing ones.
    You can also do above thru tcode SE80 Edit -> Other Object. In one the tabs you will see Auth. Objects .

  • HELP! How do I create a vertical scroll button for online banners?

    Hi, I am creating Flash online banners and the disclaimer needs to open as a vertical scroll banner once the mouse touches the 'x close' button where the words 'Disclaimer' is stated.
    How do I create a vertical scroll button including text?
    I am using Flash CS6.

    Hi Babaa,
    sry for the lateness of my reply.
    I would simply make a button that when clicked, displays a layer containing your disclaimer text. The discliamer text would be inside a Movie Clip (MC) for ease of controlling.
    the MC then contains a text field which has a scrollable field. as the user scrolls through you can then display a "close" button to close out the disclaimer MC.
    If you still need the work done feel free to email or PM me here and we can discuss the job further.
    Regards
    Russ

  • How can I set a value in a field before create when a New button is clicked

    Hi,
    I am using
    JDeveloper 10.1.3.1.0.3984 and
    JHeadstart 10.1.3.1 release 10.1.3.1.26
    I have one group and there is a detail group under that group.
    From main group to detail group there are 3 field relating those groups.
    field1
    field2
    fieldSEQ (auto-generated by database trigger)
    These 3 fields are PK.
    In the detail group, there is a New button. So, when the New button is clicked, it tries to create the record with those 3 fields value as those are coming from main group. As a result it's giving the duplicate error as that record already exists in the table.
    But I don't want to create the record with that SEQ as that will be created in the trigger.
    How can I set the SEQ temporarily any no. (-1) before create when the New button is clicked?
    Can anybody help?
    Thanks
    Syed Jabbar
    University of Windsor
    Windsor, ON, Canada

    Hello Syad,
    What I would suggest is setting the sequence number at the creation of the entity object (so in the create() method) by using the database sequence. This way it will always be unique.
    So something like:
    protected void create(AttributeList AttributeList) {
    super.create(AttributeList);
    SequenceImpl sequence =
    new SequenceImpl("KCP_SEQ", getDBTransaction());
    setFieldSeq( sequence.getSequenceNumber());
    If this still does not solve it: please go to the ADF Forum since this problem is an ADF problem, not a JHeadstart problem.
    Regards,
    Evert-Jan de Bruin
    JHeadstart Team.

Maybe you are looking for