6,557 Topics

Member Avatar for
Member Avatar for nyny11211

any ideas why this does not load? thanks for any assistance [CODE]<html> <head> <script type="text/javascript" src="coomang.js"></script> <title>JS COOKIE MANAGER</title> <link rel="stylesheet" type="text/css" href="coomang.css"> </link> <script type="text/javascript" > function loadcontent() { var x= "<div class="general">"; x += " <div style="width: 150px; position: fixed;">CREATE COOKIE:</div>"; x += " <div style="position: relative; left:170px">"; …

Member Avatar for almostbob
0
210
Member Avatar for tammy12w

ok so every time i write this f=open('file.html') p=f.read() this come out and i do not understand it help!! p=f.read() File "/Library/Frameworks/Python.framework/Versions/3.1/lib/python3.1/encodings/ascii.py", line 26, in decode return codecs.ascii_decode(input, self.errors)[0] UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 8171: ordinal not in range(128) i am trying to open a .html …

Member Avatar for richieking
0
8K
Member Avatar for edmundoswald

how to create an html form with emp_password,emp_address,emp_fname,emp_lname?

Member Avatar for 2hamed
0
41
Member Avatar for shafeequeom

when we are loging out we will get a php page.when i save that page i am not getting that box.i need source code of that page to get that box.Or please say me how to make that box Iam attaching the image of the logout page

Member Avatar for Kraai
0
163
Member Avatar for rajesanthu

[B]HERE'S THE TIP FOR MAKING AND VIEWING YOUR FLASH OBJECT AS TRANSPARENT IN HTML SO THAT THE FLASH OBJECT GET SUITS YOUR PAGE BACKGROUND.......[/B] ITS JUST ADD [B][COLOR="Red"]<param name="wmode" value="transparent">[/COLOR][/B] INTO YOUR CODE FOR INSERTING FLASH IN HTML...BETTER DO IT WITH DREAMWEAVER [B]STEP1:IN YOUR HTML PAGE, INORDER TO ADD A …

Member Avatar for rajarajan2017
0
111
Member Avatar for anithajerome
Member Avatar for ITchimes
0
98
Member Avatar for Altairzq

Hello, What i want do do is create a thick border (around 100 pixels) around the content of the web for people with bigger screens. I have tried putting the content of the web inside a DIV whith a 100px padding. This works well. But the problem is that, for …

Member Avatar for Altairzq
0
157
Member Avatar for alazanski

Hello, I'm working this project, where I must first slice and then code a website (with HTML and CSS). The problem is, I don't really know how to code it. [URL="http://picasaweb.google.com/lh/photo/Cy12nwDzbwOrrO2mLDVh7Q?feat=directlink"][I]Click here[/I][/URL], to view the website's layout. If you can help me, then please reply to this post. Thank you,

Member Avatar for scrappedcola
0
125
Member Avatar for rakibtg

hello how i can put image in button. Below <input id="b-searchbtn" value="Search" type="submit"/>

Member Avatar for rakibtg
0
70
Member Avatar for abhijitkane

I'm trying to display an image in a canvas element. After computing the required width and height of the canvas, I'm calling the drawImage() method on the canvas context. Here is the javascript code: (c is the id of the canvas, ctx is the context) [CODE] $("#c").width(aw); $("#c").height(ah); ctx = …

Member Avatar for collapsar
0
127
Member Avatar for arthurav

I have a database of questions for some tests. They will be uploaded on a website so that the users can browse them but I would like to make it hard for the users to copy them. I am using php to interface with the database. I have thought of …

Member Avatar for quasipickle
0
107
Member Avatar for kiranking

In my form there are two anchor tags [B]Add[/B] and [B]Clear[/B] having same class called button. What I am trying is submit the form data to another page(post) using ajax & clear is for clearing the data using javascript.The problem is that as both buttons having the class the same …

Member Avatar for kiranking
0
147
Member Avatar for jmcdyer

When loading up any browser, all the text and pictures display normally, but the graphics buttons and pointers and outlines etc. do not show up. It must be a problem independant of the browser. All other programs display correctly. I was using an nVidia gForce 6100, but just tried changing …

Member Avatar for dartz
0
618
Member Avatar for sirlink99

I am trying to center a simple navigation menu (horizontal). this is my script so far: [code] <head> <title>Home</title><link rel="menu" href="menu.css" type="text/css" /> <style type="text/css"> body {background-image:url('backg.jpg');} .center body{ text-align:center; /*centers for IE5*/ #menu_box{ text-align:center; /*overrides the centering from above*/ width:675px; /*5 menu items at 135px width (8px padding + …

Member Avatar for bben95
0
207
Member Avatar for feoperro

Hi, When I set width and height properties in the <iframe> tag, it sets the width and height respectively, however, the "src" page inside the iframe is still small and has a scroll bar. Is there a way to set the src to be equal to the iframe dimensions? Thanks, …

Member Avatar for bben95
0
182
Member Avatar for xuexue

could you help me to make a basic css which is applicable for the autocomplete in php? tnx..^^

Member Avatar for diafol
-2
97
Member Avatar for camilahlah

I need to get the values of all textboxes that I've generated through dropdown list using AJAX. I've been getting only the last value of the textbox, I can' seem to loop it. Anyway, here's my code: [CODE] <? include('connect.php'); $tag = $_REQUEST['tag']; $ProjectName = $_REQUEST['ProjectName']; $Description = $_REQUEST['Description']; $textboxes …

0
78
Member Avatar for persianprez

Hi guys, I just got a mac and don't have any knowledge at all about obj-c, was hoping you guys can point me in the direction of creating apps in html5. I already know how to write in html5, just wondering how to do it in the sdk. Any help …

Member Avatar for peter_budo
0
61
Member Avatar for rakibtg

how to create an [B]wysiwyg[/B] html editor in <textarea name="sender_message"></textarea> is it possible when send an email from a php form?

Member Avatar for rakibtg
-1
261
Member Avatar for CharliePrynn

Hey, I need to click this [CODE]<span class="default_message">Like</span>[/CODE] In visual basic, please tell me how.

Member Avatar for codeorder
0
88
Member Avatar for mia_islina

I have created a CSV file on the server and want to send it to the user using the following code: [code] Dim strPhysicalPath As String strPhysicalPath = Server.MapPath( "CSV/" & PathVirtual) Dim objFileInfo As System.IO.FileInfo = New System.IO.FileInfo(strPhysicalPath) Response.Clear() Response.ContentType = "application/vnd.ms-excel" Response.AddHeader("Content-Disposition", "attachment; filename=" & objFileInfo.Name) Response.AddHeader("Content-Length", objFileInfo.Length.ToString()) …

Member Avatar for mia_islina
0
168
Member Avatar for medobangs

I know this is a long one but I've been trying to work around the coding for days, any help will be of great help. ______________________________________________________________________________________ [B] I have a bit of a problem, I have three pages: student_login.htm(to take in id and pwd),loginstdck.php(to check if the values match with …

Member Avatar for medobangs
0
297
Member Avatar for daabomb2002

How can i hide my html code on my website? when browsing to it using IE,i can click on View source and see all my html code. Is there anything i can install on my server to hide my site's html code? Thanks

Member Avatar for Arkinder
1
399
Member Avatar for sreein1986

I have a small doubt in CSS style sheets what is use of float tag in css? and why it using ??? please reply me

Member Avatar for Arkinder
0
109
Member Avatar for nikita.chandra

hi all I have created a online Bus Ticket Booking dynamic website using JSP, SERVLET, CSS,JAVASCRIPT. And i have some issue related to table view on my index page there is a table for ticket booking and it is displaying properly on Mozilla Firefox but unable to be displayed properly …

Member Avatar for Arkinder
0
141
Member Avatar for sirlink99

my webpage is not displaying correctly in some of the browsers like firefox, chrome, opera and safari; yet it dispays fine in explorer, avant, maxathon. how could I fix this. the only problem is that the second background doesn't go under all of the text. here is the code: [code] …

Member Avatar for Arkinder
0
207
Member Avatar for arthurav

I have some text in a block with a certain width. I can count the number of lines in the text with substr($text,"<br />" but this is not the same with the number of line of the formatted text at that width. Is there a way to calculate that? Thank …

Member Avatar for diafol
0
126
Member Avatar for feoperro

Hi, How do you use the paragraph <p> </p> tag if you want to use it on an entire table? I tried: [CODE] <p> <table> <tr> <td> Content 1 </td> </tr> <tr> <td> Content 2 </td> </tr> <tr> <td> Content 3 </td> </tr> </table> </p> [/CODE] But it did nothing... …

Member Avatar for Kraai
0
148
Member Avatar for feoperro

Hi, I would like to set the dimensions of an iFrame according to the content inside. Please bare in mind that the content inside will be based on ajax, so it will change without the page reloading. Thanks, Ashton.

0
77
Member Avatar for nedsnurb

Hi, I have there or thereabouts finished a site I am building for a university project, the site functions perfectly fine, albeit with a few layout issues. Basically I just wanted some tips on how to create a fluid layout, as the website doesn't resize itself depending on the monitor …

Member Avatar for Arkinder
0
83

The End.