Tick removed from ticked box refreshes page?

I have a ticked box in a form which is in an iframe and would
like to know how i can get the iframe page to refresh when the tick
is removed.
it is possible?
what i am trying to do is allow visitors to turn off the
music which is playing in the iframe.
i am using <object> tag to play the sound.
thank you in advance for your help

no thats not right is it....
if i refresh it will still play!
i need a mute button.
gonna look around, if anyone has a suggestion let us know,
thanks

Similar Messages

  • Is there any way to insert a pop up calender and tick boxes into pages on the ipad? And if not if I do it on a mac will the document work on pages on the ipad?

    Is there any way to insert a pop up calender and tick boxes into pages on the ipad? And if not if I do it on a mac will the document work on pages on the ipad? I'm trying to set up a document with quick check boxes to tick and a date to choose rather than type? I know it possible to do it on pages on a mac but i haven't been able to find anything on the ipad to create such a thing, and I don't know if it will work on the ipad if I create it on the mac

    RGA,
    Unfortunately, I do not believe that it is possible for a DAQ board to generate an AI Start Trigger from an analog trigger, but not be triggered itself until it receives a digital trigger.
    Spencer S.

  • Delete mail from server after removed from IN BOX

    I have a mail management issue I have not been able to fully solve.
    I am balancing the same POP email accounts among the laptop using Mail (for home use) and my desktop using Eudora Pro (for work). Using Eudora, I can manually select to delete a message from the server. Eudora's manual deletions are flawless. Using Mail, the only option I can see that will help me do this is to select delete mail "When moved from In Box." If I hit the "delete" key, wouldn't that be the same as "moving if from the IN BOX?" When is the protocol actually carried out? On the next mail check? Immediately? Upon quitting and restarting Mail? I'm confused as to how this happens and why it does not seem to work all of the time.
    Any and all assistance is most appreciated.
    Much obliged,
    Mick

    Yes, deleting a message counts as moving it out of
    the inbox. The commands to remove the message from
    the server are sent the next time you check mail from
    that server, but only if there are new messages to be
    received from the server. Yes, many of us feel that
    is a bug in Mail, that it should send the remove from
    server commands the next time you check mail, whether
    or not there are new messages to be downloaded.
    Oh Gawd, I bet that's it. Yes, if that is the case, I would agree. It does not lead to efficient mail management if there needs to be a new message there. Do you know of any plans to change or alter that? Or has someone written an AppleScript of some kind to execute the command regardless?
    It's a great command, otherwise. It's nice to be able to delete a message off of one computer and have it delete off of the server without any extra hassle.
    Just wondering if there are any workarounds out there other than sending oneself a new message to get the delete from server command to activate.
    cheers,
    Mick

  • How to remove the option "Search This Site" from search box on customized Master Page in SP 2013

    Hi Everyone,
    I want to remove the option "This Site" from search box on Master page. I have searched this forum and found tips. I have added the
    <Property Name="DropDownModeEx">ShowDD_NoContextual</Property>
    in the file SearchArea under
    C:\Program Files\Common Files\Microsoft Shared\web server extensions\14\TEMPLATE\FEATURES\OSearchEnhancedFeature
    But it didn't work. The tips is for SP 2007. Anyone can help me to change this in Sp 2013?
    Thanks.
    <?xml version="1.0" encoding="utf-8" ?>
    <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
        <Control
            Id="SmallSearchInputBox"
            Sequence="25"
            ControlClass="Microsoft.SharePoint.Portal.WebControls.SearchBoxEx" ControlAssembly="Microsoft.Office.Server.Search, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c">
     <Property Name="GoImageUrl">/_layouts/images/gosearch15.png</Property>
     <Property Name="GoImageUrlRTL">/_layouts/images/gosearchrtl15.png</Property>
     <Property Name="GoImageActiveUrl">/_layouts/images/gosearchhover15.png</Property>
     <Property Name="GoImageActiveUrlRTL">/_layouts/images/gosearchrtlhover15.png</Property>
            <Property Name="UseSiteDefaults">true</Property>
            <Property Name="FrameType">None</Property>
            <Property Name="ShowAdvancedSearch">false</Property>
            <Property Name="DropDownModeEx">HideScopeDD_DefaultContextual</Property>
     <Property Name="DropDownModeEx">ShowDD_NoContextual</Property>
            <Property Name="UseSiteDropDownMode">true</Property>
        </Control>   
    </Elements>
    This is the link I found
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/dc35ccf4-bc94-4827-9f16-83478c8642d1/removing-thissite-from-search-dropdown

    Hi
    Please try this .. add this in your master page and check
    <script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
    <script>
    $(document).ready(function() {
    document.getElementById("SearchBox").children[0].children[0].value="Search";
    document.getElementById("SearchBox").children[0].children[0].title="Search";
    </script>
    Manoj Gangwar | Sharepoint 2010 MCPD | Sharepoint 2010 MCTS

  • How to automatically populate text boxes from dropdown and tick box options and then sum the results

    Firstly I need to say that I have no knowledge of how to use Javascript.
    I am using the 30 day trial of Adobe Acrobat XP Pro to see if it can be used for a Membership Application Form for the 1st year of membership. This 1st year  has a pro-rata membership fee per month left in the year of application along with a pro-rata postage fee for non-UK members. All of the input will be via basic text boxes with the exception of the application date and overseas postage for which I have created 3 dropdown boxes, one for Day, one for Month and one forYear and for the 2 tick boxes which are there for the applicant to say if they want 2 other options which have a cost attached to them.  I want to populate 2 text boxes from the Month lookup. One of these is for the pro-rata membership fee and the other for the pro-rata overseas postage. The other 2 optional items will be text boxes populated from the tick boxes. Having populated these 4 text boxes I then want to have them automatically summed to give the total to be sent by the applicant.
    I have searched many forums and tried many of the suggested ways of doing it and none of the 4 text boxes are populated.
    Are you able to help me with this?
    Many thanks

    The script solution provided is a "custom calculation JavaScript" not a "simplified field notation".
    The comment at the top of the code:
    // Custom calculate script for text field
    should help clarify the placement location for the code.
    Simplified field notation has a number of specific restrictions. One is that the provided data must be numeric data only.

  • Removing Items from Gridview and refreshing the gridview without redirecting to the same Page.(Windows Phone 8.1 Xaml)

    I have a gridview with a Usercontrol as its itemtemplate. In the Usercontrol I have a flyout attached to it using which the user can choose to delete the entry. After deletion how do I remove the entry from the gridview without redirecting to the samePage
    and removing the backstack entry?
    Please note that I am deleting/modifying the itemssource in the usercontrol's codebehind.

    Hi Rajiv,
    Where you have attached flyout. Which UI control. Is it border?? What type of UI control inside the DataTemplate?
    As normal, when user clicked on the delete item, you can retrieve the selected entry as single item of an observablecollection and pass into your ViewModel class and remove it. 
    The item will be removed at Runtime without refreshing or redirecting and there will a animation (transition) in the GridView when it removing.
    If this content doesn't match your answer. Please ask me again.
    Thank you

  • Config Settings: Commerce : Wish List tick box

    I unticked the Wishlist in the above and expected to see the default red 'Save'  buttons disappear from the WT site but despite re-caching the save buttons are stil there.
    Is this tick box functional in the current release?
    Thanks

    I am not sure about the status on the tickbox functionality, but I normally removed these buttons by using an HTML comment around them in the PartPriceBlock.ascx control in the commerce folder.
    James

  • Yahoo updated its Bizmail today. Now I've lost all tick boxes, attachment icons etc

    I have lost all tick boxes, icons for attachments and actions such as Move, Delete etc. They are replaced by some underlying square with text in them. They can be clicked but its hard to know what you are doing. How can I get them back? Is there a setting I can change? There is no such issue in IE.
    I'm running Windows 8 Pro on Sony Vaio

    A tall rectangle with two rows of two characters? This indicates that the page uses a character in a font that Firefox is not able to load and not able to substitute. In the case of Yahoo, they replaced icon images with a downloadable font. (This happened in the consumer interface many months ago.)
    First, let pages choose their own fonts. That is set in the Options dialog here:
    "3-bar" menu button (or Tools menu) > Options > Content > "Advanced" button
    Make sure the box is checked for "Allow pages to choose their own fonts". (That's the default setting, but some users turn it off.)
    If you reload the page (Ctrl+Shift+r will bypass cached files and pull everything fresh) and still don't get those characters, it's possible that font downloading is blocked somewhere else:
    (1) If you use the NoScript extension: check for "Blocked Objects" on the menu that drops down from the NoScript toolbar button. You can switch an option in NoScript to allow web fonts for trusted sites. (See: [https://support.mozilla.org/questions/1008052 Some Unicode characters are not displaying properly])
    (2) Built-in global preference (the default value is true, but some users switch this to false). To check on this:
    (a) In a new tab, type or paste '''about:config''' in the address bar and press Enter. Click the button promising to be careful.
    (b) In the search box above the list, type or paste '''gfx''' and pause while the list is filtered
    (c) If the '''gfx.downloadable_fonts.enabled''' preference is bolded and user set to false, double-click it to restore the default value of true.
    Any luck?

  • Dialogue tick boxes un-hiding all fields, not just the ones where value has changed to true

    I am hoping someone can help me make what I want to happen, happen if certain check boxes are ticked withing the dialogue box
    right now I can see on the console print that the tick box turns the value from false to true but the OK button is also un-hiding all my fields rather than just the ones where the value has turned to true. What am I missing here
    //Create a Dialogue box for staff to state how many of the account owners are in branch in order for the names to show in the signing section
    var Signors =
        result:"cancel",
        DoDialog: function(){return app.execDialog(this);},
        bChk2:false,
        bChk3:false,
        bChk4:false,
        bChk5:false,
        initialize: function(dialog)
            var dlgInit =
                    "Chk2": this.bChk2,
                    "Chk3": this.bChk3,
                    "Chk4": this.bChk4,
            dialog.load(dlgInit);
        commit: function(dialog)
            var oRslt = dialog.store();
            this.bChk2 = oRslt["Chk2"];
            this.bChk3 = oRslt["Chk3"];
            this.bChk4 = oRslt["Chk4"];
        description:
            name: "Signors",
            elements:
                    type: "view",
                    elements:
                            type: "view",
                            char_height: 10,
                            elements:
                                    type: "static_text",
                                    item_id: "stat",
                                    name: "Who is here to sign:",
                                    char_width: 15,
                                    alignment: "align_fill",
                                    font: "dialog",
                                    type: "view",
                                    char_width: 8,
                                    char_height: 8,
                                    align_children: "align_top",
                                    elements:
                                            type: "view",
                                            char_width: 8,
                                            char_height: 8,
                                            elements:
                                                    type: "check_box",
                                                    item_id: "Chk2",
                                                    name: "Primary Applicant",
                                                    type: "check_box",
                                                    item_id: "Chk3",
                                                    name: "Associate 1",
                                                    type: "check_box",
                                                    item_id: "Chk4",
                                                    name: "Associate 2",
                            type: "ok_cancel",
    // did the value change when ticked - lets check
    Signors.bChk2 = false;
    Signors.bChk3 = false;
    Signors.bChk4 = false;
    if("ok" == Signors.DoDialog())
        if (Signors.bChk2 = true)
    getField("Signor1").hidden = false;
    getField("Staff1").hidden = false;
    getField("Date1").hidden = false;
    getField("Date2").hidden = false;
    if (Signors.bChk3 = true)
    getField("Signor2").hidden = false;
    getField("Staff2").hidden = false;
    getField("Date3").hidden = false;
    getField("Date4").hidden = false;
    if (Signors.bChk4 = true)
    getField("Signor3").hidden = false;
    getField("Staff3").hidden = false;
    getField("Date5").hidden = false;
    getField("Date6").hidden = false;
        console.println("Chk2:" + Signors.bChk2);
        console.println("Chk3:" + Signors.bChk3);
        console.println("Chk4:" + Signors.bChk4);
        console.println("Chk5:" + Signors.bChk5);
    //console.println shows if bChk.. is true or false
        console.println("Chk2:" + Signors.bChk2);
        console.println("Chk3:" + Signors.bChk3);
        console.println("Chk4:" + Signors.bChk4);
        console.println("Chk5:" + Signors.bChk5);
    //Yeah, confirmed values have changed, now show fields based on staff input
    //was primary applicant ticked
    doWhatIWant: function(results) {
    if (results [Signors.bChk2] = true)
    getField("Signor1").hidden = false;
    getField("Staff1").hidden = false;
    getField("Date1").hidden = false;
    getField("Date2").hidden = false;
    //was Associate 1 ticked
    if (results [Signors.bChk3] = true)
    getField("Signor2").hidden = false;
    getField("Staff2").hidden = false;
    getField("Date3").hidden = false;
    getField("Date4").hidden = false;
    //was Associate 2 ticked
    if (Signors.bChk4 = true)
    getField("Signor3").hidden = false;
    if (Signors.bChk4 = true)  
    ("Staff3").hidden = false;
    if (Signors.bChk4 = true)
    ("Date5").hidden = false;
    if (Signors.bChk4 = true)
    ("Date6").hidden = false;

    You're missing some curly brackets, using the incorrect equality operator, and using the long deprecated field.hidden property. Try this:
    if ("ok" == Signors.DoDialog()) {
        if (Signors.bChk2) {
            getField("Signor1").display = display.visible;
            getField("Staff1").display = display.visible;
            getField("Date1").display = display.visible;
            getField("Date2").display = display.visible;
        if (Signors.bChk3) {
            getField("Signor2").display = display.visible;
            getField("Staff2").display = display.visible;
            getField("Date3").display = display.visible;
            getField("Date4").display = display.visible;
        if (Signors.bChk4) {
            getField("Signor3").display = display.visible;
            getField("Staff3").display = display.visible;
            getField("Date5").display = display.visible;
            getField("Date6").display = display.visible;
        console.println("Chk2:" + Signors.bChk2);
        console.println("Chk3:" + Signors.bChk3);
        console.println("Chk4:" + Signors.bChk4);
        console.println("Chk5:" + Signors.bChk5);
    I don't know if that will deal with all of the problems, but it's a good start.

  • Magic Mouse  question. I have set this in Preferences by ticking Swipe between pages with  one finger and also Swipe between full-screen apps with two fingers,  however when I try to do the latter, the 2 finger swipe will take me only to the dashboard and

    It's a Magic Mouse question. I have set this up in Preferences by ticking Swipe between pages with one finger and also Swipe between full-screen apps with two fingers,  however when I try to do the latter, the 2 finger swipe will take me from the app that I am on to the dashboard only and not to my other open apps.
    I also find that Smart zoom only works with some apps, for instance not with Word docs or email.
    How can I correct this please?

    Just figured out it also does not work with the Mail app.

  • Move/remove/change RSS button from next to refresh sign (Safari 4.0.4)

    How to move/remove/change RSS-button location from next to refresh sign as I'm wasting alot of time everytime when trying to hit that refresh button?
    I know I can use keyboard to refresh a webpage, but I really like the easy to use stop/refresh button a-la Firefox (after combining them) in the left side next to the "previous/next page" buttons, and I really hate that RSS appearing on all those websites which provides RSS. I don't use RSS and I don't want to see it when browsing and using Safari.
    I hope there is a way to doing that, otherwise I have no choice but switching back to Firefox..
    Thanks!

    Thanks Carolyn,
    but the "debug" menu doesn't appear after running "defaults write com.apple.Safari IncludeDebugMenu 1" command in terminal. I have Safari 4.0.4
    But the idea is great: now I only want to disable RSS.

  • My contact list on my iPod has gone. In iTunes the info section for contacts doesn't show anything  like 'family' - just tick box for all contacts. Any ideas on how to correct this? iPod is 3 yrs old...

    My ipod no longer shows any contacts from my address book. iTunes when syncing in the info section - contacts - only shows the all contacts tick box, not categories such as 'family', 'friends' etc.
    Any thoughts on why this is please?
    Am suspecting icloud as a possible culprit.....
    Thanks

    Well start with these articles and see if that gets you anywhere...
    iPod is not recognized properly by computer when USB drivers are not installed properly or are out of date
    http://docs.info.apple.com/article.html?artnum=305136
    iTunes for Windows: iTunes 7 doesn't recognize iPod
    http://docs.info.apple.com/article.html?artnum=304434
    iPod missing in "My Computer" or in iTunes for Windows
    http://docs.info.apple.com/article.html?artnum=61711
    Also you might try forcing the iPod into disk mode first, then connecting it to your computer and see if that makes it show up in iTunes...
    Putting iPod into Disk Mode
    http://docs.info.apple.com/article.html?artnum=93651
    Cheers,
    Patrick

  • Adding a tick box on checkout form to let people opt out of email listing

    hey guys ive set up a shopping site and have added an extra tick box at the bottom of the check out page to let people opt out the emailing listings if they choose to.
    Problem is I dont think the result of the tick shows up on my orders invoice inside the admin or email invoice sent to me when an Order is placed, meaning I dont know if I have permission to send out emails to old customers in the future.
    this is the look
    code looks like this
    <div class="checkbox">
    <input type="checkbox" id="EmailOptOut" value="1" name="EmailOptOut" />
    <label for="EmailOptOut">Please tick box if you would NOT like to receive future promotional emails.</label></div>
    <div class="item"><input type="submit" class="cat_button" id="catwebformbutton" value="Submit" /> </div>
    <div class="item"><br />
    </div>
    <div class="item"><br />
    </div>
    </div>
    </div>
    </div>
    </div>
    </div>
    </form>
    Can I add the result to my default email or order results?
    thanks
    Dave

    Thank you for posting.
    You can add {tag_formsummary}to the workflow notification email under system emails. You will then get the complete webform summary in the notification email.
    Regards,
    Aishvarya Raj Rastogi

  • Form template with tick-boxes

    I'm an Indesign novice and would like to create a questionnaire form which is to have tick boxes next to some questions.
    I intend to print out the document and have people tick with a pen if the question applies to them etc.
    The document will also have some other text of course, but I think I can handle that part. It's just the boxes and alignment next to each line I don't know much about, so a template would be helpful.

    RodneyA wrote:
    If you got the OpenType font "Garamond Premier Pro" with Indesign (it comes as a freebie with recent versions of the software on the Mac, at least, so you may well have it) it has a nice checkbox character, including one with a check in it that you can use for a sample if you want, and a check with no box at all.
    Thanks. I've now managed to create a paragraph style with those checkboxes
    I'm using InDesign CS4 on a Mac, but there's no font by the name of "Garamond premier pro". The closest I get is "Adobe Garamond pro" -is that what you meant?
    Since I have a lot to learn I ordered the Real world Adobe InDesign CS4 book. From what I hear it should be good for newbies and more experienced users alike, but until I receive it I need to figure out how to do some other layout styles in my document. It would help immensely if I could download one or several templates with pre-defined paragraph styles suitable for a questionnaire. Any websites where I can get that sort of thing?

  • I used to be able to sync only certain apps but now there is no tick box to select which ones how do I do this now

    Hi
    The tick box seems to have disappeared from Apps when syncing - just bought a new ipad mini and don't want all my apps on it but without the tick box I'm not sure how to select only the ones I want.  Can anyone tell me how I now select only certain apps.

    Hey Maggiely,
    Thanks for the question. The following article may have the answer to your question:
    iTunes 11 for Mac: Add apps to iPod touch, iPhone, or iPad
    http://support.apple.com/kb/PH12115
    Select Sync Apps, and click Install next to the apps you want to sync. If you have iOS 3.1 or later, you can also do the following:
    - Drag apps from the list on the left to the Home screen on the right.
    - Arrange your device’s Home screens by dragging app icons to where you want them to appear.
    Thanks,
    Matt M.

Maybe you are looking for