The link to the website is http://linea.websitewelcome.com/~prsrcom/
Also if you are running a debu program on this i am aware of the two
errors in my styles for my navigation menu, it is not a main focus at
the moment.
Any help on the map direction function would be great, if this can be
done.
At the moment i also have a onclick event but it may have to be a form
action, again any suggestions appreciated.
> At the moment i also have a onclick event but it may have to be a form
> action, again any suggestions appreciated.
Action is better because it is triggered by Enter key as well.
You have not constructed a DirectionsRenderer(). Doublecheck also
typos.
(directionDisplay != directionsDisplay)
As when i run a debugger in firefox it gives me the following error;
Error: Error in property <destination>: (Invalid value: 152.981743 ())
Source File: http://maps.gstatic.com/intl/en_us/mapfiles/api-3/27a/main.js
Although even using an address such as
var end = "25/39 Aerodrome Rd, Caboolture QLD";
It is no longer displaying an error but still not displaying results.
I have added the directions render and checked typos and still have
not got the directions to display.
The link to the site is
http://linea.websitewelcome.com/~prsrcom/storelocation.html
again any more help on the not displaying directions results not
displaying would be appreciated.
Ando
On Jan 30, 10:09 am, Ando <jaykea...@gmail.com> wrote:
> I have added the directions render and checked typos and still have
> not got the directions to display.
i did find one typo after this being the div did not have a : between
the height and size, although this did not fix the problem
<form onsubmit="calcRoute();">
'action' attribute must be given and making 'onsubmit' to return false
prevents the reload.
<form action="#" onsubmit="calcRoute(); return false">