Targeting a link to load in your template

hey guys, graphic designer here learning webdesign and no classes are available for months around me (joys of a small town)
had a question hoped you guys could help. What im trying to do is have a website with a banner on top, and dropdown menus(all created) the problem im having is i cant figure out how to load the links into its self
i tried clicking making an editable reigon in the box i want it to load but ot no avail. any suggestions would be great, thanks guys(and girls)

Hi,
This is server side code , you should write in your C# code behind method for Click event of Link Button .
- Use 1st part code in your button event handler method. (Replace <username> with current user name), best way is to find the crome.exe location at your dev machine , and paste the path here -
process.StartInfo.FileName = @""; , default location is in user's appdata folder. Test the code.
- If the above code works , and if your crome.exe is in user's appdata folder , then you will need to find dynamic location of AppData folder for every user. That means the path should not be hard coded. The 2nd part of the code is an hint for how you can
find the appdata path in C#. Something like this
//var cromePath = @"C:\Users\<UserName>\AppData\Local\Google\Chrome\chrome.exe";
var cromePath = Path.Combine(Environment.GetFolderPath(
Environment.SpecialFolder.ApplicationData), "\Local\Google\Chrome\chrome.exe");
using (var process = new Process())
process.StartInfo.FileName = cromePath;
process.StartInfo.Arguments = "your url";
process.Start();
So the step will be
- First try a direct call to crome,
var cromePath = @"crome.exe";
- if it not works , then try with hardcoded path of crome.exe from your dev machine for current user -
var cromePath = @"C:\Users\<currentUserName>\AppData\Local\Google\Chrome\chrome.exe";
- And if this work , then try it with dynamic path for any user, find appdata folder location through code 
var cromePath = Path.Combine(Environment.GetFolderPath(
Environment.SpecialFolder.ApplicationData), "\Local\Google\Chrome\chrome.exe");
Hope this will help, if you are a C# developer then you can easily understand  the concept.
Thanks
Ganesh Jat [My Blog |
LinkedIn | Twitter ]
Please click 'Mark As Answer' if a post solves your problem or 'Vote As Helpful' if it was useful.

