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

  1. #1

    Default pop up page

    hi,
    I have some problem
    with a link that open a page
    but the link is an image
    it should pop up but not doing it just open the page _blank even I use the
    extension to pop up the page

    when I don't use the link without the image its pop ups
    so than its working fine

    <a href="updfinanceall.asp?<%= Server.HTMLEncode(MM_keepURL) &
    MM_joinChar(MM_keepURL) & "CallID=" & rsapproval.Fields.Item("CallID").Value
    %>"><img src="images/<%=(rsapproval.Fields.Item("typeimage").Value)%> "
    border="0"></a>

    can you help that the link with a image it pop up?
    or advise me?
    thx kisoen


    rajesh Guest

  2. Similar Questions and Discussions

    1. Splitting or separating 1 multi page pdfdocument into individual page documents
      I am looking for any product that will take a multi page pdf file and burst or separate it into individual pdf files created from each page. Mac...
    2. Trouble loading administrator/index.cfm page--i am askedto save the page
      Please help....i've been stuck for days on this problem... Basically, I installed coldfusion and at the end of the installation, it told me that...
    3. Accessing Values of local variables in previous page when using custom error page
      Hello, I have created a nice funky 500 - 100 error page which gives a nicer error; happily loops through and supplies querysting information, all...
    4. Prevent 'Page has expired' when a client hits back to return to a search page
      I have a search page that I want to enable private caching so that when a user hits the back button they dont get the page has expired error. I...
    5. Calling a html page from an asp page then returning to the next statement on the original asp page
      Hi! I have an ASP page that calls excel to create a report. This works fine. Now I need to call a html calendar page to filter what rows are...
  3. #2

    Default Re: pop up page

    Use the popup behaviour, and then just cut/paste the link you've got in the
    href attribute of tag into the URL of the popup behaviour.

    --
    Jules
    [url]http://www.charon.co.uk/charoncart[/url]
    Charon Cart 3
    Shopping Cart Extension for Dreamweaver MX/MX 2004


    Julian Roberts Guest

  4. #3

    Default Re: pop up page

    Julian,
    I have tried several times it is not working
    this is the coding
    <a href="cirlog.asp?<%= Server.HTMLEncode(MM_keepNone) &
    MM_joinChar(MM_keepNone) & "CallID=" & rsmail.Fields.Item("CallID").Value
    %>" onMouseOut="MM_swapImgRestore()"
    onMouseOver="MM_swapImage('Image6','','Images/viewlog1.jpg',1)"><img
    src="Images/viewlog.jpg" alt="View record Log" name="Image6" width="121"
    height="22" border="0"></a

    as you can see it is with images (SWAP)

    please advise
    kisoen


    "Julian Roberts" <newsg@charon.co.uk> wrote in message
    news:d0596n$qre$1@forums.macromedia.com...
    > Use the popup behaviour, and then just cut/paste the link you've got in
    > the href attribute of tag into the URL of the popup behaviour.
    >
    > --
    > Jules
    > [url]http://www.charon.co.uk/charoncart[/url]
    > Charon Cart 3
    > Shopping Cart Extension for Dreamweaver MX/MX 2004
    >
    >

    rajesh 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