URL link question

Hello

I have an application apex in which we can put on messages using the editor of ck in a form, think of it as a mini forum. Then I have a report that shows the messages. If someone has inserted a Url in the body of the message I want to open in a new window and not resume the users current session. Not all messages will have URLS in them.

The only way I can think to do is to change my structure of the table and put a spereate URL field in the body of the message. If I had to I could then use the function popup of java on the attribute of the column binding.

Anyone has solutions that do not invlove change me my table structure.

I use APEX 3.2

Thank you

Huw.

Published by: user8723096 on January 28, 2010 01:20

Hello

I guess you mean can you do just the URL in the body of the message a clickable link that will open a popup window?

If so, you can use the following as a basis for your report SQL code. Please note that this is NOT tested:

select regexp_replace(f1,'(http:[^[:space:]]*)','\1>') f1 from
(
Select 'This is test data with a url http://google.co.uk in it' f1 from dual union all
Select 'This is test data with a url http://altavista.com' f1 from dual union all
Select 'This is test data with a url http://oracle.com in it' f1 from dual)

.. who you identify the URL in the body of the message and make it pop-uppable (what a great word!)

HTH!

Chris

Sorry, replace the # in the first line of code: javascript:popupURL('||) Chr (39) | » \1'|| Chr (39) |')

keep quotes of course!

Must be the way I typed in the message forum box!

Published by: FFS on January 28, 2010 04:55

Tags: Database