Similar Messages

  • Error while loading the Web template "0ANALYSIS_PATTERN" (return value "4")

    I activated all 0* objects in BTMP  and checked that they are all activated, but I found errors when opening the BEx Web Analyzer
    Error messages :
    Error while loading the Web template "0ANALYSIS_PATTERN" (return value "4")
    ERROR: Command type SWITCH_AXES of object not recognized
    ERROR: Parameter GENERAL_TEXT_ELEMENT not recognized; check your metadata
    So I ran RS_TEMPLATE_MAINTAIN_70 (0ANALYSIS_PATTERN) version D report to check and choose validate.
    Error messages :
    Template Include Item HEADER_TEMPLATE unresolved or empty. Close and reopen template.     
    Template Include Item FOOTER_TEMPLATE unresolved or empty. Close and reopen template.          
    Width of object item:GROUP_ITEM:GROUP_ITEM_1 is very small (1amp;1)          
    Query  does not exist in the BI System (Object QU )
    Cannot instantiate data provider
    I also ran RS_TEMPLATE_MAINTAIN_70 (0ANALYSIS_PATTERN) version A and got the following errors:
    Command type SWITCH_AXES of object  not recognized
    Command type SWITCH_AXES of object  not recognized
    Command type SWITCH_AXES of object  not recognized
    Parameter GENERAL_TEXT_ELEMENT not recognized; check your metadata
    Parameter GENERAL_TEXT_ELEMENT of object item:GROUP_ITEM:GROUP_ITEM_1 not recognized
    Command type SWITCH_AXES of object item:GROUP_ITEM:GROUP_ITEM_1 not recognized
    Command type SWITCH_AXES of object item:GROUP_ITEM:GROUP_ITEM_1 not recognized
    Command type SWITCH_AXES of object item:GROUP_ITEM:GROUP_ITEM_1 not recognized
    Command SWITCH_AXES cannot be located in parameter ACTION
    Command SWITCH_AXES cannot be located in parameter ACTION
    Command SWITCH_AXES cannot be located in parameter ACTION
    Parameter GENERIC_TEXT_BINDING of object item:GROUP_ITEM:GROUP_ITEM_1 cannot be higher-level node of GENERAL_TEXT_ELEMENT
    Item item:GROUP_ITEM:GROUP_ITEM_1 of type DROPDOWN_ITEM cannot be a parent node of DATA_PROVIDER_REF
    Item item:GROUP_ITEM:GROUP_ITEM_1 of type CHART_ITEM cannot be a parent node of VISIBLE
    Item item:GROUP_ITEM:GROUP_ITEM_1 of type CHART_ITEM cannot be a parent node of LEGEND_POSITION
    Item item:GROUP_ITEM:GROUP_ITEM_1 of type CHART_ITEM cannot be a parent node of LEGEND_VISIBLE
    Item item:GROUP_ITEM:GROUP_ITEM_1 of type CHART_ITEM cannot be a parent node of LEGEND_ONLY
    Invalid parameter value  for parameter ACTION in object item:GROUP_ITEM:GROUP_ITEM_1
    Invalid parameter value  for parameter ACTION in object item:GROUP_ITEM:GROUP_ITEM_1
    Invalid parameter value  for parameter ACTION in object item:GROUP_ITEM:GROUP_ITEM_1
    bi-Tag bi:item has unknown attribute key. Please check your spelling
    bi-Tag bi:item has unknown attribute key. Please check your spelling
    bi-Tag bi:item has unknown attribute key. Please check your spelling
    bi-Tag bi:item has unknown attribute key. Please check your spelling
    What could be the problem?

    hi,
      Please look into this note let me it helps...url=https://websmp202.sap-ag.de/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=917950&_NLANG=E]Note 917950 - SAP NetWeaver 2004s: Setting Up BEx Web[/url]
    check this link as well for [<a href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ca6de811-0c01-0010-43b2-c64584eef943">Bex Web Configuration</a>
    wht is the SP Level?
    Nagesh Ganisetti.

  • I purchased a monthly pack and havent been able to use it. I have been getting charged for 3 months now and I still get an error message saying "unable to load all your plans". How do I re-install or dowload and get my last 3 payments reimbursed?

    I purchased a monthly pack and havent been able to use it. I have been getting charged for 3 months now and I still get an error message saying "unable to load all your plans". How do I re-install or dowload and get my last 3 payments reimbursed?

    Link for Download & Install & Setup & Activation problems may help
    -Online Chat http://www.adobe.com/support/download-install/supportinfo/
    or
    Adobe contact information - http://helpx.adobe.com/contact.html

  • How to change text + links in footer of existing template

    Hello,
    I need to change the text and links on the template footer that goes to all TABs. (Home, Articles, About Bluemont, BCA, Contact Us).The file is named NavigationBlank.dwt."
    This footerwas created to link visitors to our "join or contribute" page on another site. Now I want to stop using that external site and build the capacity to take memberships within the BluemontVA.org site itself. However the template footer can't be changed so easily as text on a page.
    I am webmaster for a local nonprofit (web address =  www.BluemontVA.org), but work on a website I inherited. It is a wonderful design, but I don't fully understand it. I have not worked with templates before.
    I have read O'Reilly on "Adding a basic editable region"  in a template, but need further help.
    A couple questions worry me:
    How much damage may I have done already by trying? For example, I do seem to have removed the old text/links and added a new text message on the NavigationBlank.dwt page -- but these changes do not show up on the other TAB pages.
    Also, when I place the cursor n the design side  it no longer tracks to the corresponding spot on the code view. (the cursor shows up in code view way above where it is supposed to be by the text). This is true for the home page and also for several pages I took a look at.
    Can I follow instructions to change the template from any of the pages on which it appears? Or do I have to be at NavigationBlank.dwt?
    Thanks for any help or advice you can provide.

    I'm confused.
    Working With Dreamweaver Templates (.dwt files).
    PART 1
        1. Create a page with all the sitewide elements (common header, footer, sidebar,  CSS styles, etc..) that you will need for your project.   This requires some careful pre-planning even for small web sites.
       2. Validate your code & test this prototype page in all major browsers. 
       3. When you're completely satisfied with the page layout, SaveAs Template.   DW will save this as a .dwt file in a site folder called Templates.
       4. DW will ask you to add Editable Regions for stuff that will change from page to page.   Do this and SAVE.
       5. Close your Template.dwt file.
    PART 2
       1. File > New Page > from Template.  Select the template you wish to use.  Hit OK.
       2. This is a child page.  An exact duplicate of your Template however you can only edit content within editable regions.  Everything else is locked.
       3. SaveAs index.html (your home page) or some-other-filename.html.
    PART 3
       Repeat PART 2 for each additional site page required.
    PART 4
        1. Open your main TEMPLATE file and add a navigation menu with links to your site pages.  Do not put this into an Editable Region!  If you do it won't show up on child pages.
       2. SAVE.
       3. DW will ask if you want to populate changes to child pages.  Hit yes.
       4. Publish all site pages to your server.
    PART 5
       If you should ever need to edit your TEMPLATE .dwt file, Repeat PART 4.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • How long does it take for Logic Pro 8 to  load on your system?

    Hi I just spent a few hours installing Logic on a new laptop and started freaking out because Logic Pro 8 wouldn't load. After I click the application the screen pops up I see it's loading, then the templates appear and I choose one... after that - that's it, nothing's moving I am just staring at the screen, when I nervously opened the Force Quit screen to check status I see it not responding so I closed it from there.
    So I tried a few times over and in fact was going to stop the post there but then during last time when I didn't do force quit as I was tying this message Logic Pro opened up with the template ready to go.
    So I tried it a few times while always monitoring the status on force quit window. And it seems to be going on the same pattern. Assuming I have a file saved so it doesn't give me templates, ok, after I click Logic Pro I see a freed loading screen with files running then everything disappears for about a minute. During that time if I look in the force quit window it shows Logic Pro as not responding then you can see it goes back and it starts fullscreen and everything is ok.
    Meanwhile none of the other apps have that problem, Soundtrack and Waveburner all start up right away.
    So I am wondering if anyone else has these slow startup. I don't know, I did download almost all sound DVDs excluding two jam packs, in case it matters, in case that's what takes so long to load.

    Nickiz wrote:
    There's something wrong with 10.5.2 and Logic 8.0.1....The problem is not to start the program, the problem is to open a project. It takes much longer time then before. It doesn't matter if it's a big project with lot's of audio and instruments or if it's a empty project. I have the same problem on three computers. What is the problem?
    Nickiz
    Follow komkommer instructions on this link. I suffer the same problem after 5.2. after erasing fonts damaged all is fine and logic opens very fast.. 8 or 10 seconds on macbookpro 2.33
    http://discussions.apple.com/thread.jspa?messageID=6700586#6700586

  • Something went wrong while downloading your template

    We have Office 2013 installed on Windows 7 Enterprise 64 Bit. When trying to download templates from Word, we get the message Something went wrong while downloading your template.
    We have confirmed it's not the firewall blocking the download. We have also tried repairing the install of Office 2013.
    Any assistance would be greatly appreciated.
    Keith

    Hello,
    Which build version of Office 2013 are you using? Please make sure your Office 2013 is fully patched. You can try installing Office 2013 SP1 to check if it helps:
    http://support.microsoft.com/kb/2817430
    In addition, please try downloading templates from the link below and check if you will get any error message:
    http://office.microsoft.com/en-us/templates/
    Please let me know the result.
    Regards,
    Steve Fan
    TechNet Community Support

  • PC/Win 64bit/Creative Cloud " We are unable to load all your plans. Please try again" error message

    I've just signed up with CC on my Win PC 7/64bit and when I log on to my Adobe account I get this error message, "We are unable to load all your plans & products. Please try again.
    Just below it I get the correct:  Creative Cloud Membership/One Year
    Any way to solve this error message?

    Thank you for your reply. I appreciate the generic list of hardware/software/browser problems, but that's a lot to go through for what seems to be a simple problem. Not all of the info listed in your link applies to my problem, so I will provide only the info that is relevent.
    1. See attached photo of Error message found in Chrome Browser.
    2. I do not get the error using the FireFox browser.
    3. My hardware works with CC because I previously had a Cloud account for one year and all the software downloaded and worked perfectly.
    4. My system is Windows 7, 64bit with 12GB of Ram Memory. I have plenty of space on my 1TB C drive
    5. I am able to download CC software, but now when I open up an application (Premiere Pro, to be precise) it says it cannot verify my account.
    6. It appears that the issue isn't my hardware or operating system, but a problem with my online Adobe account which is paid for and listed (as you can see in the screenshot).
    Can you help solve the problem?

  • Voiding Links when Loading a Movie

    From my index page, when someone clicks on a link it loads a
    movie clip on top of that page. However, once they are on that new
    page, the links from my index page are still showing up. As you
    move the arrow around the page you will see the hand come up where
    the links were on the index page. How can I void this so that those
    links don't show up/aren't active on every other page of the
    website?
    I'm desperate for help on this question!!!
    Thank you!
    Kristine

    When you say index page, are you talking about a "page" in
    Flash or an HTML page? I'm assuming you are talking about Flash.
    Second question, how is your FLA set up to go to different
    sections? Are you using frame labels across your main timeline?
    Also, are your links in text or are they buttons?
    One thing you can do if you are using a timeline approach is
    to simply place a keyframe on the layer that holds your link at
    each page/section and remove the link completely on areas is it not
    needed. If it's a button or movieclip, you can disable it on
    sections it's not needed.
    So, you'd place this code in the actions layer on a keyframe
    at each section. You do have your topmost layer set as an actions
    layer, right? :)
    myBtn2_btn.enabled = false;
    Then on the keyframe on your "index" section, you'd want to
    enable it again.
    myBtn2_btn.enabled = true;

  • Usefull links on Load testing of Web API

    Team,
    Can you please share some Usefull links on Load testing of Web API

    Hi kumaranil36,
    Thank you for posting in MSDN forum.
    Base on your issue, I suggest you could refer the following articles to check your issue.
    Reference:
    https://msdn.microsoft.com/en-us/library/ms182605.aspx?f=255&MSPPError=-2147217396
    https://msdn.microsoft.com/en-us/library/ms182558.aspx
    http://blogs.msdn.com/b/weslbo/archive/2013/10/31/how-to-load-test-and-get-profiling-results-from-a-web-api-hosted-in-a-windows-azure-cloud-service.aspx
    Hope it help you!
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Why am I seeing this message when I try to access my Creative Cloud account - 'We are unable to load all your plans & products. Please try again.'

    Why am I seeing this message when I try to access my Creative Cloud account:
    'We are unable to load all your plans & products. Please try again.'
    I want to see which products are included with my CC subscription - e.g. do I have a Prosite portfolio website or would I need to pay for an additional subscription?
    Is this a temporary site issue or an on-going problem?

    Please refer here with information https://forums.adobe.com/thread/1499014
    -and try some steps such as changing browsers and turning off your firewall for downloads
    or
    A chat session where an agent may remotely look inside your computer may help
    Creative Cloud chat support (all Creative Cloud customer service issues)
    http://helpx.adobe.com/x-productkb/global/service-ccm.html
    Regards
    Rajshree

  • Image links aren't updating from template

    If I create a page from template, not all the image links are updating, more specifically, mouse over event links are not updating. Is there anything I need to change to get these links to change from the template? I'm using Dreamweaver CS6

    <img src="../images/robin_tour_n.png"                            
    onmouseover="this.src='../images/robin_tour_o.png'"
    onmouseout="this.src='../images/robin_tour_n.png'" />
    This part updates: <img src="../images/robin_tour_n.png"
    But this part doesn't:
    onmouseover="this.src='../images/robin_tour_o.png'"
    onmouseout="this.src='../images/robin_tour_n.png'" />

  • What;s this warning mean:  We are unable to load all your plans

    When I go to the Plan page for my account. It shows one plan but not any more and this warning:
    We are unable to load all your plans & products. Please try again.
    No explanation of what to do about it.

    Creative Cloud chat support (all Creative Cloud customer service issues)
    http://helpx.adobe.com/x-productkb/global/service-ccm.html

  • "We are unable to load all your plans & products"

    In Manage Accounts, instead of a list of products (I'm a Creative Crowd member) I always get the error message: "We are unable to load all your plans & products. Please try again.” Does that mean I'm not properly registered and won't get updates etc?

    Hello JohnSyd,
    The following host/port combinations may need to be white listed when logging in with an Adobe ID to download, install, the product using creative cloud Desktop app.
    Address
    Ports
    ccmdls.adobe.com
    443
    ims-na1.adobelogin.com
    80
    443
    ims-prod06.adobelogin.com
    443
    na1r.services.adobe.com
    80
    443
    prod-rel-ffc-ccm.oobesaas.adobe.com
    443
    prod-rel-ffc.oobesaas.adobe.com
    443
    lm.licenses.adobe.com
    80
    443
    ccmdl.adobe.com
    80
    swupmf.adobe.com
    80
    swupdl.adobe.com
    80
    acp.adobeoobe.com
    443
    interaction.adobe.com
    443
    Please try and check.
    Loveneesh.

  • We are unable to load all your plans & products. Please try again.

    I'm trying to change the billing information for my account but no matter which browser I log in with, I get the following message in my OVERVIEW tab, under Plans & Products:
    We are unable to load all your plans & products. Please try again.
    Even if I click the View All button I get the same message in the Plans section.  This is driving me insane.

    Hi there,
    Sorry for the frustrating experience.
    Could you try a new browser or clear the cache/cookie of the browser your are using and then try.
    You may also reach out Contact Customer Care to change the billing information.
    ^Ani

  • ~10s delay when clicking on links before loading begins

    I am having a delay of around 10 seconds after clicking on links before loading starts. On some websites it is worse than on others, worst being on reddit.com. I already tried resetting firefox but that didn't help. Thanks in advance for any help.

    Did this occur when you didn't have the "Stealthy" extension installed, or does it make any difference if you disable it?
    To rule extensions in/out as a potential culprit, you could try surfing for a while in Firefox's Safe Mode. That's a standard diagnostic tool to bypass interference by extensions (and some custom settings). More info: [[Troubleshoot Firefox issues using Safe Mode]].
    You can restart Firefox in Safe Mode using
    Help > Restart with Add-ons Disabled ''(Flash and other plugins still run)''
    In the dialog, click "Start in Safe Mode" (''not'' Reset)
    Any difference?

Maybe you are looking for

  • I am in ****

    About 2 weeks ago I ordered an Imac, software, external hard drive, and a few other things totaling about $3,100. Because of a mistake at Apple my order was duplicated. I used a debit card folks. Two of everything began arriving at my door and OUT of

  • 2 DVI monitors with G5 (1 ADC and 1 DVI port)

    I have 2 Apple monitors with DVI connectors and a G5 with 1 DVI and 1 ADC port. I have just bought a "DVI to ADC Adapter" but it looks backwards (for connecting an ADC monitor to a DVI port). What can I do?

  • Roundint of f in AP Invoice

    Dear all experts, i am creating a  A/P invoice  for service items. and  add Rs. in  rounding off . but system  automatically calculate a amount with  % in  discount amount. Therefore  i can not add same  amount. Kindly suggest me. Regards, Aurangzaib

  • Ipod and Itunes not cooperating?

    I was updating my ipod but it keeps saying "preparing your ipod for restore", or "waiting for ipod". When it's "done" it says "ipod could not be restored." Please help!!!

  • Link on report returns no value when record containts '&' or '' (space)

    I have created a report based on a sql script. I want to link this report to a form. With the standard LINK, the records that contain a space or '&' sign aren't linked to the form. Is there a way to resolve this? I know that there is a way to add htm