Pro Maps For Google Web Assist 1.0.0

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default Pro Maps For Google Web Assist 1.0.0

    Having an issue on a real estate site when I use this extension. The problem is
    I am wanting to put a map on the top of the page, and the listings on the
    bottom of the same page using a repeat region of the same recordset. One will
    work without the other, but both wont work together on the same page. Anybody?

    Thanks

    AnotherNonCoder Guest

  2. Similar Questions and Discussions

    1. Web Assist
      I would appreciate if someone can give some impression about the Web Assist extensions, Thank you
    2. Error on Google maps simple map with Flex3
      I have the following message ; "Initialization failed: please specify an API key" when I try to run the first sample that i found on Google Maps...
    3. Google Maps extension
      Does anybody know if the Google extension for Google Maps can be used for my classified directory? When I tried it I was asked for an address, does...
    4. js errors after installing WA Assist ext?
      I am trying to reinstall the WA PayPal toolkit in my version of DW 8. <https://www.webassist.com/professional/products/ProductDetails.asp?PID=18>...
    5. Web Assist - Shopping Cart?
      I have a list of products. Each of these products have costs associated with them $5 Shirt Check boxes include: o $2 red cuff o $1 blue...
  3. #2

    Default Re: Pro Maps For Google Web Assist 1.0.0

    AnotherNonCoder wrote:
    > Having an issue on a real estate site when I use this extension. The problem is
    > I am wanting to put a map on the top of the page, and the listings on the
    > bottom of the same page using a repeat region of the same recordset. One will
    > work without the other, but both wont work together on the same page. Anybody?
    You should post your question about WebAssist products in the WebAssist forums:
    [url]http://webassist.com:8119/[/url]

    But to take a quick stab at it, I'd guess that you're using ASP as the recordsets do not automatically "rewind" once you hit the end of them. There is a way to do the rewind, but for beginners, it's often easier to just create a duplicate of the recordset. In Dreamweaver it's really easy, simply right click on the recordset in the Server Behaviors panel, select Copy and then right click again and select paste. Then for your second repeat region, change the recordset to the name of the pasted recordset.


    --
    Danilo Celic
    | [url]http://blog.extensioneering.com/[/url]
    | WebAssist Extensioneer
    | Adobe Community Expert
    danilocelic AdobeCommunityExpert 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