Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Hyperlink

    In my older version of publisher I could just make a link
    to the pdf file on my hard drive, and when I uploaded it
    to my ftp site the link would work. However with the 2002
    version this doesn't seem to be the case can anyone help?
    Craig Guest

  2. Similar Questions and Discussions

    1. No hyperlink
      The help function directs my to go to "insert" and choose "hyperlink" . These items do not exist on the tool bar, anywhere. Whats going on? Am I...
    2. asp:hyperlink
      Does anyone know when you NEED to use asp:HyperLink versus a regular Href? An example would be greatly appreciated.
    3. Need Help with Hyperlink in a SWF
      Hello, I recently purchased a nice little flash based web site. I am by no means a flash expert, however I know just enough to be dangerous. I am...
    4. hyperlink bug?!
      Hi There, Director seems to have a problem return dynamic hyperlinks such as the following: ...
    5. Dynamically Hyperlink and Event Handler for the Hyperlink ?
      Hi, I´m creating an Hyperlink dynamically for my DataGrid: HyperLink hl = new HyperLink(); hl.Text = "MyLink"; hl.NavigateUrl = "#";...
  3. #2

    Default hyperlink

    Mijn hyperlinks gaan ni, wie kan me helpen??


    Patricia Peeters Guest

  4. #3

    Default Re: hyperlink

    "Patricia Peeters" <patricia.peeters3@pandora.be> ha scritto nel messaggio
    news:Hybob.115376$fN4.5279848@phobos.telenet-ops.be...
    > Mijn hyperlinks gaan ni, wie kan me helpen??
    >
    ?!?


    Toto' Guest

  5. #4

    Default Re: hyperlink

    My hyperlinks don't work, can you help me??


    "Toto'" <a-tratti@TOGLIQUESTlibero.it> schreef in bericht
    news:cBbob.381989$R32.12640870@news2.tin.it...
    > "Patricia Peeters" <patricia.peeters3@pandora.be> ha scritto nel messaggio
    > news:Hybob.115376$fN4.5279848@phobos.telenet-ops.be...
    > > Mijn hyperlinks gaan ni, wie kan me helpen??
    > >
    >
    > ?!?
    >
    >

    Patricia Peeters Guest

  6. #5

    Default Re: hyperlink

    "Patricia Peeters" <patricia.peeters3@pandora.be> ha scritto nel messaggio
    news:fDbob.115385$sQ4.5284975@phobos.telenet-ops.be...
    > My hyperlinks don't work, can you help me??
    >
    >
    > "Toto'" <a-tratti@TOGLIQUESTlibero.it> schreef in bericht
    > news:cBbob.381989$R32.12640870@news2.tin.it...
    > > "Patricia Peeters" <patricia.peeters3@pandora.be> ha scritto nel
    messaggio
    > > news:Hybob.115376$fN4.5279848@phobos.telenet-ops.be...
    > > > Mijn hyperlinks gaan ni, wie kan me helpen??
    > > >
    Could you explane better your problem? What's the action script code
    of your links? Paste it

    Toto'


    Toto' Guest

  7. #6

    Default Re: hyperlink

    on (release) {
    getURL("www.favorit.be");
    }



    "Toto'" <a-tratti@TOGLIQUESTlibero.it> schreef in bericht
    news:7Lbob.382066$R32.12642478@news2.tin.it...
    > "Patricia Peeters" <patricia.peeters3@pandora.be> ha scritto nel messaggio
    > news:fDbob.115385$sQ4.5284975@phobos.telenet-ops.be...
    > > My hyperlinks don't work, can you help me??
    > >
    > >
    > > "Toto'" <a-tratti@TOGLIQUESTlibero.it> schreef in bericht
    > > news:cBbob.381989$R32.12640870@news2.tin.it...
    > > > "Patricia Peeters" <patricia.peeters3@pandora.be> ha scritto nel
    > messaggio
    > > > news:Hybob.115376$fN4.5279848@phobos.telenet-ops.be...
    > > > > Mijn hyperlinks gaan ni, wie kan me helpen??
    > > > >
    >
    > Could you explane better your problem? What's the action script code
    > of your links? Paste it
    >
    > Toto'
    >
    >

    Patricia Peeters Guest

  8. #7

    Default Re: hyperlink

    "Patricia Peeters" <patricia.peeters3@pandora.be> ha scritto nel messaggio
    news:vSbob.115403$dI4.5265551@phobos.telenet-ops.be...
    > on (release) {
    > getURL("www.favorit.be");
    > }
    >
    >
    You forget protocol "http". This is the correct code:

    on (release) {
    getURL("http://www.favorit.be");
    }

    Bye :)

    Toto'


    Toto' Guest

  9. #8

    Default Hyperlink

    Hello,

    I'm using a link in a datagrid by the operand
    "DataNavigateUrlFormatString=". I assume that the link only can activate a
    new aspx-page. But the code and the datagrid definitions exist already in
    the calling (the 1st) page.

    My second datagrid, which already exists, should be activated by a link from
    a column of the 1st datagrid. The 2nd datagrid shows several topics, the 1st
    shows several articles of each topic. I want to be able to click on a topic
    and then all related articles should be displayed.

    This time I am able to show all topics and all articles. I used the
    hyperlink and a second aspx-file is invoked. It shows all articles of the
    selected topic correct, but the code is very similar to that of the 1st
    aspx-file which is able to show a full list of all articles. Isn't it
    possible to link to this article's display routine and then to identify the
    article's data to be displayed?

    Any idea? Can you help? Thanks and have several nice days.

    Karl-Heinz


    --

    Author and webmaster of:
    _________________________________________
    [url]http://www.sharpmz.org[/url]
    [url]http://www.angerbichl.de[/url]
    [url]http://www.huber-bgl.de[/url]
    [url]http://www.hotelbavaria.net[/url]
    [url]http://www.Freies-Radio-Bochum.de[/url] (in work)
    [url]http://www.web-design-discounter.de[/url] (in work)
    [url]http://www.web-design-discounter.com[/url] (in work)

    ICQ# 133769328
    I am a member of the S.U.C. / UK
    ( S.U.C.: SHARP User Club [url]http://sharpusersclub.org/[/url] )


    Karl-Heinz Guest

  10. #9

    Default Re: Hyperlink

    Not sure if this will help answer your question or not, but here
    something that I did. I let the user select from a drop-down menu to
    select an option. Doing so passes their selection as an input
    parameter into a SQL stored procedure, which populates a dataset which
    I bind to a DataGrid. After the bind, I use the following code to
    create a hyperlink on an ID number for each row in the DataGrid:

    x=0
    While x < DataGrid.Items.Count
    dgResults.Items.Item(x).Cells(5).Text = System.String.Format("<a
    href=""Detail.aspx?ID=" &
    CStr(ds.Tables("Results1").Rows(x).Item("IDNum")) & " "" " & "
    target=""_blank"">" &
    CStr(ds.Tables("Results1").Rows(x).Item("IDNum")) & "</a>")
    x += 1
    end While

    The above snippet creates the following within the .text property of
    the (5) cell of each record within my Datagrid. Assuming that I had 3
    rows in my datagrid's results then the 5th cell's text property would
    contain:
    <a href="Details.aspx?ID=00001" target="_blank">00001</a>
    <a href="Details.aspx?ID=00002" target="_blank">00002</a>
    <a href="Details.aspx?ID=00003" target="_blank">00003</a>

    Using x as a counter and adding one to it each time thru the loop will
    cause it to iterate through each record within the entire DataGrid.
    Then, when the user clicks on the link to go to the next page, I have
    some code intercept the URL variable, and then use that as an input
    parameter into another SQL stored procedure. This produces another
    datasetset which I bind to a second datagrid to display to the screen.
    So, the first page (first datagrid) is used as a broad view of
    several options. The second page (second datagrid) uses the URL
    variable to show the details for one specific record.
    Todd Guest

  11. #10

    Default hyperlink

    hello, i have created a registration page without a serverbehavior. i have
    seven diferent text fields that range from eight characters to multiple lines.
    i have inserted an email link at the bottom of the page and it is directed to
    my email. the problem is, it wants to use the users computer to send the email.
    i want to link the seven text fields to the link and email it directly from the
    registration page.

    btforres Guest

  12. #11

    Default Re: hyperlink

    There are two basic ways to process form data -

    1. Use mailto:name@domain.com as the action of the form
    2. Use a server-side scripting method to a) harvest the form's data, b)
    process it in some manner, e.g., enter it into a database, c) formulate and
    send an email to one or more email recipients, and d) redirect the visitor
    to some ending page

    Method 1 is quite simple, and is also the least reliable. It depends both
    on your visitor having an email client already installed on their computer -
    this eliminates public computers - and on that email client responding to
    the mailto call. It is not possible to use this method *and* send the
    visitor to a
    thank you page as well.

    Method 2 is the preferred method, since it eliminates the problems of method
    1, but it means that you have to grapple with server-scripting somehow (ASP,
    CF, PHP, perl, etc.).

    Those are the only choices you get...

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================

    "btforres" <webforumsuser@macromedia.com> wrote in message
    news:cv3s1k$f2p$1@forums.macromedia.com...
    > hello, i have created a registration page without a serverbehavior. i have
    > seven diferent text fields that range from eight characters to multiple
    > lines.
    > i have inserted an email link at the bottom of the page and it is directed
    > to
    > my email. the problem is, it wants to use the users computer to send the
    > email.
    > i want to link the seven text fields to the link and email it directly
    > from the
    > registration page.
    >

    Murray *TMM* Guest

  13. #12

    Default Hyperlink

    Hi there,

    I'm populating a content of a web page to a new window (using window.open()),
    with dynamic content. The main page has list of materials (along with
    hyperlinks) which is to be listed in a print preview page. The list of
    materials appearing in the new window should not have any hyperlinks.

    So how to deactivate the hyperlink in the popup window ?

    Thanks,

    Sathyee

    Sathyee Guest

  14. #13

    Default Re: Hyperlink

    On reading your question, I assume that your intention shud fall into either of
    the two assumptions


    I have solutions for both....


    1. If you want to disable the hyperlinks, click the 'Disable' button ...all
    hyperlinks will b disabled.



    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <HTML>
    <HEAD>
    <TITLE> Disable Link </TITLE>

    <script>
    function disableLinks()
    {
    var linkObj = document.getElementsByTagName("a");
    for(i=0;i<linkObj.length;i++)
    {
    linkObj.href="#";
    }
    }
    </script>
    </HEAD>

    <BODY>
    <A HREF="1.html">click1</A><br>
    <A HREF="2.html">click2</A><br>
    <A HREF="3.html">click3</A><br>
    <A HREF="4.html">click4</A><br>
    <input type="button" value=" Disable links " onclick="disableLinks()"/>
    </BODY>
    </HTML>




    2. If your sole reason for disabling the hyperlinks is to take the underline
    out of the hyperlinks, then use this function.




    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <HTML>
    <HEAD>
    <TITLE>Disable Hyperlinks</TITLE>

    <style>
    .disable a{ color: BLACK; text-decoration: none; }
    </style>
    <script>
    function change()
    {
    document.body.className="disable";
    }
    </script>
    </HEAD>

    <BODY>
    <a href="#"> click Me </a><BR><BR>
    <input type="button" value="change hyperlink" onClick="change()"/>
    </BODY>
    </HTML>




    PM me back if you have doubts

    - John

    johnmanoahs Guest

  15. #14

    Default HYPERLINK

    I need to Link home page to a second page. I just want it to direct the
    visitor to that specific page. I am using a pre-designed page from
    dreamweaver. The hyperlinks are already their, I just need to change the link.
    When I right click and select change link and select the file that I want to
    change the link to, it does not work.

    Any ideas

    Clint

    DE4U.ORG Guest

  16. #15

    Default Re: HYPERLINK

    When you right click and select change link? Where do you see that?

    Just click in the link, and use the Link field in the Property inspector to
    browse to and select the desired target file.

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================

    "DE4U.ORG" <webforumsuser@macromedia.com> wrote in message
    news:d6ah53$9je$1@forums.macromedia.com...
    >I need to Link home page to a second page. I just want it to direct the
    > visitor to that specific page. I am using a pre-designed page from
    > dreamweaver. The hyperlinks are already their, I just need to change the
    > link.
    > When I right click and select change link and select the file that I want
    > to
    > change the link to, it does not work.
    >
    > Any ideas
    >
    > Clint
    >

    Murray *TMM* Guest

  17. #16

    Default Re: HYPERLINK

    When I am in the edit mode, I can't click on it, I can only highlight it and right click on it. That is when it tells me to changethe link. Where is the proprty inspector?
    DE4U.ORG Guest

  18. #17

    Default Re: HYPERLINK

    Huh? Are you using DW?

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================

    "DE4U.ORG" <webforumsuser@macromedia.com> wrote in message
    news:d6al2a$fl2$1@forums.macromedia.com...
    > When I am in the edit mode, I can't click on it, I can only highlight it
    > and right click on it. That is when it tells me to changethe link. Where
    > is the proprty inspector?

    Murray *TMM* Guest

  19. #18

    Default Re: HYPERLINK

    yes, I am using a pre-set page for my homepage from the DW download. It is a CSS Page Design with the Halo Left Nav.
    DE4U.ORG Guest

  20. #19

    Default Re: HYPERLINK

    Can I please get a response?
    DE4U.ORG Guest

  21. #20

    Default Re: HYPERLINK

    I do not recommend those templates for anyone not well comfortable in
    javascript and CSS - is that you?

    Which link are you trying to change?

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================

    "DE4U.ORG" <webforumsuser@macromedia.com> wrote in message
    news:d6anfj$j43$1@forums.macromedia.com...
    > yes, I am using a pre-set page for my homepage from the DW download. It
    > is a CSS Page Design with the Halo Left Nav.

    Murray *TMM* Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139