Re: Contact form does not working Programming Web Development by Biiim …\PHPMailer\Exception; require 'includes/PHPMailer/src/Exception.php'; require 'includes/PHPMailer/src/PHPMailer.php'; require 'includes/PHPMailer/src/SMTP.php'; date_default_timezone_set('Etc/UTC… Re: How to connect to the Pinterest API using PHP? Programming Web Development by Dani … Pinterest: * https://github.com/dirkgroenen/pinterest-api-php/blob/master/src/Pinterest/Auth/PinterestOAuth.php * https://accreditly.io/articles/use-php… Re: Director of Innovative Technologies Labs Community Center Say Hello! by Dani Hello and welcome to DaniWeb. That’s quite the CV you’ve got there. :) .src undefined error Programming Web Development by Inny … see full size'); picLoaded.onclick=new Function('onclick=jkpopimage(this.src,600,500);'); picLoaded.innerHTML = '<font size="0"…(picLoaded,pics[p]); }} p--; }} // --> </script> <img src="http://www.eitangrunwald.com/CR703/CR703Web/7204Mesaspis_monticola1.jpg"… SRC Assmbly code to work multiplication Programming Software Development by liljazz2007 …] ; Multiplication and division (integer division) using addition and ; subtraction in SRC assembly language. ; If the second operand in division is zero… javascript to change image only if .src matches Programming Web Development by turpentyne …if (document.images) { imgOn=eval(imgName + ".src"); document[picName].src= imgOn; } } function changecolor(picName,imgName) { var …transparent1.gif") { imgOn=eval(imgName + ".src"); document[picName].src= imgOn; } } function change4(picName,choice) { … Re: javascript to change image only if .src matches Programming Web Development by Airshow … leafs = [];//new Array leafs[0] = new Image(); leafs[0].src = "/images/leaf_shapes/entire/transparent1.gif"; leafs[0].alt…].value; var leafBackground = leafBackgroundMenu[leafBackgroundMenu.selectedIndex].value; leafImage.src = leafs[leafCode].src; leafImage.alt = leafs[leafCode].alt; leafImage.style.backgroundColor … .html and src change don't work? Programming Web Development by turpentyne ….jpg\">"); $("#eastview").attr("src","images/views/10th_east_sm.jpg"); } else {…6th_east_sm.jpg\">"); $("#eastview").attr("src","images/views/6th_east_sm.jpg"); }; }); }); … Iframe src to change the src of another Iframe Programming Web Development by 3000MAN …; is where the real application does all the work. Frame3 src="footer.html" is a footer, that may contain… then, how to reload the iframe, or change it's src. frame2 needs to modify frame1 and later frame3. Thanks in…0" scrolling="yes" name="view" src="startup.html"></iframe> </td… Re: .html and src change don't work? Programming Web Development by EvolutionFallen …. You can't just add the tag and change the `src` attribute, you need to grab the data from the server… Changing src of image (DON'T suggest javascript) Programming Web Development by JameB I've implemented changing src of an image using javascript but I …type='text/javascript'> function load_images() { document.getElementById('pic').setAttribute('src','/resources/resource/features/old_old_website/preview.png' ); } </script>…each image has an id [code=xhtml] <img src="blank.jpg" id="pic"/> … Unable to Load XML using src attribute in XML Data Island Programming Web Development by hellomadhur … am able to access xml. But when when I use src tag I am unable to get xml file. Code is… in html page. [CODE]<xml id="xmlId" src="filters.xml" ></xml>[/CODE] Code… I am not able to get xml file by using src attribute in XML data island. change embed src using javascript in asp.net Programming Web Development by gameon …for video. now i want to change my embed src dynamically so i am using javascript but it does not…("play").innerHTML='<embed id="id" src="./video/1.wmv" />'; } [/CODE] aspx-: [CODE] …quot;play"> <embed ID="id" src="./video/2.wmv" /> </div> … Help with remembering Object.src in Javascript Programming Web Development by tanoru …"http://www.google.com"; $('#tabs').attr('src', tab[1].url); } function addTab(tempUrl, tempTitle)…{ hide(); } else { $('#tabs').css({'height':'100%'}).attr('src', tab[d].url); $('.tab').css({'background-color':'transparent'}); $('li…http://www.yahoo.com"; $('#tabs').attr('src', tab[1].url); }[/CODE] When the … get_field('profile-image') returns <img src="Array" /> Programming Web Development by gentlemedia …;figure class="profile-img">'; $listTeam .= '<img src="' . get_field('profile-image') . '" alt="">'; …$image = get_field('profile-image'); $profileImage = $image['url']; $listTeam .= '<img src="' . $profileImage . '" alt="">'; But then I… Re: how to change the the value of src in <embed> using javascript Programming Web Development by hari123 [LEFT]<embed id="myMidi" src="music.mid">[/LEFT] document.getElementById("myMidi").src = "newfile.mid"; Hi, I already use this case but the embed object c'not accept the src. there is my problem. Re: help im trying to insert a iframe src to php file Programming Web Development by nav33n …<html><!-- Start Code --><iframe src=\"http://www.365netmarketing.co.uk/adds/banner.php?action…quot;) $cmember=str_replace("{img}","<img src='".$q->f("image")."'>"…quot;) $cmember=str_replace("{img}","<img src='".$q2->f("image")."'>"… Re: How to get img src value without img id? Programming Web Development by JorgeM … going... <body> <img src="images/image1.jpg" /> <img src="images/image2.jpg" />… < images.length; i++) { var source = images[i].getAttribute("src"); console.log(source) } </script> </body>… how to change the the value of src in <embed> using javascript Programming Web Development by odee need help here. how can i change the src in <embed> using javascript that works in firefox? ex. [code]<embed src="music.mid">[/code] - how can i change "music.mid" to another midi file. Re: how to change the the value of src in <embed> using javascript Programming Web Development by tgreer … ID, as such: [code]<embed id="myMidi" src="music.mid">[/code] Then, you can get… simply changing the source: [CODE] document.getElementById("myMidi").src = "newfile.mid";[/CODE] How to change iFrame "src" by clicking a button in page which is opened in iFrame Programming Web Development by dennisdennis Hi all; I have an iFrame in Default.aspx and src of iFrame = Login.aspx and I try to do that … click the LoginButton (in Login.aspx), it changes iFrame "src" attribute and so in Default.aspx it shows Profile… Preventing the delay when src attribute of the images set via javascript Programming Web Development by serkan sendur … virtual image var img1 = new Image(); // preload the source img1.src = "images/masterpage/menu_1_hover.jpg"; var img2 = new Image… help im trying to insert a iframe src to php file Programming Web Development by 365resell … php script page: [CODE]<!-- Start Code --> <iframe src="http://www.365netmarketing.co.uk/adds/banner.php?action… ?> <html> <!-- Start Code --> <iframe src="http://www.365netmarketing.co.uk/adds/banner.php?action… Re: help im trying to insert a iframe src to php file Programming Web Development by nav33n … go <html><!-- Start Code --><iframe src="http://www.365netmarketing.co.uk/adds/banner.php?action…. [quote] <html><!-- Start Code --><iframe src="http://www.365netmarketing.co.uk/adds/banner.php?action… Re: Convert the following fragment of C++ code to SRC assembly code Programming Software Development by liljazz2007 Actually we did one class of src and nothing since then. Here is the link [url]http://…;1128141][B]>This is my 1st time hearing about SRC Code and my teacher isnt being a big help.[/B…] Presumably you learned about SRC assembly in class, otherwise your teacher wouldn't give the… Re: Convert the following fragment of C++ code to SRC assembly code Programming Software Development by Narue [B]>Actually we did one class of src and nothing since then.[/B] Then you should know the basic instructions required. Your question is no longer about C++. Rather, it's about SRC assembly, and it shouldn't be difficult to translate my pseudo assembly to SRC. jquery change image src on drag and drop Programming Web Development by manolisvl46 … on a drag and drop jquery i use the image src from the li div that i drag it on the… [CODE]$('#dropContainer').droppable({ drop: function(e,ui) { $(ui.draggable).attr('src','/path/to/different/image'); } });[/CODE] but is not working for… Re: Changing src of image (DON'T suggest javascript) Programming Web Development by JameB … type='text/javascript'> function load_images() { document.getElementById('IMG001').setAttribute('src','the_path_to_the_actual_image.png' ); } </script> [/code] in PHP… Re: Changing src of image (DON'T suggest javascript) Programming Web Development by rajarajan2017 [CODE] <?php echo "<img src=\"$path\" title=\"$title\" alt=\"$alt\" />"; ?> [/CODE] Re: Changing src of image (DON'T suggest javascript) Programming Web Development by JameB [QUOTE=rajarajan07;1283650][CODE] <?php echo "<img src=\"$path\" title=\"$title\" alt=\"$alt\&…