6,558 Topics
| |
OK, this is as basic a question as any of you will get on this site. Here's the deal. I have a very basic PHP file saved, of course, as php. I have an HTML page built in Dreamweaver. So, how do I include that file in the HTML so … | |
Hi all, now i'm working to convert html to pdf in asp.net.. i don't have any idea to make it.. now i have this code to convert it but have a problem.. anybody please help me see thid code or send me link as a guide.. i'm using iTextSharp to … | |
Hi everyone, I am working on an interface that is currently divided into two sections #content-left and #content-right. Above the two sections, I have a navigation bar. All works fine when I only use html elements, however, things start to go wrong when I add a flash movie to the … | |
hi, How can i apply class to textbox on its change event. can i apply...? please help me. jack | |
HELP ME! I need the HTML of a youtube video webpage into a string. Then I will parse it in my program so I can find out info about it. | |
Hi,,, I want to insert the menus with flash effects to each links in it . So how can do this through the div tag or css. please reply me. | |
Hey guys; I'm having a little problem here, I have made a mock up website for my High School, but the Javascript that controls tweaking the CSS to display the website at different resolutions. This used to work great, but now I find that the JS only runs correctly after … | |
Hi I am creating a web form but seem to have a problem with my table I have attached the form and css file but renamed the styles.css to styles.txt to allow me to upload it My problem is I cannot get the paydate to slot left, I have tried … | |
I need to create a filter for an application that takes out everything but the video content. So when I open the app and supposedly go to a youtube video link all that I will see are the video elements. | |
Could someone please explain why the following code works: [code=php] <html> <head> <script type="text/javascript"> function test(){ phpTest = "<?php echo 'hello'; ?>"; document.getElementById("php_code").innerHTML = phpTest; } </script> </head> <body> <a href="#" onclick="test(); return false;"> test </a> <span id="php_code"> </span> </body> <html> [/code] while this code doesn't: [code=php] <html> <head> <script … | |
For anyone that hasn't heard of RUZEE.ShadedBorder you can go here: [URL="http://www.ruzee.com/files/shadedborder/test.html"]http://www.ruzee.com/files/shadedborder/test.html[/URL] Now, i would like to know if everything on this page could be done in either css or css3? and if i could would it be possible to use shadows? RUZEE.ShadedBorder is a bit of a pain and … | |
Hi all, Need a little help!!! I want to create an windows application such that there are 2 forms: form1 and form2 i want the form2 to be in background of form1 and form2 should be never seen(even when form1 is minimised,maximised,resized and if some other application is opened). code … | |
What i am trying to do is setup the website so i have a flash nav bar working all the time unless its on a cell phone that does not support flash and there will be a alternative menu bar for clients to click around! So its like Flash nav … | |
Hi I Have a web method on the Server. Below Is My Web Method. ASP.NET Syntax (Toggle Plain Text) [WebMethod] public string GetAge(int year, int month, int day) { DateTime birthDate = new DateTime(year, month, day); long age = new DateTime(DateTime.Now.Ticks - birthDate.Ticks).Year - 1; return "You are " + … | |
Hello. I don't know how to use AJAX. Can someone please help me? I'm using an iframe to display percentage of file uploaded. The iframe refreshes itself every 2.5 seconds. It's okay for now, but not a practical solution. I need iframe to refresh but, it shouldn't look like its … | |
Hi I Have a web method on the Server. Below Is My Web Method. [CODE] [WebMethod] public string GetAge(int year, int month, int day) { DateTime birthDate = new DateTime(year, month, day); long age = new DateTime(DateTime.Now.Ticks - birthDate.Ticks).Year - 1; return "You are " + age.ToString() + " years … | |
hello friend i have a text file name url.txt contain lots of url, one url in a line. now i want to get the content of each an every page which are open on the basis of those urls, here is my code: [ICODE] using System; using System.IO; using System.Net; … | |
Hi everyone, please I want to know if I can add a stylesheet link in my php mail : [CODE] $subject="Subject"; $header="From: \"$email\" <contact@sssss.com>\r\n"; $header.= "Reply-To: contact@sssss.com \r\n"; $header.= 'Content-type: text/html; charset=iso-8859-1' . "\r\n"; $message= "<html> <link href='style.css' rel='stylesheet' type='text/css' /> <body> <p>lorem lipsum ...</p> </body> </html>"; mail($mail,$subject,$message,$header);[/CODE] Thanks. | |
First of all hello to everyone, this is my first thread!! Second, i face a problem with a website i am trying to create! I wanna use a font i downloaded by myself but noone gonna have it! So what should i inlude in my Css or Html code in … | |
Hi Im trying to make a script which when I click on the list element... it will replace a big image with anotehr picture. The list element is a thumbnail... and I want to swop the big image with the big version of the thumbnail. Each <li> has a rel … | |
I got the HTMl code to work behind a flash file for an iphone to browser. But ever time we check it on firefox it breaks but works everywhere else! Is my code correct? [CODE=html]<body> <p align="center"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-4… width="650" height="80" id="FlashID"> [B]<param name="wmode" value="transparent" /[/B]> <param name="movie" value="home.swf" /> … | |
Hi, I am writing code for a webserver and am trying to send a html file called index.html over a TCP socket. How would I do this? At the moment I am trying to read the contents of the file and then send them over the connection. However, the page … | |
On a pretty basic page (starting from a Dreamweaver one column elastic template), I am trying to put a CSS driven menu, based on one of the tutorials on Lynda.com. When I preview in browsers, the menu jumps up when rolled over, which is very distracting. you can take a … | |
$select_query2 = "SELECT * FROM EmployeeBirthdayDetails Order By E_ID"; $employeedetails = mysql_query($select_query2); $emp_details = array(); $j =0; while($row2 = mysql_fetch_array($employeedetails)) { $emp_details[$j] = $row2; $j++; } echo "<table border='1' width='100%'> <tr> <th>Employee ID</th> <th>Employee Name</th> <th>Date Of Birth</th> <th>Edit</th> <th>Delete</th> </tr>"; for($i=0;$i<sizeof($emp_details);$i++) { $empId=$emp_details[$i]['E_ID']; echo "<tr>"; echo "<td>" . $empId … | |
Hi all, My problem is i've got this form that submits fine but when i try to redirect it i keep getting an error. I want to redirect to another page so the user can't refresh the page and submit the form multiple of times. I've been using 'header' to … | |
HI, I am currently working on a project to develop a webpage using jsp. I need to include some css properties in the jsp file. But it doesnt work even though I am not getting any errors. My jsp code is [CODE] <% String captcha = (String) session.getAttribute("captcha"); String code … | |
Hi, I have read that strict xhtml is better than transitional xhtml for viewing the web for the visually impaired but can anyone tell me what the difference is? How is strict xhtml better than transitional xhtml. Thanks inadvance. | |
hey, I have two pages index1.html and index2.html. In index1.html i have 54 links and in index2.html i have a iframe. "When i click on a link on index1.html ........... i want index2.html to load.... and the iframe in index2.html to have The link I clicked" | |
Hi guys, i'm working on a newsletter that i will be sending out to clients, it works like a charm if i preview it in the website, however it doesn't look good in the email. to make it clearer, i attached 2 jpg files, good and bad please take a … | |
Hi all I have made a small mailer that I would like to send out to our clients. Previously we have sent images in a mail, but that, I think, is not the way it should be done :P So now I have made this mailer, and it displays in … |
The End.