Ok!

I changed the code completely, when u click the

http://www.ibestcity.com/map.cfm

and clicking on categories will go to another page:

showmap.cfm

i have the code as follows:

<table align="center" width="100%">
                <tr>
                <td>
                <cftry>
                                  <cfif isDefined('form.getmarkers')>
                    <cfinclude template="makecookie.cfm">
                  </cfif>
                  <cfcatch type="any">
                    <cfset errMsg = "Error! #cfcatch.Detail#
#cfcatch.Message#">
                  </cfcatch>
                </cftry>
                </td>
                </tr>
                <tr><td>&nbsp;</td></tr>
                <tr><td align="center"><a href="javascript:history.back
(-1);">Go Back</a></td></tr>
              </table>


MAKECOOKIE.CFM page contains all the details i have written above but
problem still persists what is going wrong with the code

On Aug 11, 2:05 pm, Mike Williams <[email protected]> wrote:
> Wasn't it SmartYoungSexyKid who wrote:
>
>
>
> >I have most of the Tags removed and loaded it again on IE but same
> >issue
>
> But the <form> is still inside the <table> but outside the <td>, and
> you've got more </tr>s than <tr>s. MSIE tends to get very confused when
> there's invalid <table> HTML.
>
> In this case the structure should be
>
>    <form>
>      <table>
>        <tr>
>           <td> ... </td>
>           <td> ... </td>
>        </tr>
>        <tr>
>           <td> ... </td>
>           <td> ... </td>
>        </tr>
>      </table>
>    </form>
>
> It wouldn't hurt to add a few </link> tags in the appropriate places,
> put all your <style> tags inside the <head> and use unique name and id
> attributes for your <input name="categories" id="categories"> fields.
> Those HTML errors are probably less likely to be upsetting MSIE, but you
> never know. MSIE can be somewhat unpredictable about what it decides to
> let you get away with.
>
> --
> Mike Williamshttp://econym.org.uk/gmap
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to