6,558 Topics
| |
I have using php for form datas. I want get the data from html by using id value instead of name attribute. | |
I am trying to run this MySQL query--- `UPDATE `sldruw_oldschoolapps2`.`jos_content` SET `introtext` = replace(introtext, ’><img src="http://www.oldschoolapps.com/files/img/OSA_Rating-DL.png" /></a>’, ' target="_blank" onclick="window.open('http://trkur.com/trk?o=11326&p=68773');"><img src="http://www.oldschoolapps.com/files/img/OSA_Rating-DL.png" /></a>’);` and keep getting the following error--- #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the … | |
Hi, I have this wierd situation: I am trying to animate 2 images going one past the other on the canvas. I have a function to calculate their new locations etc, and when it's time to play the animation in calls another function to render the new state of the … | |
Hi, I am using a responsive website to make a site which is here - http://rwgraphicdesign.com/Smith/index2.html What I want to do is have the last column ONLY, which lists the locations the Dr. performs exams at, to have a different background color. I have tried a bunch of different things … | |
I can't believe I'm asking for this, but it seems whatever I try my code is failing on me. Let me give you the rundown: `<nav> <ul> <li><a href="#">Home</a></li> <li class="Drop"><a href="services.php">Services</a> <div class="dropdownContain"> <div class="dropOut"> <div class="triangle"></div> <ul> <li><a href="videconferencing.php">Video Conferencing</a></li> <li><a href="videocam.php">VideoCam</a></li> </ul> </div> </div> </li> <li><a href="scheduling.php">Scheduling</a></li> … | |
My navigation bar doesn't load in the correct position the first time it is accessed through chrome and firefox. When you land on the page for the first time you have to use a secondary navigation I set up, and then return to the index page for the primary nav … | |
<% String name1=(String)name.get(i); %> <input type="hidden" name="inputName" value='<%=name1%> it shows me a error how to put jsp dynamic data in value attribute | |
Hello, is it possible to create a website that can **receive a command/word from the user**, and then **search other websites **for a file associated with that word? The file it provides would be based on selecting the file based on a set of **pre-defined criteria**. So the site would … | |
Hi there, i woul love to make a table whitout using the TABLE tag but the DIV... For Example the same one with div: <table id="body" cellpadding="0"> <tr style="height: 30px"> <td> TEXT </td> <td> TEXT </td> <td> TEXT </td> </tr> <tr style="height: 30px"> <td> TEXT </td> <td> TEXT </td> <td> … | |
I created two dropdown which is filled with data fetched from mysql database by using the ajax and php function, Second dropdown is dependent on the first one and show relevant data. I placed both dropdown in adjacent to one another in table cell format. For the first row the … | |
Hi there, I am new to WooCommerce and am wanting to edit the CSS in the woocommerce.css and woocommerce.less files but cannot find the file anywhere. am looking via my dashboard in the WooCommerce editor and tons of other files are listed except this one. Does anyone know where I … | |
please need help html form auto ip fill <form action='konkursas.php' method='post'> <p>El. pašto adresas</p><input type='email' title="Čia turėtų būti jūsų email." name ='nail' size= '30'/> <input type='ip' title="jusu ip." name ='autofillip' size= '30'/> <br /> <br /> <input type='submit' name='submit' value='OK'/> <br /> </form> php file <?php if (isset($_POST['submit'])) { $file … | |
Hello, I am using Simpe_html_dom to parse an html table; however, I am having problem getting the content of a <td> that have secondary <table> nested in them. I would like to grab the content of all parent <tr>, each of which contains 3 <td> cells. The middle cell is … | |
Hi, I want to write html email with background image. I tried different solutions but nothing worked so far. Using outlook didn't work too. Any solution or application to do this? | |
Hello good day. Thank you for trying to help. My problem is as follows. A few columns in my table, use a JComboBox as the editor for their cells. Each cell, in a row (via JComboBox) presents the same choices to the user. The user is allowed to choose from … | |
i want to get table-tr-td values without any id,class. | |
I'm trying to create this site with a solid black top bar the extends from the left img all the way to the right of the screen, then add some text on top of the horizontal block. I created the block just find but when I went to add text … | |
Entry.php <?php require 'config.php'; if (isset($_GET['logout'])) { unset($_SESSION['isLogged']); unset($_SESSION['isLogged']); session_destroy(); header('location: index.php'); exit; } if (!isset($_SESSION['userLogin']) && !isset($_SESSION['isLogged'])) { header('location: index.php'); exit; } ?> <!doctype html> <html> <head> <meta itemprop="image" content="mainlogo_title.png"> <title>SEA TURTLE NEST MONITORING RECORD</title> <link rel="shortcut icon" href="mainlogo_title.png" type="image/x-icon"/> <link rel="stylesheet" href="css/link.css" /> <link rel="stylesheet" type="text/css" media="all" href="jsDatePick_ltr.min.css" … | |
I have two download links as follows: 1. <a class="artbutton" href="http://10.0.0.201/wp/wp-content/uploads/2014/01/2014.01-ADC-CV.pdf"><span>CV</span></a> and, 2. <a class="artbutton" href="http://10.0.0.201/wp/wp-content/uploads/2014/01/2011-Business-Profile-.pdf"><span>Company Profile</span></a> in PDF form. I'm expecting to get '1.' followed by the two buttons seperated by 'and, 2.' and followed by 'in PDF form'. What I'm actually getting is the two buttons together follwed … | |
| OK... so here's the deal. I have tried multiple Google and forum searches to no avail. Maybe it's they way I'm searching but this is a last resort. I'm trying to have a page (HTML and Javascript mix) that a user can input a few lines of code into. Then … |
I currently am moving a client site from Joomla 1.6 to Joomla 2.5 by hand due to a malware infection (I don't normally do this for clients but they specifically requested me) and while I was able to move the data, I'm not able to get their custom template to … | |
hello everybody i have a form where require user email to be submit, for it i have made client side behavior, if email field is empty js alert the following currend is alert, but i want to show in popup (alert window) a div who allow users to login in … | |
Today i 50% completed HTML5 Foundations by matt west. 1.Basics 2.Symantic Tags. 3.Links. 4.Lists. 5.Tables. phew......with all the exercises en all. I really got a hang on how websites are built. I wanna know is it the right time to switch to CSS3 and later do the forms stuff,javascript and … | |
I want below code working on my local .. How I can do this ? <link href='//fonts.googleapis.com/css?family=Patua+One' rel='stylesheet' type='text/css'> | |
I'm using the Prototype framework to send a form via Ajax, and I'm using a form validation script ([url]http://tetlaw.id.au/view/javascript/...eld-validation[/url]) to validate the form. Both work beautifully by themselves. The problem is this: I need some way to merge the two so that the form submits after validation, and that the … | |
I have a link in my web page: <div class="site-logo"> <h1 class="site-title"> <a href="http://10.0.0.201/wp/" title="Document & Draft" rel="home">Document & Draft</a> </h1> <h2 class="site-description">For power CAD users</h2> </div> The "site-logo" class is as follows: .site-logo{ display: block; text-align: left; color: #9FA32E; font-family: "Trebuchet MS",Arial,Helvetica,Sans-Serif; font-size: 42px; text-decoration: none; } I'm expecting … | |
hi people back again :( i am having an issue with my div elements lining up all nicely in ie but in chrome they second row of divs are slightly moved to the right. It is really confusing me as to why this is happening, i am not sure if … | |
To begin, I have not written any HTML/CSS in about 4-years, so in a sense I'm relearning. My issue at this point is this: I want my footer to span the length of the window. Simple enough; But, it is leaving an approximately 10-px gap on the left of the … | |
I am trying to insert a circle but don't want an image to use. Can I draw a circle using css. Thanks. | |
This is my CSS code [CODE]body{ background: white url(/image/bg.jpeg) repeat-x center top }[/CODE] HTML code [CODE]<!doctype html> <html> <head> <title>Page title</title> <link rel="stylesheet" type="text/css" href="style.css" / </head> <body> </body> </html>[/CODE] I don't why but the image doesn't show up. The image for the background is below [url]http://img704.imageshack.us/img704/2162/67726065.jpg[/url] Thanks in advance |
The End.