How to remove the "Index Page" option from the Router in Network Magic Pro 5.5.9195

I find it ironic and I can click on my router in the Map view of network magic, and the last option is "Index Page".  This immediately loads my router setup in a browser window. It completely bypasses the router login and password.  I do not want anyone to be able to start my PC, open Network Magic, and click this option and have access to my router.  This is stupid.  How do you turn this option off, remove it, or hide it?
Yes, I know, I could put a password on my PC, but I share it, with other family members, and at this time I don't have user accounts setup for them.  
I am looking for a solution in Network Magic, not my OS.
Thanks,
Brian

Anything you do without submitting to form has to be done on the client side (ususally by JavaScript) using data which has been send already from the server.
With JavaScript you can do quite a bit. You can download tables which don't necessarilly appear on the screen, loading them into JavaScript arrays by dynamically generating javascript. Then you can pick up events like drop-box selection and use these tables to chose what you do next (e.g. preloading other fields, setting drop box content etc.).
Or, you can cause forms to be submitted when actions like a selection happen without the user clicking a button. It's generally a matter of how much data you'd need to transmit.
Another posibility is to use a Java applet, which can generate requests to the server and handle the results as it chooses. That are a number of problems with that but occasionally it's the best solution.
What you can't do is to handle user input inside a JSP. The JSP has come and gone before the user even gets to see your form.

