HTML - Integrating Html From One Site To Another?
Basically I want to know how do I integrate code from one website to my website. I basically want to show info from yelp.com and put some comments onto my site for a business and I want it so when someone adds a comment to yelp my site updates with it, so i dont have to go copy/paste the comment. Is this possible without using a iframe and if so, how?
Want the comments from this url: http://www.yelp.com/biz/burger-delux-northville added to this site on its own page: http://burgerdeluxellc.com/ Similar TutorialsHi, I am working on integrating a flash presentation in HTML (basically a php website) The flash movie is about power point presentations - I was able to convert them to .swf files. I need to display them in the php based website. I was able to integrate the .swf file in the website. Now, I need to make it "dynamic" - what I mean by this is, I will be having the flash movie of different ppt slides running in a server in a loop. Whenever someone accesses the website, the "slide" that is currently being shown in the player has to be displayed in the webpage instead of starting from the beginning. I am a novice as far as webdesign is concerned. I would like to know about any tutorials/books that can provide me with information on this. Also, any specific area of HTML that might help me in this project. Thanks in advance ! I was given this code to replace my "table" in my Contact Form: Code: <fieldset class="info"> <label for="info_name"><span>*</span>Your Name</label> <input type="text" name="name" id="info_name" maxlength="50" /> <br /> <label for="info_email"><span>*</span>Email Address</label> <input type="text" name="email" id="info_email" maxlength="40" /> <br /> <label for="info_subject">Subject:</label> <input type="text" name="subject" id="info_subject" maxlength="40" /> <br /> <label for="info_comments">Comments:</label> <textarea name="comments" id="info_comments"></textarea> </fieldset> <fieldset class="captcha"> <label for="captcha_text"><span>*</span>Enter Image Code:</label> <input type="text" value="" name="captext" id="captcha_text" maxlength="6" /> <a href="#" onclick="refresh_security_image(); return false;">Refresh Image</a> <img src="includes/captcha.php" id="verificiation_image" /> </fieldset> <fieldset class="submitsAndHiddens"> <input type="submit" value="Submit" /> </fieldset> I just don't know how to integrate it with this existing page code: Code: <body> <!--<div style="height: 80px; background-color: #336699;"> <span class="page_title"><span class="form_title">Contact Us</span></span> </div>--> <br /> <table cellpadding="0" cellspacing="0" align="center" width="600"> <tr> <td> <font face="verdana"><font size="2"><font color=#800000;">[var.result]</font></font><font color="red"><strong>[var.error]</strong></font><br> <hr size="1" /> <br /> <form action="/page.php?page=10" method="post" name="contact_us" onSubmit="return capCheck(this);"> <table cellpadding="5" width="100%"> <tr> <td width="10" class="required_field">*</td> <td width="80">Your Name</td> <td> <input type="text" name="name" maxlength="50" style="width:300px" /></td> </tr> <tr> <td class="required_field">*</td> <td>Email Address</td> <td> <input type="text" name="email" maxlength="40" style="width:300px" /></td> </tr> <tr> <td></td> <td>Subject:</td> <td> <input type="text" name="subject" maxlength="40" style="width:300px" /></td> </tr> <tr> <td></td> <td>Comments:</td> <td> <textarea name="comments" style="width: 100%; height: 250px"></textarea></td> </tr> <tr> <td class="required_field">*</td> <td>Enter Image Code:</td> <td> <input type="text" value="" name="captext" style="width: 100px" maxlength="6" /></td> </tr> <tr> <td></td> <td><a onclick="refresh_security_image(); return false;" style="cursor:pointer;"><u>Refresh Image</u></a></td> <td> <img src="includes/captcha.php" border="0" id="verificiation_image" /></a></td> </tr> </table> <br/> <br/> <p> <input type="hidden" name="submited" value="1" /> <input type="submit" name="submit" value="Submit" /> </p> </form> </td> </tr> </table> <script type="text/javascript"> <!-- function refresh_security_image() { var new_url = new String("[var.base_url]/includes/captcha.php?width=132&height=36&charcators="); new_url = new_url.substr(0, new_url.indexOf("width=") + 37); // we need a random new url so this refreshes var chr_str = "123456789"; for(var i=0; i < 6; i++) new_url = new_url + chr_str.substr(Math.floor(Math.random() * 2), 1); document.getElementById("verificiation_image").src = new_url; } --> </script> <!-- captch start --> <script type="text/javascript" id="clientEventHandlersJS" language="javascript"> <!-- function capCheck(theForm) { var xmlhttp; var sReply; DataToSend = "action=process&captext=" + escape(theForm.captext.value); if (window.XMLHttpRequest) { xmlhttp=new XMLHttpRequest(); xmlhttp.open("POST",'includes/process.php',false); xmlhttp.setRequestHeader("Content-Type", "application/x-www-form-urlencoded"); xmlhttp.send(DataToSend); sReply = xmlhttp.responseText; } else if (window.ActiveXObject) { xmlhttp = new ActiveXObject("Microsoft.XMLHTTP"); xmlhttp.open("POST",'includes/process.php',false); xmlhttp.setRequestHeader("Content-Type", "application/x-www-form-urlencoded"); xmlhttp.send(DataToSend); sReply = xmlhttp.responseText; } if (sReply == "good") { return true; } else if (sReply == "bad") { alert("Security code not valid, please try again"); return false; } else if (sReply == "") { alert("You must enter the security code"); return false; } else { alert("Error"); return false; } } --> </script> <!-- captch end --> </body> Can you help me? Thanks Hi I am new to this site, I am having problem in my non blog site. I was trying to integrate wordpress blog in my non blog site. I am nearly done only few issues. Here is the site http://www.zipanatomy.com/blog/ 1. the post titles are coming some other way, without linking and some coding. 2. down to the footer, I have called a footer.php file which is from the non blog site and is in the root directory, the problem here is, they are linking to the wordpress log folder. 3. And one more issue is when I click the categories and do any search from the sidebar, that are opening on the extreme right of the page instead of in center. please, advices from the pros where I am getting wrong. thanks in advance, chander I am wondering if it is possible to create an INDEX.HTML to redirect to another website? I would like it to display the redirected site, but if possible keep to the original address.. e.g. A site named www.mysite.com, with an INDEX.HTML to redirect to www.othersite.com, which displays OTHERSITE with www.mysite.com in the address bar. Hope I explained ok, any responce would be much appricated! Thanks! Hello Everyone, Please help in build the code for the site , the layout should be as the below layout , I need to submit this by today EOD. Image Link1: http://8648180184665331224-a-1802744...attredirects=0 Image Link 2: http://8648180184665331224-a-1802744...attredirects=0 Please mail me the code ASAP. Thanks and Regards, ceenuu2002@gmail.com hello i have a page 'gallery.html' that i want to show up when the URL www.site.com/gallery is requested. how do i achieve this? thanks in advance rlbw Hello, I have ClientExec, and I want to integrate it with my website. The signup files are a header.tpl and footer.tpl, and I am trying to integrate it with a HTML (tableless) webpage. If anyone thinks they could help me, please PM me for the files, and maybe they can point me in the right direction. I don't want to post the code publicly, because my design is unique, and I don't want to break the TOS of ClientExec. (Note: I don't wnat someone to do this for me. I just need someone to point me in the right direction) Cheers, Peter Hello I have a site I am rebuilding and I want to incorporate a the most recent posts from a Blogger blog into the site, so that it looks like the attached. The formatting does not have to be exactly like that but it is in essence what the client creating the look and feel wanted. Any ideas on how this can be done would be greatly appreciated. hi guys im not very good in html. anyway, as much as i look into my google map code, the more i dont get how to integrate OSM in it. could anyone lead me in right direction where to put var mapnik and var osmarend. here is my gmap.html file: this is the map with autolocator i appreciate any help or hint Quote: ------------------------------ markersArray_{$v.caption} = []; // get address value address = ''; address_html = ''; var loc = "{$v.extensions}"; {literal} if(loc) { var location_fields = loc.split(","); for(i=0; i<location_fields.length; i++) { var f = location_fields[i]; if(!f) continue; var t = document.getElementById(f).type; if(t=="text" || t=="textarea") var l = document.getElementById(f).value; else { var selected_index = document.getElementById(f).selectedIndex; var l = document.getElementById(f).options[selected_index].value; } if(!l) continue; if(address!='') { address = address + ', '; address_html = address_html + '<br/>'; } address = address + l; address_html = address_html + "<b>" + l + "</b>"; } } // end if loc {/literal} old=new Array(); {if $tmp[$v.caption]}old = splitMapsCoord('{$tmp[$v.caption]}');{/if} {literal} if (old.length>0) { {/literal} var lat = parseFloat(old[0]); var long = parseFloat(old[1]); var h = parseInt(old[2]); {literal} } else { {/literal} var lat = {$settings.google_maps_default_lat}; var long = {$settings.google_maps_default_long}; var h = {$settings.google_maps_default_height}; {literal} } var p = new google.maps.LatLng( lat,long ); var myOptions = { zoom: h, center: p, panControl: true, zoomControl: true, scaleControl: true, mapTypeControl: true, mapTypeId: google.maps.MapTypeId.ROADMAP }; {/literal} map_{$v.caption} = new google.maps.Map(document.getElementById("gm_{$v.caption}"), myOptions); {if $tmp[$v.caption]} {literal} var marker = new google.maps.Marker({ position: p, map: {/literal}map_{$v.caption}{literal} }); {/literal} markersArray_{$v.caption}.push(marker); {literal} if(address_html) { var infowindow = new google.maps.InfoWindow({ content: address_html }); infowindow.open({/literal}map_{$v.caption}{literal}, marker); } {/literal} {/if} // get click coordinates google.maps.event.addListener(map_{$v.caption}, 'click', function(event) {literal} { if (event.latLng) { {/literal} map_{$v.caption}.panTo(event.latLng); if (markersArray_{$v.caption}) {literal} { for (i in markersArray_{/literal}{$v.caption}{literal}) { markersArray_{/literal}{$v.caption}{literal}[i].setMap(null); } markersArray_{/literal}{$v.caption}{literal}.length = 0; } marker = new google.maps.Marker({ position: event.latLng, map: {/literal}map_{$v.caption}{literal} }); {/literal} markersArray_{$v.caption}.push(marker); {literal} if(address_html) { var infowindow = new google.maps.InfoWindow({ content: address_html }); infowindow.open({/literal}map_{$v.caption}{literal}, marker); } var lat = event.latLng.lat(); var long = event.latLng.lng(); {/literal} var h = map_{$v.caption}.getZoom(); if(IsNumeric(lat) && IsNumeric(long) && IsNumeric(h)) document.getElementById("{$v.caption}").value=lat+","+long+","+h; {literal} } }); google.maps.event.addListener({/literal}map_{$v.caption}, 'zoomend', function(oldLevel, newLevel){literal}{ {/literal} var old_val = document.getElementById("{$v.caption}").value; {literal} if(old_val) { {/literal} var arr = old_val.split(","); document.getElementById("{$v.caption}").value=arr[0]+","+arr[1]+","+newLevel; {literal} } {literal} }); {/literal} ------------------------------ Hi guys I've created a design for a website and I want to make several images become text forms when clicked on. Here's what the form images look like: I need them to be like the images on the tumblr home page that when you click on the image, the text disappears and allows you to type. Thanks for any help. Hello I have a site I am rebuilding and I want to incorporate a the most recent posts from a Blogger blog into the site, so that it looks like the attached. The formatting does not have to be exactly like that but it is in essence what the client creating the look and feel wanted. Any ideas on how this can be done would be greatly appreciated. ok here is my site http://navysealsrpg.proboards107.com/ here is the site with the text area at the top that i want http://iluvemykats.proboards31.com/index.cginotice the area with the weather etc. What is the HTML for that. LOL i need major help. i have an html site, my problem is at the bottom just below the banner the grey doesn't join to the banner not sure if you want my code or not so here it is. www.jasongold.org Code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <link href="css.css" media="all" rel="stylesheet" type="text/css" /> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Jason Gold Photography</title> <HTML> <script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script> <HEAD> <style type="text/css"> <!-- .style8 { font-family: "Times New Roman", Times, serif; font-size: 16px; color: #FFFFFF; font-weight: bold; } .style10 { font-family: "Times New Roman", Times, serif; color: #9C9A9C; font-weight: bold; font-size: 12px; } .style11 { font-family: "Times New Roman", Times, serif; font-size: 16px; color: #a5a2b5; font-weight: bold; } .style13 { font-size: 24px; color: #ad9ea5; font-weight: bold; } .style14 { font-size: 24px; color: #ad9ea5; } .style6 { font-size: 12px; color: #FFFFFF; } .style15 {color: #666666} --> </style> <script language="JavaScript"> <!-- function mmLoadMenus() { if (window.mm_menu_0517113603_0) return; window.mm_menu_0517113603_0 = new Menu("root",82,18,"Times New Roman, Times, serif",12,"#A5A2B5","#A5A2B5","#10419C","#183484","left","middle",3,0,1000,-5,7,true,false,true,0,true,true); mm_menu_0517113603_0.addMenuItem("New item"); mm_menu_0517113603_0.hideOnMouseOut=true; mm_menu_0517113603_0.bgColor='#555555'; mm_menu_0517113603_0.menuBorder=1; mm_menu_0517113603_0.menuLiteBgColor='#FFFFFF'; mm_menu_0517113603_0.menuBorderBgColor='#777777'; window.mm_menu_0517114902_0 = new Menu("root",100,32,"Times New Roman, Times, serif",26,"#A5A2B5","#A5A2B5","#183484","#10459C","left","middle",3,1,1000,-5,7,true,false,true,0,false,false); mm_menu_0517114902_0.addMenuItem("New item"); mm_menu_0517114902_0.hideOnMouseOut=true; mm_menu_0517114902_0.bgColor='#555555'; mm_menu_0517114902_0.menuBorder=1; mm_menu_0517114902_0.menuLiteBgColor='#FFFFFF'; mm_menu_0517114902_0.menuBorderBgColor='#777777'; window.mm_menu_0517112746_0 = new Menu("root",84,34,"Times New Roman, Times, serif",14,"#A5A2B5","#A5A2B5","#183484","#FF6600","left","middle",10,1,500,-5,7,true,false,true,0,true,true); mm_menu_0517112746_0.addMenuItem("Cottages","location='cottage.htm'"); mm_menu_0517112746_0.addMenuItem("Flats","location='flats.htm'"); mm_menu_0517112746_0.addMenuItem("Chalets","location='chalets.htm'"); mm_menu_0517112746_0.addMenuItem("Caravans","location='caravans.htm'"); mm_menu_0517112746_0.fontWeight="bold"; mm_menu_0517112746_0.hideOnMouseOut=true; mm_menu_0517112746_0.bgColor='#FFFFFF'; mm_menu_0517112746_0.menuBorder=1; mm_menu_0517112746_0.menuLiteBgColor='#FF0000'; mm_menu_0517112746_0.menuBorderBgColor='#777777'; window.mm_menu_0610134352_0 = new Menu("root",124,34,"Times New Roman, Times, serif",14,"#A5A2B5","#A5A2B5","#183484","#FF6600","left","middle",10,1,500,-5,7,true,false,true,0,true,true); mm_menu_0610134352_0.addMenuItem("Prices","location='prices.html'"); mm_menu_0610134352_0.addMenuItem("Book a Holiday","location='bookaholiday.html'"); mm_menu_0610134352_0.fontWeight="bold"; mm_menu_0610134352_0.hideOnMouseOut=true; mm_menu_0610134352_0.bgColor='#FFFFFF'; mm_menu_0610134352_0.menuBorder=1; mm_menu_0610134352_0.menuLiteBgColor='#FF0000'; mm_menu_0610134352_0.menuBorderBgColor='#777777'; mm_menu_0610134352_0.writeMenus(); } // mmLoadMenus() //--> </script> </head> <body> <table width="999" height="534" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <th height="17" colspan="3" bgcolor="#999999" scope="col"> </th> </tr> <tr> <td width="200" height="89" bgcolor="#000000"><div align="center"><img src="logo.jpg" width="200" height="100" /></div></td> <td width="494" rowspan="2" bgcolor="#000000"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="440" height="165"> <param name="movie" value="homepagetransitionnew.swf" /> <param name="quality" value="high" /> <embed src="homepagetransitionnew.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="440" height="165"></embed> </object></td> <td width="305" rowspan="2" valign="middle" bgcolor="#000000"><div align="center"><span class="style13"><span class="style15"><strong>Jason Gold<br /> Photography</strong></span><br /> </span><strong><span class="style14"></span></strong></div></td> </tr> <tr> <td rowspan="2" bgcolor="#333333"><p align="center" class="style8">Home</p> <p align="center" class="style11"><a href="portfolio.html" class="style11">Portfolio</a><br /> <br /> <br /> <a href="about.html" class="style11">About</a><br /> <br /> <br /> <a href="contact.html" class="style11">Contact</a><br /> <br /> <a href="file:///F|/web design/assignment 2/requestabrochure.html" class="style11"><br /> </a><a href="index.php" class="style11">Order</a></p> </td> </tr> <tr> <td height="190" valign="top" bgcolor="#000000"><div align="center" class="style11"> <p align="center"><br /> Jason Gold is a highly committed and Professional Photographer with more than 25years experience in his field. His Talent as a photjournalist has taken him to many parts of the world. He specializes in Portraits,War,Fashion,Landscapes and Travel. His passion for people,places and photography makes him sensitive to the natural beauty that surrounds him no matter where it may be, capturing that moment of beauty, often in the most unlikely situations.<font size="2"><br /> </font> </p> </div></td> <td align="center" valign="top" bgcolor="#000000"><div align="left"> <p align="left"><img src="homepage.jpg" width="298" height="158" /></p> <p> </p> </div></td> </tr> <tr> <td height="83" bgcolor="#9C9A9C"><div align="center" class="style10"></div></td> <td bgcolor="#333333"> </td> <td align="right" valign="top" bgcolor="#333333"><p align="right"><a href="#"></a> <a href="#"></a></p></td> </tr> <tr> <td height="52" colspan="3"><script type="text/javascript"> AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','999','height','100','src','banner','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','banner' ); //end AC code </script> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="999" height="100"> <param name="movie" value="banner1.swf" /> <param name="quality" value="high" /> <embed src="banner1.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="999" height="100"></embed> </object></td> </tr> <tr> <td height="17" colspan="3" bgcolor="#999999"><div align="right" class="style6"></div></td> </tr> </table> </body> </html> any help will be much appreciated Hey guys ive made my first design for myself Here and i was wounder is there any good tutortials for forums / user list on site ? Ive now learnt how to make a site wanna learn how to use the database with login / forum and show user list. any help would be greatly appriciated Is there any way to extract the HTML from this MySpace page? I have a client who is interested in making a clone MySpace page similar to this one, I've tried saving the website and it doesnt work: http://profile.myspace.com/index.cfm...endID=71390434 One problem I'm seriously having, is to have the background scroll to the left and right with the existing page. I cannot get this done on my own for some reason. Any help'd be appreciated. Thanks Nick Intuition Webdesign Hello guys, i have little problem with my website. www.tvfm.mk/tv.html when you go to that link it redirects you to a website with gay porn. Is there any way to stop that redirect ? Hello this is my first post i know some things about html but not too many i want to make a site but dont know some thing yet. i dont want to download a template i make it with notepad now. 1)how exactly i can put images at the exact place and there isnt any space between pictures? 2)how i can put pictures on pictures, i want to make a small image that inside there will be links and those links will be small images 3)i want in the middle of site to be some news that will be written in front of an the image for news how i do that. 4)also i want to make a small windows that will saw some picture and those pictures will change every 5 seconds for all these things will i need any other programm or i can do it just with notepad? I am working on a site and the picture at the front looks nice and correct size in Firefox but the image gets stretched and looks bad in IE (not at first but if you refresh the page). I know a realitivly small amount about HTML. The site is he http://undergrounder.nfshost.com/ Code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Undergrounder.com</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <style type="text/css"> <!-- .style1 { font-size: 36px; font-style: italic; font-weight: bold; font-family: Georgia, "Times New Roman", Times, serif; } .style3 { font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; color: #000000; } a:link { color: #990033; } a:visited { color: #990033; } a:hover { color: #990033; } a:active { color: #990033; } --> </style> </head> <body> <div align="center" class="style1"> <p>Undergrounder.com</p> </div> <p align="center"><img width="70%" height="70%" src="imgs/index/m.JPG" alt="Clay Caver Image"></p> <div align="center" class="style3"> <p><a href="imgs/Photogal/indexp.html">Photo Gallery</a> ~ <a href="gocaving.htm">Want to go caving?</a></p> </div> </body> </html> |