Microsoft
Software
Hardware
Network
Question : php html
var html = "<b>" + name + "</b> <br/>" + address+"<br /><img src='"+picname+"' />";
i want to print ( NopeType, Nopeople ) both of them begin new line be fore picname how can i do it
function createMarker(point, name, address, NopeType, Nopeople, picname) {
var marker = new GMarker(point, customIcons[NopeType]);
var html = "<b>" + name + "</b> <br/>" + address+"<br /><img src='"+picname+"' />";
GEvent.addListener(marker,
'click', function() {
marker.openInfoWindowHtml(
html);
});
return marker;
Answer : php html
Give this a try, see if it gives you some ideas:
@echo off
set DestinationDirectory=X:\
for /F "tokens=*" %%A in ('dir /b /s "c:\*_daily"') do (
robocopy "%%A" %DestinationDirectory%" /S
)
~bp
Random Solutions
Add Small Business Server to Existing Server 2003 Domain
how to simplify this
My web page has errors and doesn't work using IE8
What is best practice in implementing MS patching for a network?
DB2 Equivalent of IN
Server database name
autofire color box when user leaves the page
Creating and applying templates
fn_my_permissions in sql 2000?
how to use the results of a sql sub-select query in a where statement