Edit links?

i am new with dreamweaver, recently assigned to maintain the company's site. the site was originally developed by another company n currently they wanted someone internal to do it. however i can't seemed to understand the line that i found below within one of the file. since i need to add more links to the site, i believe i should try to understand what the developer was trying to do here, especially the underline part. can anyone please explain it to me?
<div class="thelink"><a href="#" onclick="MM_openBrWindow('http://announcements.bursamalaysia.com/EDMS%5CAnnWeb.nsf/dfDisplayForm?Openform&Count=-1&f orm=dfDisplayForm&viewname=LsvAnnsAll&category=BLD+PLANTATION+BHD.+','report')" class="a12">Historical</a></div>
thanks!

Okay.
Let me try.
Here you have a which when clicked (onclick) is opening up a new page at the location http://announcements.bursamalaysia.com/EDMS%5CAnnWeb.nsf/dfDisplayForm
Now after this there is a ? and post that lot of propert & value pairs. This part is your querystring. This is a way to pass data from one page to another. Based on the propert=value pairs the target page will display data.
Read more on querystrings at
http://www.webopedia.com/TERM/Q/query_string.html
http://en.wikipedia.org/wiki/Query_string
and how to catch them at:
http://www.w3schools.com/ASP/coll_querystring.asp
So that is what this link is all about.
Regards,
Vinay