Similar Questions

  • The URL link question


    Hello

    I'm trying to create a link in my project to one of our company intranet pages. I use a click box and the URL - it works fine in the preview where then 5 slides, but when I saw in the Web browser it connects. Any suggestions as to what might be the cause?

    Thank you
    Alex

    Hi people,

    I found this thread because we have the same problem to be able to view our project .exe file, but not the .htm when trying to access a Web SITE of our project.

    After reading the concept of security problem, I tried our new and fell on a Flash message to the effect that "Flash Player has ceased... a potentially dangerous operation" indicating that our "local application trying to communicate with Internet-enabled location" and tells me to click on the button parameters included in the text. This in turn has me led to the http://www.macromedia.com/support/documentation/en/flashplayer/help/ page and from there to the Security Global Panel settings.

    On this page, it displays your own Adobe Flash Player Settings Manager and advise you what to do to establish a valid development environment to properly test your results (seems the links would work if published on the Web, but who wants to just hold on faith; o). We have added our folder path of development for the group always allow and... here! ... the .htm files now properly linking to the URL that we specified.

    Thanks much for the heads of 'security settings' to the top!

    Hope this helps you too,

    Gail

  • Huge topics (URL links) appearing in Google search results

    Since about a week or two ago (URL links) topics that appear in the Google search results I was huge.
    I don't think this inconvenience comes from Google, because it does not happen with Internet Explorer 8. Furthermore, I believe that Google would not leave this question open for so long. In addition, it is less obvious when Firefox opens Yahoo. In short, it is a matter of "Firefox with Google".

    I run Firefox 27.0.1

    Thank you.

    Alkis

    It's a good idea to test things in safe mode, but please be aware that not every change of setting will be reset in safe mode. So, reset can still solve the problem. Another thing you can try removes cookies (especially those estate of google), and the zoom reset, something could have with that before. Here's how to reset the zoom level: https://support.mozilla.org/en-US/kb/font-size-and-zoom-increase-size-of-web-pages

  • I glide click a URL link in the links toolbar and it shows just the icon of ablank page - why I can't change the icon allocated in the link properties dialog box? Can we change it elsewhere so he's better?

    I dragged a URL in the URL box - in this case a 2nd Yahoo! email login address so I could quickly switch between accounts - in the toolbar links (the one with the "Most visited" link.

    Noting that the new URL link didn't have a Yahoo! icon I right click on the link and found that there is no option to change the URL link icon to, well, anything (!) as we can do for most of the files in Windows Explorer.

    I could change the text label of the link without problem.

    Is he buried somewhere else in Firefox the ability to do so and if so where?

    If not can this option included in the dialog box properties of links in the future, please?

    I would be really grateful one answer I know that my question has not fallen into the "bit bucket".

    See you soon,.
    Leanne Martin
    Australia
    [email protected]

    There are addons that will allow you to change the icon. For example, you can try 'Signet Favicon change':
    https://addons.Mozilla.org/en-us/Firefox/addon/bookmark-favicon-changer/

  • URL link in the timeline

    Hello community,

    My problem is so easy that I couldn't even find a question in the forum.

    Simple I want a URL link in my calendar.

    But the first information (oh no, not again), I'm not a coder:

    In fact, I want a Logoanimation of which I composed in sequels as an Intro to a web page.

    At the end of the video, I want to put a link to the main Site.

    OK how can I do this?

    I thought it was the easiest way to use edge. I placed inside the Web mp4 and

    put a trigger on the timeline. It worked fine, as long as I do not use the "CAO" inside

    My Muse project. He played the video but is not the trigger.

    OK, so I tried animate Put CC. 100jpgs within a time frame and to the end

    the chronology of the following code snippet:

    window.open ("http://www.myadress.com", "_blank");

    No results. I have now, it's a very simple question, but I can't find an answer. Maybe I asked

    the internet in a way to complicated!

    The best way to work for me is to get the job of 'Edge-oam. For my future goal

    It would be great if someone has an answer to this problem.

    Flash CC is also good, but I'm not so familiar with the software.

    At the end I want to place an OAM-file inside Muse to have everything in place.

    Any solution to the outside?

    I'd be happy. THX a lot in advance.

    Oliver of Germany

    There is no problem with this code, but if you have a blocker of popups, which could cause a problem with your tests.

  • Flash CS5 beginner - need help with Add URL link animated banner

    I apologize if this is a very basic question, but I am a newbie in Flash design. I created a basic animation in Flash CS5 and I need to add a clickable URL link. I tried a few tutorials that seemed promising, but none of them solved my problem. I tried a number of things, including the conversion to parts or all of the simple images buttons or movies and linking them this way as well as type in the code ActionScript 2 and 3, which none was successful. The animation plays correctly in my browser, but when I click it, the link does not work. I wish that the entire banner clickable to take viewers to the website linked instead to use the text of the hyperlink. Also, when I open the Code snippets window, it is empty, any image or image I selected. Do I need to import snippets of code somewhere or just will I things the wrong way? Any help is greatly appreciated!

    go to your help section and search the reference Guide of Action Script 3.  It is the repository of all the possibilities of ActionScript with Flash and Flex.  You can consult the alphabetical index URLRequest and navigateToUrl.  There could even be code samples included.  I haven't looked right, but you'll probably get before doing so.

    Best,

    -markerline

  • Why not URL links displayed as pdf written of freehand MX?

    I selected the text I tried to apply the URL. Pulled the bottom of the Navigation menu, typed in the URL, press tab, and the selected type appears in the text box of substring. I chose then get URL in Action; _self under settings; on (press) to the title of the event and then closed the box. Has written a ps file and then as a pdf and the URL link does not appear in the pdf file.

    I've got OS 10.6.2 Freehand mx, Distiller and acrobat CS4.

    All suggestions, oh wise Freehand gurus out there?

    My god. first of all, do you really after that January 21? and nobody react?

    It's terrible. I left kind of fall on this forum or I would have rung me. in fact, don't know why I'm still here now, but I have as well, try to answer your question.

    by the way for future issues you would have more luck on http://www.freefreehand.org

    in any case, I just exported a PDF with two different links contained in it (FreeHand, on os 10.6.2 etc.). the only thing I know, that I confirmed work very well, is to hit the "Settings" button... ", you will see in the first window on file > export... If the PDF is selected as output type, the installer will have several checkboxes, one that says "export with URLs. Make sure it is and click on the OK button (should be blue).

    None of the other stuff that you said made no sense to me. but then, it was a long day of work.

    good luck, or maybe you already figured it out now.

    EDIT

    OHO, I'm changing my answer. I realize now what you're talking about, and it seems to be completely broken. Have not used this feature in some time, but I know that it worked on 10.5.8 running FH 11.02. Now, some fields or menus are dimmed, and it breaks the other links that I had work (for which I had just added the http:// part).

    Freehand is breaking. Slowly but surely. No two ways about it.

    But I wonder, if you have CS4 why not just open the PDF file in AI or Acrobat Pro and fix it's from there? I know, but you have to do what you have to do.

  • Firefox opens only the websites via the url link, don't even try to connect via the address bar.

    I can only open Firefox Web sites by using a url link. If I try to type something into the address bar it not even trying to load the page, no circle of loading, no error or no connection message. I'm on youtube.com and I type in Google.com and tape INPUT. Nothing happens. Nothing. I hit the key twice in the same direction. I can open new empty tabs, but cannot get the address bar to work. I can right-click on videos and make them properly open in new tabs or windows, but the address bar refuses to do anything.
    Internet Explorer works perfectly fine however. Despite the announcements.

    I've updated reinstalled disabled my firewall, restarted firefox, restarted my computer, has not done jack diddly squat. If anyone has an idea of what's going on here, I would highly appreciate your help.

    Hello

    Try clicking on tools-> Options-> advanced-> general tab uncheck the box "Use Hardware Acceleration..." ". You have the entire module as avg safe search installed?

    Hope that helps.

  • With the 3.6.3 version I can no longer do a right-click with the mouse and check the properties of a direct url link on web pages

    Windows XP Pro, SP3. Firefox 3.6.3. Since the update to this version a few weeks ago, that I can no longer do a right-click of the mouse and check the properties of an active url link on Web pages. I've always had the option before. I want this feature back!

    This add-on restores the functionality of properties: https://addons.mozilla.org/en-US/firefox/addon/14228/

  • Download picture of URL link and store the Image in a Local folder in BB10 Webworks

    Hello

    I want to download the image of URL link and store the image in a local folder in Webworks BB10.
    But I did not get the code for this.

    If such knowledge code or have any solution then please help me...

    Thank you best regards &,.

    Laurent Subudhi

    NitishSubudhi wrote:
    I go through this code... but it is throwing the exception. That is to say "ReferenceError: Webworks is undefined '." "

    According to the device/operating system, you need to add the extension of your installation of WebWorks as explained here for OS SmartPhone BB or PlayBook OS.

    To use read the samples provided, they must work somehow. When I worked with the extension on PlayBook I only copy + pasted the provided source code and changed the attributes for the function call:

    // You need to define "remotePath", "localPath", "onProgress", "onError", "options" like shown in documentationblackberry.io.fileTransfer.downloadFile(remotePath, localPath, onProgress, onError, options);
    

    For OS SmartPhone BB the function call looks like this:

    // You need to define "options" like shown in documentationwebworks.io.FileDownloader.download(options);
    

    All think that all information provide here, try to follow and cela should operate.

  • Dynamic URL links open to the last installed only browser

    Hello

    Whenever I use a hot link URL default is Windows open this link in what is the latest web browser, I have installed

    -For example, I use Chrome but have installed Firefox also. Any link opens in Firefox never in Chrome. I recently installed Opera just to check and everything opens at the opera. Then I tried Internet Explorer and now everything opens in the browser only - never in others.

    I don't want four browsers but I want to be able to control where to open the dynamic URL links

    Thanks for any advice you can offer

    Bill

    You can set the default browser used for links in the control panel.  Just highlight the browser you want to use and select "set this program as default.  Then it will be used for the opening of the links.

  • How to open or return to the Panel tabs 2,3,4,5,6, etc. using a URL link.

    Hi all

    I have some problems with Spry Panel tabs. I use Dreamweaver CS6 and tried the code, as seen on this link URLUtils Spry help to open remote tabs and panels , but it did not help.

    My Tabs panel contains up to 6 tabs and maybe more that I do. I need help on how to return to the tab, I was after filling and display a form which is this tab?

    For example, I have form questionnaire on tab 3. How can I return to the same tab 3 after filing my form of questionnaire.

    Note here that when I click the button submit, the contents of the form are validated in the database, and the form will be redirected to the URL link that is attached to the submit button. This ULR link must have something comme.../interview.php?tab=3 or so it will load tab 3 once the page is updated after the presentation

    issue1.png

    Also note that my site is still currently offline. It has not been added to internet as I'm just starting my project.

    Thank you very much

    Thank God I was able to identify the problem. The lnks tab are busy

    Here's what I did

    1. I created the tab 3, using the example, as seen on this link using Spry URLUtils to open the panels and remote tabs which I said was not helpful. In any case, I'm sorry for that. Please forgive me for my mistake.

    2 filled with content and adding a link tab = 2 #TabbedPanels1 what makes 3 tabs. See the image below

    My 2 tab is the tab text for more details .

    3. light that it worked, I replaced now the SpryAssets folder of the project that I worked on the SpryAssets folder I downloaded from the link using Spry URLUtils to open the panels and remote tabs and that's all.

    My conclusion here is that the SpryTabbedPanels.js that is automatically inserted in the SpryAssets folder of Dreamweaver has a fault code when it comes to adding links.

    So I give credit to the Powers of David which I believe is the author of the above code that solved this issue

  • Bug, function or behavior: preflight check has not detected inaccessible URL links

    Working on a Mac OSX 10.11.6 (15G 31) by using InDesign 11.4.0.90

    I made a preflight profile to detect inaccessible URL links using the preflight Panel. I typed in a URL that generates a "server not found" error in any browser internet and used 'new hyperlink from URL' to create a hyperlink in InDesign. In the Panel links of Adobe InDesign, the hyperlinks panel shows as red link... well. Why then does InDesign preflight Panel not report this as an error?

    Here is a screenshot of what I've done:

    Screen Shot 2016-08-13 at 10.33.19.png

    What is this part of upstream is supposed to do, or is it meant to point out something else? Can anyone replicate this fault so that others can confirm that is not only unique to my machine?

    Colin

    I think that the "Links of URL Inaccessible" option has been introduced in InDesign CS5, back in 2010.

    At that time, it was a feature called 'Place of Buzzword... '. ' and the 'inaccessible links URL' option to check if a linked Word document was inaccessible and used to report this error (if the option is checked).

    I don't think she ever worked / subject links Web site even in this case.

    The 'place of the buzzword' has been deleted in InDesign CS6, but this option remained in the preflight dialog box.

  • How to change the url link that Slate Adobe provides when you publish your project

    Slate Adobe - I would like to change the url link that Slate Adobe provides when I publish my project... Is it possible

    Hello

    I suggest you view the query on the forum of users of slate: https://feedback.photoshop.com/photoshop_family/categories/photoshop_family_adobe_slate

    Kind regards

    Sheena

  • Insert a url link in a video

    Hello to you all!

    I have to insert three privileges on three different words in a laps of time of 2 seconds, under of creates an I in a video after the effect.

    I was able to find and read the explanations provided with help adobe regarding the marks to insert a url link in a video.

    However, in doing so (basically I think), the procedure. nothing works.

    I'm stuck and I need it for my small business.

    Could someone help me understand the procedure and comment I do please?

    A wise, good day!

    The video can't have links, and that's all. All this stuff is handled by the playback software. At best, you can incorporate benchmarks which maintain links, but currentlyx that this kind of things is especially broken in any land of Adobe. You better use the tools of creation of native YouTube for adding links such as overlays or markers.

    Mylenium

Maybe you are looking for

  • My iPhone 5 (iOS 9) has begun to show the 9 217 unread emails.

    Everything was normal yesterday morning.  I have 2 POP3 e-mail accounts defined and a total of three read messages in my Inbox. No idea how to clear badge notification?  I tried to turn it on turn off the two accounts and the back, but it's always th

  • Can no longer scroll on my laptop Intel.

    Original title: my cursor I have a laptop Intel and the cursor doesn't let me scroll down more. What can I do to fix this?

  • MP2 file corrupted and does not play

    I have a few mp2 files, but they do not play. I would get this error message. Windows Media Player C00D1199. Thanks for your help.

  • Where the PERC H330 Mini 25.4.0.0011 firmware?

    I installed OMSA 8.3 week last on a brand new R430 with all the latest available firmware upgrades applied. Despite this, the server notifies: "The current version of the firmware 25.3.0.0016 is earlier than the version required 25.4.0.0011 for Contr

  • I need help my laptop connected to internet.

    I have a Dell XPS 15. I took it more friends houses before and connected to the internet just fine and then brought home and can connect immediately, but now I'm in a different and connected to her internet friends house, then when I got home, it wou