Dynamic link to an external site?

Hi There
Has anyone any ideas where I'm going wrong here, it seems like it should be easy to me but all the settings I've tried don't make any difference.
I'm using Dreamweaver CS3 on Mac running Snow Leopard and I've set up a phpMyAdmin database.
One of the database fields called 'website' contains a list of stockists website addresses. I want to have a dynamic text link that opens up the stockists website in a new window when the text is clicked. So I'm doing this...
<a href="<?php echo $row_recordset1['website']; ?>">CLICK HERE</a>
This opens up a new window but instead of forwarding to the chosen website e.g. www.external.com
It keeps my existing website url at the front of the link so I'm getting something like...
http://www.mysite.com/www.external.com
Anybody any ideas how I can tell the link to lose the bit at the front?
Many Thanks

Hi
Thanks a lot for your reply, I wanted to open the external site in a new window and hence I have the following path as my URL
javascript:window.open('http://#COL09#','name','height=400,width=800');
This opens the oracle site in a new window , but at the same time my apex browser renders a blank page with [object Window] printed on the browser window.
Can you please tell me what is happening.
Thanks.

Similar Messages

  • When I link to an external site, the link does not work, if I right click "Open in new tab" the link works.

    When I link to an external site, the link does not work, if I right click "Open in new tab" the link works.

    I have not changed any of my preferences and they look like they are as I would have left them.
    I tried resetting Firefox and deleting the preference file, no change.
    By the way, I hate that the tabs are on top and not where they belong above the pages they are for. There should still be a way in Firefox to put them back without having to use an add-in.

  • When using a link to an external site

    When using a link to an external site in Muse, how can I have the browser open a new (second) window for that site?

    Hilite your text, click on the blue word 'Hyperlinks" and check the box 'Open the link in a new .......'

  • How do I add a link to an external site from my navigation toolbar?

    I want to add a link to an external page on the navigation bar, but when I right click or use inspector nothing looks useful. Any help is appreciated. Thanks.

    Open the Inspector and then click on Hyperlink to create any link to an internal or external page. It is the second from the end and has the blue hyperlink symbol and yes, take time to look at what is in the Inspector - they are all 'useful' at some time!!

  • How can I create a link to an external site in my aperture web gallery?

    Very keen to add a link to my main home page so people can go from my web gallery at www.smartstreets.eu back to my home page at www.smartstreets.co.uk
    Anyone know a way to do this?
    Also wondered if I can change the font, size, format (eg bold etc) in the theme I have chosen .. this seems to be set and cannot be changed.
    Any ideas? Any places I can try for great third party web gallery themes? Thank you!

    I don't know how to accomplish this when using Aperture's built-in web gallery feature. My suggestion may help until you find out how to do that. I suggest buying iLife '08 and using iWeb to create your web galleries. The iWeb media browser shows your Aperture library and albums so there's no need to export-import. You do need to generate previews for photos to use in iPhoto. iWeb is much more powerful than Aperture's gallery layout tools, plus there are many themes available. Think of iWeb as an export plugin for Aperture.

  • Dynamic link to external files

    Is there a way to dynamically link to an external file?
    Currently, when you link to a file, RH puts a copy of it in its
    working directory and lists it as a Baggage File. Once that's done,
    that file's dead; if the original file gets updated, I have to
    manually re-link to that file so that it can update its Baggage
    File version of the file. If the original file gets updated 30
    times per week, that's 30 manual udpates I would have to do. (Or
    once at compile time, but even that's a stretch to have to
    remember!)
    Is there a way to link to that always-evolving file and so
    that it only grabs a copy of it at compile time?

    I don't think this is built in to RoboHelp - I don't have the
    latest version, though. I take it this file is not HTML. What type
    of file might make a difference in how any workaround is
    implemeted.
    My first thought would be to make it always external but then
    it has to be shipped with the CHM file. To link to an external
    file, Micosoft has a javascript function called parser which will
    find the correct path if it is installed in the same directory as
    the .chm. This is explained in HelpWorkshop's help file. I could
    send you the code if you'd like.
    In using this, I have found that every file type responds
    differently - some open directly in help viewer, some open their
    own application, and some throw up a dialog that it might be
    unsafe.
    Another option would be to have it edited while in your
    RoboHelp project directory. i.e. consider that file the "original."
    Unfortunately, I think you'd have to share the entire project to
    allow someone to do this and that might open another can of worms.
    Good luck,
    John

  • Building Links to external sites

    Newbie question:
    When making a link to an external site, how do you keep your
    own page on the desktop. The default mode loads the external page
    but does not preserve your page.
    Thank you.

    Make the link have a target of "_blank", e.g.,
    <a href=''
    http://www.example.com"
    target="_blank">
    and it will open in a new window. Note that the target
    attribute is
    deprecated, and its use will cause a page with a strict
    doctype to fail
    validation.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Sayulitasurfer" <[email protected]> wrote
    in message
    news:f2nibl$5hc$[email protected]..
    > Newbie question:
    > When making a link to an external site, how do you keep
    your own page on
    > the desktop. The default mode loads the external page
    but does not
    > preserve your page.
    > Thank you.

  • Link to external site

    Hi,
    I have a table with one of the column containing links to an external site. This url is saved in the database.
    On clicking the link I want the user to be taken to that site in a new window.
    Please let me know the standard way in OAFramework.
    Thank you,
    Arun

    Hi,
    Thank you for the reply. I tried this earlier, but the link from the db is an absolute URL and having {@urlfromdb} opens a window with the following url
    http://oaappserveraddress/OAHTML/http%3A%2F%2Fwww.google.com%2Fig
    In the above case, the url happens to be http://www.google.com/ig
    This url is not a constant and each holds a different url pointing to external and other internal portals.
    I have two things:
    1. to open the url in a new window without the base url of the OA App.
    2. to avoid the encoding that happens (notice the %3A%2F in place of ://)
    Your help is appreciated very much
    Thank you,
    Arun

  • Link to a new site that opens within my site

    Can someone tell me how I can create a link to an external site, where the site opens up within the body of my site? Do I need a javascript for this?
    Thanks in advance.

    Hi David,
    The iframe option is fabulous. I've used it for my ebay link as well as a "news" section.
    I do still have one issue with the "news" section – I seem to have my background image from the body showing through in the padding of the div that holds the iframe. I've tried everything, but can't seem to get rid of it! I didn't have this problem with the ebay link and didn't have this problem before I added the iframe. Any suggestions?
    Thanks again!

  • Link to an external website based on form item

    Hello,
    How to create a link to an external site based on the value of a read only item in a form?
    I have a read only form (not a report because of layout issues) which presents address information. One of the items contains a site-address. Is it possible to present this field in a way users can click on it to navigate to the site?
    Thank you,
    Philip

    Thank you Varad,
    The data source for the item P21_WEB_SITE is a database column (a varchar2(100) ).
    I created a second item where the data source is based on a PL/SQL Function Body:
    declare
    lv_return VARCHAR2(500);
    begin
    lv_return := '&lta href="http://'
    ||:P21_WEB_SITE
    ||'/"'
    ||'target="_blank"'
    ||'&gt'
    ||:P21_WEB_SITE
    ||'&lt/a&gt'
    return lv_return;
    end;
    Property Display as = Display as text (does not save state)
    So problem solved !
    Philip

  • Track No. of times link to external site is clicked on a page

    Question:
    Our client strongly promotes another business on their site with a large button to click through to that business' url, which then opens in a new window. Is there any way in the reporting section of BC that our client can prove how many times visitors have clicked this link? i.e. a way that they can show how frequently referrals have come from them?
    This kind of link click through tracking is obviously possible in eNewsletters - but what about on actual webpages?
    Answer:
    One way you could do it is by utilising the ad rotator module.
    You can add the html to it then add the module code to your page and it will report on total impressions and click throughs to the link specified.
    Then you can also have data on the conversion rate.
    Another way would be to send your visitor to a page on your site that is redirected to the external site automatically. That way you can still track it.

    Hi Mario
    Just found your post after posting a similar / related question (mine has to do with tracking click-throughs from within a secure zone)
    Am interested in your statement
    'Another way would be to send your visitor to a page on your site that is redirected to the external site automatically. That way you can still track it'
    Could you explain exactly how to track using page-redirects?
    Many thanks
    Maggie

  • Dynamic linking of external file

    I try to link to an external file, and display it as the text file from oracle report. The path is determined at runtime. I searched on the Oracle Report's Help and found a hint on SRW.SET_HYPERLINK(...), but I couldn't get it work. Please help.
    Thanks, in advance, for your help.
    Regards,
    TD

    To link to a file dynamically, you need to use the "read from file" property against a column in the data-model.
    If the filenames are stored in the database, you can use a simple query to create the column to return the filenames. Otherwise, you can use a PL/SQL formula column of type "char" to return the names.
    Once you've created the column, set the "read from file" property to "yes" and set the format to "text". You can then create a field in the layout based on this column value.
    The above, is the typical way of handling this. You can also use srw.set_field() to change the value of a field in a format trigger. This is less efficient but useful for some cases of dynamic values.

  • Link in the video to a external site

    Hello, I want to link places in the video to a external site.  Does adobe have tools for this other than flash?  I was hoping that PP would offer function for this....

    I don't believe the video file itself can contain a link.  It's usually the player that handles that type of functionality.

  • External Site Visitor Link in iRecruitment 11i

    Dear All ;
    I tried to login to the External Site Visitor responsibility using the standard recomended link : http://hostname:port/OA_HTML/IrcVisitor.jsp . but the iRecruitment registration page did not appear . could you please tell me why and how can i solve this problem ??
    Regards

    There is a seeded permission set (find it via responsibility FUNCTIONAL DEVELOPER), called IRC External Site Visitor Permission Set - code IRC_EXT_SITE_VISITOR_PSET.
    This permission set should be GRANTED to the GUEST user. See GRANTS in responsibility FUNCTIONAL DEVELOPER to check if it exists.
    This GRANT will allow 'guest' users to access the External Site Visitor jsp page.
    Regards
    Tim

  • Frames - Link to External Site

    I am wanting to set up frames on my website. I want to have
    the main frame link to our chat site that is hosted at another
    address. How can I get the main frame to automatically pull up that
    site upon loading? It is a simple login page for the chat site.
    Thanks

    > I want to have the main frame
    > link to our chat site that is hosted at another address.
    How can I get
    > the
    > main frame to automatically pull up that site upon
    loading?
    In the SRC attribute of one of your frames put the URL of the
    chat site.
    -Darrel

Maybe you are looking for

  • ITunes will no longer play any music.

    iTunes will open just fine, but when I click play on a song it won't play. The tracking icon won't move at all. I tried uninstalling and reinstalling itunes and the problem still stands. It started when I upgraded to the latest version of iTunes. Als

  • How to Print from Mail

    Dear Sir, I have a question concerning Mail application. If there is an email with an attachment, how can we print the email it self withoutthe attachment? If the email contents is very little which it can be printed on half page, and there is a pdf

  • HDR-HC3 In DV Mode

    Does anyone have experience in using an HDR-HC3 set to DV (not HDV) mode with iMovie? I will be shooting some projects where HDV resolution is not necessary and thought it would be a little faster and less demanding of disk space to do the project in

  • Non stock item on pick list

    Hi Only stock items get selected on to the pick slip as per the system behaviour Is there any way we can set up non stock items to show on the pick list. One of our customer has few non stock items which they want to show on the pick list at the time

  • Cisco UCS RAID SAS 2008M-8i Mezzanine Card Performance?

    I recently purchased a UCS C220 bundle, which includes a Cisco UCS RAID SAS 2008M-8i Mezzanine Card.  I'm planning on deploying this as a standalone server running XenServer 6.2 in the near future. I'm happy with the unit and testing is good, but for