Similar Messages

  • Edit Link on Interactive Report

    I have an Interactive report with the edit link on each record to call a form. Is it possible for the edit link to show on specific records (instead of all)? I have a security requirement where the users shouldn't be allowed to edit (go the maintenance form) certain records.

    I'm not sure if u're talking about default link?
    If yes u can ignore that one and try to insert Your own image or link as ' a href=... text /a ' as Link
    in a href U can use javascript, or write page url - it should work
    and now answer about Your question - "text" can be inside decode or nvl (nvl2) function where u can combinate with all kind of sql functionality (as query) to specify when it should show text or when it should show null (when it's null U can't clisk on this.
    edit: or as Roel wrote ;) - more easier way

  • Getting 'No Data found' Error when clicking the edit link to edit a record.

    Application Express 4.2.0
    Database: oracle 11g
    Hi Guys
    I am getting an error whenever i try to edit some of my entries by clicking the edit link, i have a composite Primary key attributes of three columns ( Budget Year ('YYYY'), Training Name('VARCHAR') and Emp Code ('VARCHAR')
    Some records will load when i click Edit but some wont and return 'ORA-01403: no data found' error.
    Any help will be appriciated.
    Thanx
    MATT

    Hi,
    Please create example about problem to apex.oracle.com and share developer login details to workspace.
    Regards,
    Jari

  • How do I edit links on a document that can't be modified?

    This is probably not the right way to put this question, because I was editing links to attached PDF files and then saved the main document to test the links.  There was a problem with one link, but when I reopened the document to work on it, I could no longer edit the links.  I checked security, and everything was greyed out and said the document could not be modified.
    What did I do wrong?  This is all in Acrobat 9.  Thanks in advance for any help.

    Well, at long last, an answer.  Thanks for the helpful suggestions.  It did turn out to be a security problem.
    The PDF/A idea turned out to be the right clue.  The base document I was working with was a composite.  I had taken one PDF file and added a two page PDF document on the front.  As it turned out, the two page document added at the front was in PDF/A.
    However, before I discovered that, I found a workaround.  As long as I did a "save as" after adding links the document remained editable after reopening.
    It was a hassle to "save as" every time I came to edit, but I needed to have the two page document on the front.  I tried to print the two page document to PDF to get rid of the PDF/A, but that didn't work within Acrobat.  I was finally able to get rid of the PDF/A by printing through the CutePDF driver.
    Upon reflection, I think the reason my workaround worked was that the "save as" got rid of the PDF/A.
    Thanks again for your suggestions.

  • Edit link not working in IE 10 browser after fetching 5000+ rows

    Hi,
    OBIEE 11g 11.1.1.7.150120
    IE 10
    We have an issue where IE browser misbehaves after fetching 5000+ rows.  By misbehaves, I mean the browser responds extremely slow while scrolling up, down, left, right.  Worst behavior is the "Edit" link on the report does not work.  There is no action!  If I navigate to the my home page and try to edit some other report/analysis, same -- no action.  I am able to run other reports but cannot edit any one of them.  Edit link does not work for any report going forward.  If I log-out properly, close the browser window and log back in, only then am I able to edit reports.
    I tried clearing the browser cache several times but this keeps happening.
    This issue is specific to IE only, not Firefox or Chrome. However IE 10 is the corporate browser and switching to any other browser is not a solution.
    Has anybody faced this issue?  Any help in troubleshooting will be greatly appreciated.
    Thanks.

    Hi skull,
    Just to make it simpler ... don't start touching your settings for java heap memory or your account setting to define the default tab when editing an analysis as they have no link with your issue.
    Setting the criteria tab .... well ... as you can't click the edit link you will never get till the criteria tab, so it will not help you a lot (but it's good to set it in case you often edit huge analysis with tons of rows as it doesn't fire a query every time you open it).
    For the java heap memory I can't really see how Chrome or Firefox would behave in a different way on a server side setting like that one.
    So to avoid having multiple other nice issues later don't change settings around without being sure 100% it will have an impact on what you are debugging.

  • How to hide edit link for  some rows in report? (according to value of col)

    Helo,
    How to hide edit link for some rows in report? (according to value of column)
    regards
    siyavuş

    Hi siyavuş
    You can do this by taking the edit link off the report and putting it into your report SQL.
    Use something like Select CASE WHEN (condition)  THEN
    'Put your edit link in here as an html Anchor like<a href="(target)">Edit</a>'
    ELSE
    tt.value
    END edit_link
    FROM test_table tthope it helps,
    Gus..
    You can reward this reply (and those of other helpers) by marking it as either Helpful or Correct.
    This allows forum users to quickly find the correct answer.
    ;-)

  • Redirect edit link to Criteria tab instead of Results tab in OBIEE 11.1.1.5

    Hi all,
    How to redirect edit report to Criteria tab instead of Results tab in OBIEE 11.1.1.5?
    I have used the following thread but did not work for me.
    OBIEE 11g Analysis : Change Report edit link to go Criteria tab instead
    Thanks in advance.

    Hi,
    I think the previous solution still works. Once, you have implemented the solution can you please make sure the url is something like
    http://x.x.x.x:9704/analytics/saw.dll?Answers&Action=Criteria&path=....
    Thank you,
    Dhar

  • How to disable edit link in interactive report

    Hi,
    How to disable edit(e3.gif image) link interactive report.
    Thanks,
    nr

    Hi Jari,
    Apex Version:3.2
    I created on Interactive report on emp table I have created edit link on empno using Icon5 image.
    Report Attributes>Column Attributes>Column Link.
    I can Hide the Icon5 using following script but I need to disable only. I did not get any disable() method in Jquery.
    Region Id:R812581842900385833
    $(document).ready(function() {
    var viewOnly=document.getElementById('P1_ITEM1').value;
    if(viewOnly == "0")
    $("#R812581842900385833 img").hide();
    thanks,
    Nr
    Edited by: pnr on Mar 13, 2012 6:09 AM

  • When i click on edit link a popup has to open and i have to show the inform

    Hi all,
    i have an arraylist with instances of Sectionbean.java class.
    I created a panelgroup layout to display all the variable inside Sectionbean.java class. and a link called "edit".
    i kept this panelgrouplayout as a child for iterator .
    out put is like this
    1 aaaa abc edit
    2 bbb abc edit
    3 ccc abc edit
    I am getting all the values and rendering in the ui properly like above.
    here when i click on edit link a popup has to open and i have to show the information related to the selected edit link in that row.
    can anyone give me suggistion that how to sove this .

    in the command link.. create a clientAttribute settign the value.. and use it in the popup using the source
    <af:commandLink id="cl2">
    <af:outputText value="#{row.Title}"
    id="outputText1"/>
    <af:clientAttribute name="title"
    value="#{row.Title}"/>
    <af:showPopupBehavior popupId="::p1"/>
    </af:commandLink>
    <af:popup id="p1" contentDelivery="lazyUncached" eventContext="launcher"
    launcherVar="source">
    <af:dialog id="d1" type="ok" title="Popup" contentWidth="300"
    contentHeight="200">
    <af:panelGroupLayout id="pgl4" layout="vertical">
    </af:panelGroupLayout>
    </af:dialog>
    <af:setPropertyListener from="#{source.attributes.Title}"
    to="#{pageFlowScope.Bean.contentId}"
    type="popupFetch"/>
    </af:popup>
    here the client attribute is set with the row.Title and later in the popup we are fetching the same using.. source.attributes.Title

  • Task Manager Packaged App  - edit link doesn't edit the correct task

    I'm a relative new-comer to APEX, I downloaded and installed the Task Manager app from the OTN site but it's not working as it should.
    I have created a list of tasks, but when I click on the EDIT link (page 3) the task that opens is always the last one created. I've checked the link and it looks OK - P22_ID has a name of #TASKID#
    This makes the app unusable, since I can't edit tasks in progress (unless it's the last one created), and I'd rather not re-invent the wheel.
    Has anyone got a solution, or can download it and have a look - http://www.oracle.com/technology/products/database/application_express/packaged_apps/packaged_apps.html#TASK
    I'm using APEX 3.2.
    Thanks

    Thanks for the reply Ravikumar,
    Unfortunately this solution is inapplicable to my version of the OS as it is 64-bit and not 32-bit. Do you have any other ideas?
    Best,
    - Kiril
    Yes, PAE((Physical Address Extension) is supported only on 32-bit versions of the
    Windows, operating system 64-bit versions of Windows do not support PAE. For information about device driver and system requirements for 64-bit versions of Windows, see
    64-bit System Design. The Address Windowing Extension (AWE) API is supported on 32-bit systems. It is also supported on x64 systems for both native and Wow64 applications.
    Useful link for Address Windowing Extensions is:http://msdn.microsoft.com/en-us/library/windows/desktop/aa366527(v=vs.85).aspx
    If the above info does not help you, please contact dell as suggested by
    Shaon Shan.
    Regards, Ravikumar P

  • Issue with Responsive Theme, Edit Links and IE

    I've built an example of problem I have at work
    Using Theme 25,
    Build a simple app, 1 page - One Level Tabs, Right Sidebar
    Create a default region.
    In the region create a Popup LOV and, on the same row, another item- I've used a Text item
    Lov will work fine.
    Set the page template to allow edit links.
    Now the Lov won't fire.
    I think that the edit links elements have a console.log call - which IE can't handle so it does nothing.
    http://apex.oracle.com/pls/apex/f?p=72923:1
    public
    welc0m1
    Can some-one take a look and see if you can come up with a solution. It took a couple of days to spot where the problem seemed to be.

    Known bug, fixed in 4.2.2
    Before then, Edit the Java Script Debug section of the One Level Tabs - Right Sidebar template and remove the three "console.log" entries.

  • The edit Link on my report form opens the page to create a new record.

    For some reason my applications edit link on the report form is opening a new blank entry instead of pulling the data that needs edited from that row. I just have a basic report and form. Where can I check this Edit button to see if it is linking to the existing data?

    I found my problem my select statement had the primary key column removed some how.

  • Dynamic hide edit link in report, how?

    regarding apex 3.2
    in a standard report i use the first column to provide an edit link (url redirecting to another page), this far nothing mind-boggling.
    but the edit link should only be available if the actual row meets special creteria, e.g. if the value of a colum equals 'S'.
    how can this be solved?
    any help is very welcome
    peter

    ok, now i understand.
    i never thought of replacing the '#' by the real url to the page, because it worked without any change. maybe becaus of the report column defined like this: [http://yfrog.com/cbsnag0077j]
    now as the case statement looks like this
    case when ADRTYP ='M' then '<a href=f?p=&APP_ID.:25:&SESSION.:EDIT:&DEBUG.::P25_BELEGDID,P25_LFDNR,P25_ADRTYP_EDIT:#BELEGDID#,#LFDNR#,#ADRTYP#>Edit</a>' else ' ' end
    LFDNR_DISPLAY,even ie displays the cell correct.
    now a, final, problem:
    to build a secure app, i need to generate a checksum for this url. do you know how to append that to the url?

  • Edit link for Report with form

    Hi, I create report on Page1 with form on Page2 using Wizard. For this reports select always returns me only one record. On my report I see edit image, it has records 'id' value and branching me to Page2.
    I need edit link on another region in Page1. But I can't to assign for this link the same 'id' value for editing my record in Page2. How can I do it?
    Thanks!
    Kira.

    Kira,
    You are right, doing things this way is messy. One approach is to write APIs to support your data model. All queries/DML against tables should be done with these APIs. Having two levels of APIs has worked well for many applications: a transaction-level API (modules like fetch_empl_vacation_history, update_org_roles_master, create_incident_report) and a table-level API (modules like fetch_emp_rec, update_emp_rec, create_emp_rec). Transaction APIs call table APIs and table APIs do queries and DML against base tables. A typical page like the one you described might have one transaction-level API call to do the fetch from all the tables and populate all the page items in session state and one transaction-level API call after submit to perform the logical transaction that updates all the affected tables. APIs like these must also handle concurrency using an optimistic locking model. To repeat, the automatic row fetch and DML processing processes built into HTML DB are not intended to manage complex, multi-table transactions.
    You can create table-level APIs using SQL Workshop->Tasks Menu(Create Database Object)->Package->Build a package with methods on database table(s). If you experiment with that, some of this should make more sense.
    Scott

  • Always Get Edit Link When Item Level Permissions Set

    We've enabled item-level permissions in a folder, and all users receive the "edit folder" button, regardless of whether we've given them "manage" access. Turning off item-level permissions removes the edit link.
    Is this a known issue? Any workaround/solution?

    That's just a "feature" of item level security, I don't think Oracle has any plans to fix it in 3.0.9X they probably have resolved the issuse in 9.0.2 ..... If you really need it gone you can click "Edit Defaults" when editing the page, right next to the portlet and uncheck the box that says show "Show Edit Link".. But then you just taken away the easy ability of editing the items through the portlet and you have to go back to the Content Area to update anything.
    brad

  • Word 2010 Edit Links?

    Installed Office 2010.  I have a Word document with links to an Excel document.  The path for this Excel document has changed so I need to edit the link.
    In 2007, you would just click the Office button, then goto Prepare, then Edit Links but this does not exist in 2010.  Somewhere I read that I click File and then goto Finish, but I do not have a section named finish.
    Thanks for any advice!

    I had the same problem and spent a long time looking for the solution!  Then I found this brilliant link:
    http://www.addictivetips.com/microsoft-office/prepare-word-2010-document-for-distribution-prepare-menu/
    Problem solved!  (But I don't think the user should have to do all this though).
    Hope this solves it for you too.

Maybe you are looking for

  • Import/export - templates not working?

    We're just trying to deploy our Portal application into the production environment, and having a lot of problems. We're still on 3.0.6.6.5. Firstly - if we import something more than once it creates a 2nd version. I've seen messages on this forum say

  • Airport keeps turning off!

    I have a mid-2009 MacBook Pro running Snow Leopard. When I'm running wireless in my home, I experience a lot of drop offs from the Internet. While some of this is due to poor wireless reception, what puzzles me is that when I try to get back on, I ke

  • Kernel26nitro [updated to 2.6.9-rc4-nitro1]

    here's a PKGBUILD for 2.6.9-rc4-nitro1, adapted from dp's kernel26mm PKGBUILD. # $Id: PKGBUILD,v 1.5 2004/08/22 16:43:06 damir Exp $ # Contributor: hyp0luxa <[email protected]> pkgname=kernel26nitro origkernelver=2.6.9-rc4 newkernelver=2.6.9 rcver=4

  • How do i STOP bookmarks from opening in a new tab?

    using latest FF with tabmixplus, but I can't find the option if it's in there. basically want the default behaviour for opening bookmarks; to open in current window. thanks

  • MacBook won't come out of sleep mode.

    My MacBook freezes every time I try to wake it after I put it in sleep mode. I have to restart my computer to get anything to work. I upgraded from Snow Leopard to Mountain Lion 10.8.2 and never had a problem before. Are there any fixes to this, othe