Similar Messages

  • Remove 'Make At' Type option from the Sourcing Rules Form

    Hi Gurus,
    I want to remove/ disable/ freeze the 'Make At' option from the drop down list of 'Type' field under the Shipping Organization block in the Sourcing Rules form. I request you to please reply me back with the solution/ options. I'd really appreciate.
    Thanks in advance !!
    KM
    Edited by: 892964 on Nov 21, 2011 8:30 AM

    You can create a quick when-validate-record personalization that displays an error message if type = Make At
    Hope this helps,
    Sandeep Gandhi

  • How do I get a page count from the HP Photosmart 5514?

    How do I get a page count from the HP Photosmart 5514?

    Simple.  Access the printer web gui by typing in the printers IP address into your browsers address bar.  Select Tools/Usage reports.  Done.

  • How to remove a old iCloud account from the iphone

    I purchase a iPhone from somebody and the phone has been reset but the iCloud shows that he phone has reach it max numbers of free account to sign. So how I remove a old iCloud account from this phone. I do not have phone support so I am unable to get help from apple can anybody help me

    is there anyone there who can help or any type of subjection to this matter or am i the only one who has come accross this issue.

  • How to remove app designer migration access from the Developer id

    Team,
    Please guide me with steps to remove app designer migration access from the Developer id.
    I want that developer can create the project but do not have migration access.
    Rgds,

    Did you already remove the other permission lists/roles you identified in your previous response like I told you to do in my first response?  The user can have no permission lists that grant this access.  Working with a clone of VP1 is a bad strategy.  Security should be handled from the bottom up, adding what is required for a user to perform their necessary functions.  Cloning VP1 and removing roles/permissions is security from the top down and will undoubtedly leave you with a user that is still granted more access than you like even after removing this particular access.  You should really be working with your companies security admin on this, they may have a standard way of doing this.  Many places I've been use custom roles and permission lists when deviating from the Oracle delivered security.
    Does ABC user still have any access to UPGRADE?
    select ru.roleuser, ru.rolename, rc.classid, ai.barname from psroleuser ru
    join psroleclass rc on ru.rolename = rc.rolename
    join psauthitem ai on ai.classid = rc.classid
    where ai.menuname = 'APPLICATION_DESIGNER'
    and ai.barname = 'UPGRADE'
    and ru.roleuser = 'ABC'

  • De-Activating the 'Change Query' option from the Bex Menu

    Hi,
    I want to deactivate the button 'Change Query' in BEx Excel. I have the restricted the user for not to change the query through PFCG. When the user selects this option, a error message 'You do not auth. for change' is displaying but he can view the query and also the formulas which are written in the query.
    I want to avoid the user to see the formula and details in the query.
    Can anyone help in deactivating this option from the menu.
    Thanks
    Ramesh Ganji

    hi,
    check if helps
    Bex Analyzer Toolbar in Excel
    Disable or remove "Business Explorer" in the menu bar

  • HT3702 How to remove my credit card details from the I pad

    My son has done in app purchases without my knowledge so I want to remove my credit card details from it how do I do it

    You can use Restrictions to block in-app purchases.
    How to Get Apps From the App Store Without a Credit Card
    http://ipadhelp.com/ipad-help/how-to-get-free-apps-from-the-app-store-without-a- credit-card/
    Creating an iTunes Store, App Store, iBookstore, and Mac App Store account without a credit card
    http://support.apple.com/kb/ht2534
    If None is not available - On your computer launch iTunes and click "iTunes Store" in the left navigation pane. Click the "down arrow" next to your name at the top right side of the page and click "Account." Enter your username and password and click "View Account" to log into your account information. Next to your Payment Type, click "Edit." Select the "None" button and click "Done." Confirm that your card has been removed by returning to the Apple account information screen. Under Payment Type, it should say that there is no credit card on file.
    iTunes Store: Changing your payment information
    http://support.apple.com/kb/HT1918
    iTunes Store Accepted Forms of Payment
    http://support.apple.com/kb/HT5552
     Cheers, Tom

  • How To Remove A Specific Application Name From The "Open With" Dialog

    When you right click on a file you are presented with the "Open With" menu item and you are also presented with a list of applications that could potentially be used to open that file.
    In my case, when I click on a file of type .mov I am presented with the name of an application that I want to remove from the list, because that application ( Miro.app (2.5.2) ) no longer exists on my system.
    What is the best way to remove that application name from the list?

    Ok, but how does one remove some of the applications that are appear in the context menu for a given file type? Is there an asc file which can be edited?
    For example, in my system a PDF can be opened with over 10 applications. I would like to see just the three ones I use: Acrobat, Skim and Preview.
    Thanks in advance.

  • How can I call a Page Process from the Select statement for Report Page

    I'm able to call a javascript using the below:
    img src="#IMAGE_PREFIX#add2.gif" border="0" alt="Icon 4" onClick="javascript:add_connect1('||CPORT.ID||')"
    But Now,
    I'd like to accomplish (2) New things:
    1. instead of using,....... onClick="javascript:add_connect1,
    I'd like to call a Page Process, onClick=
    2. I'd like to be able to call two different processes onClick.
    a. onClick="javascript:passBack('||ID||')"
    b. onClick= <Please see my question #1 above>
    Can someone please help me with the syntax for this,
    If indeed it can even be done?
    Thanks- Gary

    Greg.
    It seems that my situation is the one you describe in you second paragraph, where you mention:
    you could then add the ID column value as a parameter to the javascript functionBut,
    I do not know how to reference the variable in my javascript nor how to use it in my on-demand process.
    If you can hellp me past this last little bump, then I think I will be able to use these skills in Sooo many different areas of my design.
    Here's what I've got so far:
    A. In the select statement I identify the javascript as:
    onClick="javascript:connect_port('<font color=blue>''||ID||''</font>')";
    B. In my javascript I have this:
    <script language="JavaScript" type="text/javascript">
    function connect_port(ID)
    var get = new htmldb_Get(null,$x('pFlowId').value,'APPLICATION_PROCESS=CONNECT_PORT',0);
    gReturn = get.get();
    get = null;
    </script>
    C. In my on demand function I have this:
    BEGIN
    INSERT INTO CCONNECTIONS_B
    BLDG_ID,CLST_ID,PORT_ID,STRAND_ID
    ) VALUES
    :P2004_BLDG_ID,:P2004_CLST_ID,:P2004_PORT_ID,:P2004_STRAND_ID1
    END;
    You can see that I dont know how to use the value for 'ID' in either the javascript or the On-Process function.
    If you can help me out with this one, Then I can imitate it for the rest.
    -Gary
    Edited by: garyNboston on Apr 3, 2009 6:44 AM
    Edited by: garyNboston on Apr 3, 2009 6:44 AM
    Edited by: garyNboston on Apr 3, 2009 6:45 AM
    Edited by: garyNboston on Apr 3, 2009 6:47 AM

  • How to remove file path location listings from photos and objects in Acrobat Pro 9.0 PDF?

    After converting a windows-based Powerpoint 2007 presentation to an Acrobat Pro 9.0 PDF, the file path location of all photos and objects are shown in a dialogue box when the cursor is moved over the image as seen in this screenshot below. How can I stop this from happening and remove this feature on my pdf documents? 

    I saw that referenced on a forum, but it does not seem to address the issue I am having.
    As per Adobe Acrobat X Standard * What’s new, the equivalent to the "Tools > Protection > Remove Hidden Information" utility found in Acrobat X Standard is the same as the "Document > Examine Document" feature in Acrobat Pro 9.0. Those tools seem to cover meta data, book marks, hidden text, and deleted or cropped content, but not the file path listings that appear on images and objects converted from Powerpoint presentations and other MS Office programs.
    I have reviewed the settings used while creating a pdf, and have also tried the “Advanced > Preflight tool”, but could not find anything to apply to the issue at hand.
    Thus, this issue has not been resolved, but seems like it should be an easy fix that anyone who publishes pdf documents would want to use to publish clean, professional documents without anyone seeing the file path location of every object and image shown in the document on their hard drive.

  • Why does Safari open with the last page viewed from the previous session rather than my homepage?

    The only way I can get Safari to open to my homepage when starting a new session is to be sure to close all windows from the previous session before quitting Safari.  If I don't go through this process, Safari opens to the last site I accessed before quitting.  What am I missing?

    I am having the same problem but in Mountain Lion the "System Preferences -> General -> Number of recent items -> UNTICK "Restore windows when quitting and re-opening apps." option is not available. The only thing now is "Close windows when quitting an application." which I have ticked.  Under recent items there is only a list of numbers.
    This seems strange to me. Any ideas?
    Thank you.

  • Safari won't let me quit using the "quit safari" option from the drop down menu. I have to do a force shut down. Whats wrong?

    Help. When I try to shut down my Mac I get an error message saying Safari is preventing the macbook to shut down.
    The only option is to do a forced shut down.
    This happend once last week and again today. I was trying to list an item on ebay but ebay kept asking for login details everytime I tried to list an item.
    Can any one throw some light on this.
    thanks

    Hi..
    Try deleting the cache associated wtih Safari.
    Quit Safari.   Command + Optin + Esc if necessary.
    Open the Finder. From the Finder menu bar top of your screen click Go > Go to Folder
    Type this exactly as you see it here:
    ~Library/Caches/com.apple.Safari/Cache.db
    Click Go
    Move the Cache.db file to the Trash.
    Try Safari.
    And since you are running Lion v10.7, if you haven't disabled the Lion resume feature, that can help the Safari cache issue.
    Open System Preferences > General
    Deselect:  Restore windows when quitting and re-opening apps
    Restart your Mac.

  • How do I delete a Pages file from the Users directory?

    Browsing my new MacBook I've spotted that a version of one of my earliest Pages docs is stored directly in the Users directory. There is no option in Finder to delete it. I can drag a copy elsewhere, but I want to get rid of it completely. How do I achieve this?
    Thanks.

    Hi Andrew,
    You need to go to your Users Library...
    users/yourname/library/application support/iwork/pages/templates/my templates
    If using Lion... in Finder, hold down the Option key while clicking on the Go menu and your users Library will appear...

  • How to Remove App Store, Facetime, etc from the Dock

    Apple: I have to admit: I'm dead-tired of this. Every single time an update to the OS comes down I have to spend hours upon hours trying to remove icons I do not want displayed in my dock from my dock. "I know where the App Store is. Making it reappear in my dock upon every removal and reset only serves to annoy me rather than badger me into regular visits."
    Last time I had to search the web for answers I accomplished it by editing a plist in the Library folder. I really don't want my dock populated with apps I don't use with extreme frequency. I know how to initiate Mission Control. I don't need it cluttering my dock with every upgrade. Facetime?? I can find that pretty quickly as well. When I remove something from my dock that means I don't want it in my dock again unless I put it there.
    Seriously. It's enough already.
    Users: Can any users help us get things out of the dock this time? Thanks.

    Thank you for posting the answer ... this has been annoying me for a while, but I never bothered with is as I rarely reboot. 
    I installed Windows 7 via Bootcamp tongiht so that I can do some gaming with a couple of buddies so now this is going to be a regular annoyance.
    Well, it would have been! 
    Thanks again,
    -t

  • How can I remove apps no longer wanted from the cloud

    How can I remove apps no longer wanted from the cloud? they are not used any more and taking up space.

    Welcome to the Apple community Mickeymom.
    The apps are not actually in your iCloud storage, they are links to the apps in the App Store. What you are seeing is your purchase history and as such cannot be deleted.
    You can however hide your purchases, which you can do from the QuickLinks > Purchased option from the main page in the iTunes Store on your computer.

Maybe you are looking for

  • I can't launce Photoshop CS 6 from within Lightroom Properly.

    I'm using LIghtroom 4.1 RC2 Camera Raw 7.1 RC, CS6 Master Collection Trial Version, Windows 7 This is a known issue / conflict with the Photoshop 6 Beta and Windows UAC that seems not to have been resolved (See detailed description below)?? If anyone

  • What happens when the iphone app won't open on iphone 4?

    what happens when the phone does not open and automatically shuts down the phone?

  • Jaxb. Problem in generating classes

    I am using wsad 5.1.1 and java web services developers pack 1.5. I am trying to generate classes from xml schema but i am getting following error. please help. parsing a schema... compiling a schema... generated\impl\runtime\ContentHandlerAdaptor.jav

  • Issues with edit button

    I am running 1.2.0.29.98 on XP SP2 and when I try to edit table in "Other Users" the button is grised. (connected as system user) I have the same issue for packages /procedure /function but for this objects the edit option is available in context men

  • DMP - Accessing other Fonts

    Working on some web page feeds into my DMP's. I am not having any luck in changing either the font size or the font style. I can see how to change the font size for a static text but not the font style. I also want to choose a font size and style for