Not allowing user to enter a new URL

I do not want students to be able to see the url or be able to browse the internet when teaching internet based testing program

Just guessing here, but DW needs to know where you want to place the new folder
Select, and right-click the folder in which you want to contain the new folder

Similar Messages

  • Do not allow user to enter non-number data.

    Hello
    For some reason the have used the TEXT FIELD object for numeric data input field.
    Actually, user has to always enter numeric data ONLY.
    No decimals, no commas, no alphabetical characters allowed except numbers.
    (Syststem should not allow user enter non-allowed data at all....i mean to say, when we achive by using Numeric field/object.... or If user trying to enter any non-allowed data i hv to throw an error and CLEAR the field immediately)
    Pls. let me know How to get my requirement? Do i need to use JavaScript or Pattern or Validation Pattern in object pallette or ALL 3?
    I am newbie, pls. provide me the code (if JavaScript)
    Thank you

    http://forums.adobe.com/message/4265578#4265578

  • Allowing user to enter new member in a dimension

    <p>I would like to know if it is possible to use forms to enter newmember in a dimension (for example a new project in the 'project'dimension). Currently we have created dummy project beforehand...But I have seen that <b>the workforce</b> allows users to enter anew 'employee' using a form... I believe it must create a newmember in the dimension ?</p>

    <p>I am not sure to understand exactly how you are working...</p><p>If you create three dummy project for every branch / sales area,does that means that actual project are consolidated in thoseproject? Then do you use the workflow feature? For example, how canyou approve or reject a high probability project code that wouldsum up several kind of project...</p><p> </p><p>In my opinion, it's necessary to work on 'single' and identifiedproject. In my company we have to be SOX compliant. I am quite surehaving a budget on 'unidentified' project is not really SOXcompliant...</p><p> </p><p>"It is better not to allow the users to edit thedimensions.It will create problems."</p><p>I certainly do not want to give them administration rights norto much possibilit&eacute;. But I am just willing to let themcreate new zero level member on their department... I believethat's what Hyperion has done in the Workforce Planning module. Isthere anybody who can confirm that? How do they have done that?</p>

  • HT4847 I have been trying to pay £7.99 for my icloud storage but the online would not allow me to enter new card details as the one you have has expired ?

    I have been trying to pay £7.99 for my icloud storage upgrade but the online would not allow me to enter new debit card details as the one you have has expired ?
    How can I entre new card details to do so?

    You have to change the card in the 'Account' section of the iTunes Store, in 'Payment details'.

  • On and iPad how to Allow User To Enter Custom Text  (Dropdown only) Enables users to enter a value other than the ones in the list.

    On an iPad, how do I :
    Allow User To Enter Custom Text
    (Dropdown only) Enables users to enter a value other than the ones in the list.'?

    Are you using the built-in Currency option under the Format tab? If so,
    what you're describing should not happen.

  • Having a problem with Firefox using Hotmail email. Inbox - as checking messages it freezes up or a 1 item window follows cursor and does not allow you to enter

    I am having a problem accessing Hotmail email messages via Fireflox server. When I am in the Inbox, reviewing messages, it either freezes up or a "1 item" small icon window follows cursor and does not allow me to enter messages or do anything. Have to log off and start over. Suggestions>?

    Can you detect any pattern to it, whether related to messages with attachments, or particular advertising on the page, etc.?
    When you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.
    1. Clear Firefox's Cache
    orange Firefox button ''or'' Tools menu > Options > Advanced
    On the Network mini-tab > Offline Storage : "Clear Now"
    2. If needed, delete the site's cookies here
    While viewing a page on the site, right-click and choose View Page Info > Security > "View Cookies"
    (Usually the dialog will refer to live.com rather than hotmail.com, that's normal.)
    Then try reloading the page and logging in again. Does that help?

  • Failed to load resource: the server responded with a status of 405 (Method Not Allowed) XMLHttpRequest cannot load (WCF service URL). Invalid HTTP status code 405

    Hi,
    while consuming the  WCF service POST method Jquery, getting error in Chrome and firefox, in IE  Its working fine.
    ERROR:Failed to load resource: the server responded with a status of 405 (Method Not Allowed)  XMLHttpRequest cannot load (WCF service URL). Invalid HTTP status code 405.
    Jquery used to call:
    $.support.cors = true
            $.ajax({
                type: "POST",
                url: serviceURL,
                data: JSON.stringify(managedProps),
                useDefaultXhrHeader:false,
                contentType: "application/json; charset=utf-8",
                dataType: "json",
                //processData: true,
                crossDomain: true,
                success: function (data, status, jqXHR) {
                   alert("sucess");
                error: function (xhr) {
                    alert("error");
    WCF sevice Web.config
    <webHttpBinding>
            <!--<binding name="webHttpBindingWithJsonP" transferMode="StreamedRequest" />-->
            <binding name="crossDomain" crossDomainScriptAccessEnabled="true" transferMode="StreamedResponse" />
          </webHttpBinding>
        </bindings>
        <services>
          <service name="DynamicRefinerWCF.DynamicRefiner">
            <endpoint address="" behaviorConfiguration="REST" bindingConfiguration="crossDomain" binding="webHttpBinding" contract="DynamicRefinerWCF.IDynamicRefiner" />
            <endpoint address="mex" binding="mexHttpBinding" contract="DynamicRefinerWCF.IDynamicRefiner" />
            <host>
              <baseAddresses>
                <add baseAddress="http://localhost/example.svc" />
              </baseAddresses>
            </host>
          </service>
        </services>
        <!--<protocolMapping>
            <add binding="basicHttpsBinding" scheme="https" />
        </protocolMapping>-->    
        <!--<serviceHostingEnvironment aspNetCompatibilityEnabled="true" multipleSiteBindingsEnabled="true" />-->
      </system.serviceModel>
      <system.webServer>
        <!--<modules runAllManagedModulesForAllRequests="true"/>-->
        <modules>
          <remove name="WebDAVModule" />
        </modules>
        <handlers>
          <remove name="WebDAV" />
        </handlers>
        <directoryBrowse enabled="true" />
        <httpProtocol>
          <customHeaders>
            <add name="Access-Control-Allow-Origin" value="*"/>
            <add name="Access-Control-Allow-Headers" value="Content-Type"/>
            <add name="Access-Control-Allow-Methods" value="GET, POST, PUT, DELETE, OPTIONS"/>
            <add name="Access-Control-Request-Headers:" value="*" />
            <add name="Access-Control-Request-Method:" value="*" />
          </customHeaders>
        </httpProtocol>
        <!--
            To browse web app root directory during debugging, set the value below to true.
            Set to false before deployment to avoid disclosing web app folder information.
          -->
        <!--<directoryBrowse enabled="true"/>-->
      </system.webServer>
    </configuration>
    Thanks,
    Swathi

    Right on - I have done that a number of times.

  • Safari 6.0.1 will not allow me to enter addresses from my address book when I want to create an e-mail or forward

    When attempting to send an e-mail or forward an e-mail Safari will not allow me to enter address from my address list. This is a situation that has just developed when I upgraded to Mountain Lion.

    See [[Blank messages in Hotmail]]

  • HT2204 I have a different email address and itunes will not allow me to use my new ID! I cant download anything!

    Why is itunes not allowing me to use my new email address? Itunes wont authorize to me to dowload anything - I haven't accessed Itunes for over a year during that time my computer crashed, I had to change email addresses and things got lost...like passwords and so forth and so on...I recieved two emails to [email protected] from itunes saying all was good and then all wasn't good. Please, can you help me!

    I suggest you go to Apple's ID site, log in and update everything. Then you will surely get a confirmation mail.
    Once all is done, you will most probably be able to log in to the iTunes store again.

  • If there is no accounting document; SAP should not allow users to print

    Dear Gurus,
    Is there a standard way that,
    --if there is no accounting document; SAP should not allow users to print invoice?
    How can I do it?
    Regards,

    You can either use Tcode NACE for output procedure pr follow following path in SPRO:
    IMG - SD - Basic Functions - Output control - Output Determination - Maintain Output Determination for Billing Documents - Maintain Output Determination Procedure
    There for your output procedure used for the desired output type maintain requirement routine as 62 : Billing doc released to acctng.
    This requirement is met if the billing document is complete checking the header, pricing, and all items and has already been passed to financial accounting. The requirement also checks that the document is not relevant for an invoice list. This requirement can be assigned to billing document output condition types that should only be processed when the billing document is complete and forwarded to accounting. This requirement can only be used with billing documents.
    Regards
    JP

  • Activity type E not allowed for equipment entered

    Dear Sir , We are using ETM . Following error is coming while creating  performace based document .
    Activity type E not allowed for equipment entered
    Regards
    Anil

    Give 1 for both type and give it a try.
    for target=actual which is type 5 pls check the link below
    http://help.sap.com/saphelp_46c/helpdata/EN/66/bc6faa43c211d182b30000e829fbfe/content.htm

  • TS3274 My Air Ipad keeps switching to voice-over, it will not allow me to enter my password. It keeps saying that I've entered the wrong password.  It's asking for a password of zero value. How can I correct this.

    My Air Ipad keeps switching to voice-over, and it will not allow me to enter my password. It keeps saying that I've entered the wrong password.  It's asking for a password of zero value. When I enter my personal password that I created, it say it the wrong password, then it say try again in 5 minutes and shuts itself down.  Is anyone else having this issue and how can I fix it?

    Hello SharonLo
    Your best bet would be to restore your iPad if it is not accepting your passcode. Check out the article below to walk you putting your iPad into recovery mode and using iTunes to restore it.
    iOS: Forgotten passcode or device disabled after entering wrong passcode
    http://support.apple.com/kb/ht1212
    Disconnect the USB cable from the device, but leave the other end of the cable connected to your computer's USB port.
    Turn off the device: Press and hold the Sleep/Wake button for a few seconds until the red slider appears, then slide the slider. Wait for the device to shut down.
    While pressing and holding the Home button, reconnect the USB cable to the device. The device should turn on.
    Continue holding the Home button until you see the Connect to iTunes screen.
    iTunes will alert you that it has detected a device in recovery mode. Click OK, and then restore the device.
    Regards,
    -Norm G.

  • Elements 12 will not allow me to enter serial number on installation

    elements 12 will not allow me to enter serial number on installation

    Hello,
    did you purchase your product from these firms like Amazon? If yes, this is not a serial number, only a code with which you can request a serial number from Adobe. Please have a look at http://helpx.adobe.com/x-productkb/global/find-serial-number.html. (Start here: How did you purchase your product?)
    The following part, so I just see at least, ceased to exist on my Adobe website, everything takes place in the link from above. I leave it as an info yet, it might still fit for you. For this purpose, please click your way through to your Adobe Store and find the button "Get Serial Number". Fill in the form and after a while you will get the real serial number.
    Hans-Günter

  • Hi. simple passcode is on.  I changed my passcode from 5555 to kitkat2002 but when i tried typing it to unlock my phone, it is not allowing me to enter letters :(

    Hi. simple passcode is on.  I changed my passcode from 5555 to kitkat2002 but when i tried typing it to unlock my phone, it is not allowing me to enter letters :(

    backup is a good practice especially for mobile devices.
    create a free (5GB) icloud account
    https://www.icloud.com
    and setup sync of your data.
    This way you will not lose anything in the future.

  • HT1212 My Ipod touch is disabled. It will not restore and it will not let me enter my passcode. I know the passcode but it will not allow me to enter the passcode.

    IPOD touch is disabled. Device will not allow me to enter a passcode or restore device through Itunes.

    Disabled
    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    iOS: Wrong passcode results in red disabled screen                         
    If recovery mode does not work try DFU mode.                        
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings        
    For how to restore:
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: How to back up     
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload most iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store        

Maybe you are looking for