4seven wrote:All is possible. you can also have an autodetection of location. I put it on to do list. no timeline..
perfect.
my forum is for my company with 300 people traveling all around the world. it would be great to have this option.
Ludvig
Moderators: BNa, Sekuro, 4seven
4seven wrote:All is possible. you can also have an autodetection of location. I put it on to do list. no timeline..
NetworkError: 404 Not Found - http://www.volksdevil.com/markerclusterer.js
NetworkError: 404 Not Found - http://www.volksdevil.com/markerwithlabel.js
volksdevil wrote:Does V9 not have the cpf's?
// div none
function divout(iloc){
$("#namediv_" + iloc).css("display", "none");
}
// profile lnk
function profil(iloc){
location.href = $("#profile_" + iloc).val();
}
<span style="color:#
<span oncontextmenue="profil(' + locations[i][2].val() + ');" style="color:#
// User memberlist link on rightclick
google.maps.event.addListener(marker, 'rightclick', (function(marker, i) {
return function() {
location.href = $("#profile_" + locations[i][2]).val();
}
})(marker, i));
// User memberlist link on rightclick
// Edit: Dont work anymore
/*
google.maps.event.addListener(marker, 'rightclick', (function(marker, i) {
return function() {
location.href = $("#profile_" + locations[i][2]).val();
}
})(marker, i));
*/
4seven wrote:find
- Code: Select all
<span style="color:#
replace with
- Code: Select all
<span oncontextmenue="profil(' + locations[i][2].val() + ');" style="color:#
Users browsing this forum: No registered users and 34 guests