Need URL from page on site

I have a page designed in dreamweaver to be used for advertising that can be put on a browser to see the page. It is not part of the site. The file was uploaded to the root directory of the site. Their are no links from the home page to this page. No URL combinations seem to work. Using CS6.When I check the page in the browser it shows fine.

Open the file in DW.  What is the file saved as?  That's the name you add to
http://yourdomain.com/
Nancy O.

Similar Messages

  • I am getting browser needs updating from various web sites since getting 10.0 update.sites are taking forever to load.I have to click stop then reload to get them to work.

    I have had web site page loading problems since I started beta Firefox.I took the update from beta 9 to 10.0 and since then I am getting a message from various web sites that my browser needs to be updated for site to work with links to all browser update pages including Firefox.Sony premium services support is one of the pages I got the update needed notice.

    Hi,
    You can try using the [https://addons.mozilla.org/en-US/firefox/addon/user-agent-switcher/ User Agent Switcher] and create a generic entry like '''Mozilla/5.0 (Windows NT 6.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1''' and switch to this on problem sites.
    Useful links:
    [https://support.mozilla.com/en-US/kb/Options%20window All about Tools > Options]
    [http://kb.mozillazine.org/About:config Going beyond Tools > Options - about:config]
    [http://kb.mozillazine.org/About:config_entries about:config Entries]
    [https://support.mozilla.com/en-US/kb/Page%20Info%20window Page Info] Tools (Alt + T) > Page Info, Right-click > View Page Info
    [https://support.mozilla.com/en-US/kb/Keyboard%20shortcuts Keyboard Shortcuts]
    [https://support.mozilla.com/en-US/kb/Viewing%20video%20in%20Firefox%20without%20a%20plugin Viewing Video without Plugins]
    [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder & Files]
    [https://developer.mozilla.org/en/Command_Line_Options#Browser Firefox Commands]
    [https://support.mozilla.com/en-US/kb/Basic%20Troubleshooting Basic Troubleshooting]
    [https://support.mozilla.com/en-US/kb/common-questions-after-upgrading-firefox-36 After Upgrading]
    [https://support.mozilla.com/en-US/kb/Safe%20Mode Safe Mode]
    [http://kb.mozillazine.org/Problematic_extensions Problematic Extensions]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes Troubleshooting Extensions and Themes]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20plugins Troubleshooting Plugins]
    [http://kb.mozillazine.org/Testing_plugins Testing Plugins]

  • Sql item - get url from page

    Hi I'm trying to display a menu from a table, and then I want to mark the current page in that menu by reading the url of the current page.
    This is what i've got so far:
    DECLARE
    loc Varchar2(40);
    BEGIN
    loc := htp.script('document.url');
    htp.print('<table border=1>');
    for rec in (select id, name, parent_id, url from fgj_menu where parent_id=0) loop
       HTP.print ('<tr>');
       HTP.print ('<td><a href="' || rec.url || '">' || rec.name || '</a></td></tr>');
       for rec2 in (select id, name, parent_id, url from fgj_menu where parent_id = rec.id) loop
    if rec2.url = loc then
       HTP.print ('<tr>');
       HTP.print ('<td>  >> <a href="' || rec2.url || '">' || rec2.name || '</a></td></tr>');
    else
       HTP.print ('<tr>');
       HTP.print ('<td>    <a href="' || rec2.url || '">' || rec2.name || '</a></td></tr>');
    end if;
    end loop;
    END LOOP;
    htp.print('</table>');
    END;fails on 4th line :
    loc := htp.script('document.url');Any suggestions?
    Message was edited (format edits) by:
    Botzy

    Hi Botzy
    You can put your javascript code in an HTML portlet, but I prefer to put a page under htdocs, it's much easier to develop, and then use an url item that displays the url directly in the page.
    About the code :
    var xhr_object = null;
    if(window.XMLHttpRequest) // Firefox
         xhr_object = new XMLHttpRequest();
    else if(window.ActiveXObject) // IE
         xhr_object = new ActiveXObject("Microsoft.XMLHTTP");
    xhr_object.open("POST", "/portal/pls/portal/my_schema.my_proc", true);
    xhr_object.onreadystatechange = function()
    if(xhr_object.readyState == 4) alert(xhr_object.responseText);
    xhr_object.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
    xhr_object.send('p_param1=value1&p_param2=value2');
    That's really simple to use, you just have to change the name of your proc and its parameters, and you'll get what it "htp.prints". Be sure to grant exec to public on you proc.
    By the way, I've just imagined an even more simple solution :
    - do not pass any param to your procedure. Let it just write always the same code whatever the page it is on
    - identify each entry of your menu with a javascript id, for instance
    <table>
    <tr><td id="url1">page 1</td></tr>
    <tr><td id="url2">page 2</td></tr>
    etc...
    Then use a small javascript code at the end of your page with something lie this :
    document.getElementById(document.location.href).style = a different color
    or
    document.getElementById(document.location.href).innerHTML = something different
    or whatever you want.

  • Image URL from publishing Image Site column ?

    Hi techies,
    I have created one column say PublishingImage of PublishingImage
    Type and added it in custom list.
    Used this column to upload image. But not able to fetch its URL.
    Used the below line to fetch the Url:
    SPFieldUrlValue oUrl = new SPFieldUrlValue(Convert.ToString(item["PublishingImage"]));
    and assigned the oUrl to Datarow like this:
    dr["Image"] =oUrl.Url;
    but still not getting the proper URL.
    Any help will be appreciated

    Find the similar post
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/bafb60d5-38a3-4985-a10f-46ceca576cdb/how-can-i-read-publishing-image-url-field-programmatically
    ImageFieldValue _field = Item[FieldId.PublishingPageImage] as ImageFieldValue
    Now you can access the properties of the field using this object i.e.
    _field.ImageUrl
    will give you the url stored.

  • Link to external URL from flash site

    Is there any way to link to an external URL from your flash
    site without having the flashplayer prompt you to change your
    settings and allow access to that page? (this only applies to swfs
    viewed through a browser)
    the only way around this i've found isn't very useful - you
    have to put a small xml file on the host server where the page you
    want to link to is located. i seriously doubt every site you want
    to link to will allow you to put an xml file on their host server
    just so you can link to their page. the code in the xml file just
    tells flashplayer that the site you are trying to access is safe.
    it's called crossdomain.xml
    anyone have an answer?
    thanks!

    This question was answered by kglad, on Saturday, August 11,
    2007 10:13 AM
    Answer
    no it doesn't. getURL() causes no security issues unless you
    try to open the html locally and (try to) access something on the
    internet.
    unless your "flash site" is your local computer there is no
    security issue. if your local computer is an internet server, you
    just need to set the security settings for your local file and give
    it permission to access the internet zone.

  • Link to external URL from online swf

    Is there any way to link to an external URL from your flash
    site without having the flashplayer prompt you to change your
    settings and allow access to that page? (this only applies to swfs
    viewed through a browser)
    the only way around this i've found isn't very useful - you
    have to put a small xml file on the host server where the page you
    want to link to is located. i seriously doubt every site you want
    to link to will allow you to put an xml file on their host server
    just so you can link to their page. the code in the xml file just
    tells flashplayer that the site you are trying to access is safe.
    it's called crossdomain.xml
    anyone have an answer?
    thanks!

    no it doesn't. getURL() causes no security issues unless you
    try to open the html locally and (try to) access something on the
    internet.
    unless your "flash site" is your local computer there is no
    security issue. if your local computer is an internet server, you
    just need to set the security settings for your local file and give
    it permission to access the internet zone.

  • I use Firefox 'Most Visited' for easy access to the websites I use every day. I inadvertently clicked 'Forget About This Site' on a page that I need. That page is gone, apparently permanently, from my 'Most Visted' list. How can I get it back?

    I use Firefox 'Most Visited' to access websites I use many times every day. I inadvertently clicked 'Forget About This Site' on a page listing that I need. That page is gone, apparently permanently, from my 'Most Visited' list. No matter how many times I re-visit the page, it will not show up on 'Most Visited'. How can I get it back? Thanks!

    Most Visited is an automatically generated list that shows sites that you've visited.<br />
    If you delete the history of a site then you have with a visit count of zero.<br />
    To make that site reappear in that you you will have to visit that site often enough to make the visit count match the other sites in that list or clear the history from other sites in that list.
    You can make the Visit Count column visible in the History Manager to see how many times you've visit sites.
    *http://kb.mozillazine.org/Viewing_the_browsing_history_-_Firefox

  • When I open some pages, another web site opens. I want to block that site and its URL from opening.

    When I open some pages, another web site opens. I want to block that site and its URL from opening.

    BlockSite extension.
    https://addons.mozilla.org/firefox/3145/

  • I need a to convert pages and sites from Korean to English

    I need to convert spreadsheets, web site and catalogs with photos from Korean to English.

    Maybe use Google Translate.
    * http://translate.google.com/translate_t

  • I am trying to open Turbo tax from my bank site (I already have it done, just need to submit) says it isn't compatible with this version of FF and I need latest - already have.

    Hi,
    I just tried to open TT from my bank site - had to do an extension - just need to file. It gives me the error -
    The browser you are using is incompatible with TurboTax. TurboTax supports the latest versions of Internet Explorer, Firefox, and Safari, which can be downloaded from each company's respective website. Please access TurboTax from one of these supported browsers.
    I have FF version 4. Windows 7 - 32 bit.

    you need a newer version of pages to open this document

  • Blank page when trying to go to login from alliance-leicester site

    blank page when trying to login from alliance&leicester site
    == URL of affected sites ==
    http://alliance-leicester.co.uk

    Do you have any addons that may disable scripts?
    Try [[Safe Mode]]

  • Home page URL for a new site collection

    Sorry for the kind of stupid question. I created a new site collection with Site Management menus. The home page has the URL like http://devtfs12/sites/corporate/_layouts/15/start.aspx#/ I expected that it should look like http://sharepoint.firm.lan/sites/corporate/SitePages/Home.aspx
    e.g without "_layouts/15/start.aspx#" is there a  way to change it? Is it possible to set up some sort of redirection so that  http://sharepoint.firm.lan redirects to http://devtfs12/sites/corporate/_layouts/15/start.aspx#/ Thanks!

    Hi,
    You are noticing the URL with _layouts/15/start.aspx because the new feature Minimal Download Strategy is activated on your site. 
    To know more on how it works you can refer the below links
    http://www.wictorwilen.se/sharepoint-2013---introduction-to-the-minimal-download-strategy-mds
    http://www.hezser.de/blog/archive/2012/08/18/what-is-the-_layouts15start-aspx-in-sharepoint-2013.aspx
    If you don't want _layouts/15/start.aspx to be a part of your URL you need to deactivate Minimal Download Strategy feature available under Site Actions -> Manager Site Features
    Note :Minimal Download Strategy is a new framework which is been written to increase the performance of the SharePoint site.
    Also, with SharePoint 2013, you can have Managed Metadata Navigation option. For more information , 
    https://support.office.com/en-nz/article/Enable-managed-navigation-for-a-site-in-SharePoint-49a067dc-77d2-455d-9e77-250ec7cc0a6d
    Hope it helps!
    Thanks,
    Avni Bhatt
    If this helped you resolve your issue, please mark it Answered

  • I had created my apple id from apple's site and now when i am trying to sign in to itunes ,i m being taken to payment method page and there is no option as 'none' and i dont have a credit card.What to do?

    i had created my apple id from apple's site and now when i am trying to sign in to itunes ,i m being taken to payment method page and there is no option as 'none' and i dont have a credit card.What to do?

    Unless you use the steps on this page when creating a new account : http://support.apple.com/kb/HT2534
    then you will need to enter credit card details before the account can be used to download any item from the store.
    If you don't have a credit card then you will need to create a new account, and follow those instructions. If you want to use the same email address then you will need to remove it from that account first e.g.by logging into it via the Store > View Account menu option on your computer's iTunes or via http://appleid.apple.com - you should then be able to use it on a new account.
    Steps for creating an account on a computer's iTunes : https://discussions.apple.com/message/24321860#24321860

  • I'm trying to submit a document from pages to a URL address and it keeps giving me the option to load pictures or take a new picture, how do I change this?

    I'm trying to submit a document from pages to a URL address and it keeps giving me the option to load pictures or take a new picture, how do I change this?

    If mean by way of Safari, that is correct. Only content of the Camera or Photos apps are available. you will need to find an alternate app such as iCab Mobile for uploading documents to a website.

  • I need to change my iWeb site from my macbookpro to my iMac, can't seem to do it, any help???

    Hello hello,
    I need to change my iweb site from one mac to another, please can any one help?
    thank you, Joanne

    Picture :
    In Lion the Library folder is hidden. It's mentioned almost daily in this forum.
    This page with movie explains how to display that folder and shows how to move domain files around with iWebSites.
    http://www.wyodor.net/_Demo/Aptana/iWebSites.html
    I'm sure our resident technology experts and iWeb aces will repeat the same answer.

Maybe you are looking for

  • Files compatible with mac?

    What files are compatible with a mac book pro?  GIF,JPEG.BMP,DOC,PDF.  Does the mac have compatibility mode for files like windows does?

  • Nullpointer in Application Connection Manager

    Hi All, when deploying an application I get the following exception. Has anybody else seen this? I'm somewhat lost at this point since other applications (e.g. ascontrol) deploy correctly. This occurs from a highly customized build and deployment env

  • Keynote crashes and then corrupts the file

    I hoping somebody can help --- this is driving me crazy. When editing an existing document in Keynote 9.3 at some point it crashes and I have to force quit. When I restart my document is corrupted (the graphics thumbnails appear, but the graphisc on

  • Dependency detection for simulation of models including ucb block(s)

    Running sim() function for the models that include a ucb block will automatically invokes the make utility to build the required shared object "simucb.so.1.0". If the main C file (which is indicated by the block "file name" parameter) of ucb block is

  • Using mail package in file to mail scenario

    For sending the mail in proper email format , we have to check the USE MAIL PACKAGE option. the corresponding  TO, FROM ,SUBJECT and CONTENT need to be handled in mapping.. Can anyone tell me which field in the mapping will match the req fields ????