Posted by Anonymous Wed 28th Feb 2007 15:58 - Syntax is PHP - 42 viewsRun this post in the PHP shell
Download | New Post | Modify | Show line numbers
PHP parser reported no syntax errors in this post!
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
"http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">

    "Content-Type" content="text/html; charset=UTF-8" />
    SalesTrak CRM Components
    "icon" href="/favicon.ico" type="image/x-icon" />
    "shortcut icon" href="/favicon.ico" type="image/x-icon" />
        "stylesheet" type="text/css" href="salestrak.css" />
   
   
   
   
   

   


   

"body">
   
   
"addressForm">
       
       
"post" action="" name="" id="addressForm">
           
           
"addr1_bind">
               
                "text" name="addr1" id="addr1" value=""
                       onfocus="dojo.html.setStyle(dojo.byId('addr1_bind'),'background-color','#FFFFA8')"
                       onblur="dojo.html.setStyle(dojo.byId('addr1_bind'),'background-color','transparent')"
                />
           

           
           
"addr2_bind">
               
                "text" name="addr2" id="addr2" value=""
                       onfocus="dojo.html.setStyle(dojo.byId('addr2_bind'),'background-color','#FFFFA8')"
                       onblur="dojo.html.setStyle(dojo.byId('addr2_bind'),'background-color','transparent')"
                />
           

           
           
"city_bind">
               
                "text" name="city" id="city" value=""
                       onfocus="dojo.html.setStyle(dojo.byId('city_bind'),'background-color','#FFFFA8')"
                       onblur="dojo.html.setStyle(dojo.byId('city_bind'),'background-color','transparent')"
                />
           

           
           
"state_bind">
               
                "text" name="state" id="state" value=""
                       onfocus="dojo.html.setStyle(dojo.byId('state_bind'),'background-color','#FFFFA8')"
                       onblur="dojo.html.setStyle(dojo.byId('state_bind'),'background-color','transparent')"
                />
           

           
           
"postcode_bind">
               
                "text" name="postcode" id="postcode" value=""
                       onfocus="dojo.html.setStyle(dojo.byId('postcode_bind'),'background-color','#FFFFA8')"
                       onblur="dojo.html.setStyle(dojo.byId('postcode_bind'),'background-color','transparent')"
                />
           

           
           
"country_bind">
               
               

           
           
"submit_bind">
               
                "submit" value="submit" name="submit" />
           

           

            "#" onclick="displayMap();dojo.html.setStyle(dojo.byId('map'),'display','block');">show map
           
       

       
   

   
   
"map">
       
"mapTest">

       
   

   





$addr = '1 St James Square, Hoyland, Barnsley, UK';
//http://api.local.yahoo.com/MapsService/V1/geocode?appid=me&location=1%2BSt%2BJames%2BSquare%252C%2BHoyland%252C%2BBarnsley%252C%2BUK
include 'geocode.class.php';
$objGeo = new geocode;
$a = $objGeo->yahoo_geo($addr);
echo "
"
; print_r($a); echo "";




?>

PermaLink to this entry https://pastebin.co.uk/11169
Posted by Anonymous Wed 28th Feb 2007 15:58 - Syntax is PHP - 42 viewsRun this post in the PHP shell
Download | New Post | Modify | Show line numbers

 

Comments: 0