6,574 Topics

Member Avatar for
Member Avatar for Joe34

Hello take a look at my code then I'll tell you what error I get... [CODE]var Top = document.getElementById("topmargin").value; var Left = document.getElementById("leftmargin").value; var Background_Color = document.getElementById("backgroundcolor").value; var Border_Width = document.getElementById("borderwidth").value; var Border_Type = document.getElementById("bordertype").value; var Border_Color = document.getElementById("bordercolor").value; var num = id+1; var new_id = "a"+num; document.getElementById(new_id).style.top = Top; …

Member Avatar for Joe34
0
157
Member Avatar for anandunics

Hi ALL, I HAVE AN XSD FILE WITH NEEDS TO BE CONVERTED TO HTML FORM. WHAT ARE THE STEPS TO BE FOLLOWED ? PLEASE EXPLAIN... MAY BE XSD TO XML ? IF SO ? HOW ?

Member Avatar for mraheel
0
323
Member Avatar for Suetan

Here's my problem. I have a program that integrates HTML with PHP script by ending the PHP, and going with straight HTML code, and then going back to PHP. This should be all well and done, except for the part where after I start the PHP script, it doesn't display …

Member Avatar for diafol
0
573
Member Avatar for fadliraihana

i cant seem to solve this. how do i change the cell background color using php? this is what i got; <tr> <td ><span class="style2">1</span></td> <td >PERAK IP-F002</td> <td bgcolor=<? if($a1==1) echo "#00ff00"; else echo "#ff0000"; ?>>&nbsp;</td> <td bgcolor=<? if($a2==1) echo "#FF0000"; else echo "#00FF00"; ?>>&nbsp;</td> <td bgcolor=<? if($a3==1) echo …

Member Avatar for vibhaJ
0
211
Member Avatar for rajeesh_rsn

Hi, In one of my project there is a textarea for inserting data for users. In that Italics, Bold, Link options are added just like every forum text area. But when user clicks in italics or bold .. and leaves it with out closing then on render view full of …

Member Avatar for almostbob
0
113
Member Avatar for Arthi Raman

Hi, I need to develop a customer complaint/feedback tool with two tabs in it for Complaint and Feedback, can anyone suggest me from where i can download a template for this? Thanks

Member Avatar for stbuchok
0
41
Member Avatar for indianbaski

Dear All, Hi.. I need help… Multicolumn text flowing through multipage sliding, should calculate total column, gap, text size, image size for different browser. To be control with Previous Page & Next Page. At the ending of story the next Page sliding should stop. Please give me suggestions how to …

Member Avatar for indianbaski
0
116
Member Avatar for webPgmmr

I am using css dropdown menu for the first time.. however the dropdowns simply dont seem to work.. please help.. heres the code: .bg {background: url(images/button4.gif);} .menu {padding:0 0 0 32px; margin:0; list-style:none; height:40px; background:#fff url(images/button1a.gif) repeat-x; position:relative; font-family:arial, verdana, sans-serif; } .menu li.top {display:block; float:left; position:relative;} .menu li a.top_link …

Member Avatar for noelpasia
0
176
Member Avatar for jrosh

Could anybody tell me that how I can see the web page on the emulator? When I give url of particular page i get connected to web directly using HttpConnection object but instead of web page output i get souce code of that page. What could be the reason for …

0
57
Member Avatar for NuGG

Im new to php and have been struggling with this for some time, but I expect its something simple. Basically I have some code below which I want to use to display an events board. -Info for each event comes from a separate xml file for each event. -XML files …

Member Avatar for NuGG
0
218
Member Avatar for mnasir79

Hi, I need to make my textarea html compatible... just like a visual editor, where i can embed html tags like <img>, <a href>.... is there any way to do this with html coding ???

Member Avatar for twiss
0
6K
Member Avatar for seblake

Greetings! I have to change my footer. Let's say I have 10 pages. That means open, cut-n-paste, and close 10 times. Is this how everyone does it? Can I not create something in CSS and only just "call" it from the HTML? Thanks, in advance! < Steve >

Member Avatar for seblake
0
142
Member Avatar for kz13

I am trying to create a footer and facing a problem while doing so... This is my html code: [CODE]<div id="container"> <div id="main"> <div id="terms"> // content </div> // closing terms </div> // closing main <div id="footer"> // content </div> </div> // closing container [/CODE] And css code is [CODE]html, …

Member Avatar for macgurl70
0
170
Member Avatar for prvnkmr194

Hello to all Actually I am on web project with html and java script and my problem is that I have send feed back form as E mail, is there any though which can I send My feed back as an email without using php or asp because I know …

Member Avatar for prvnkmr194
0
274
Member Avatar for yongj

So I have this code for my webpage but whenever I put in the "include" php code [CODE]<?php include('include/mysqli.inc'); ?>[/CODE] everything below that disappears. Basically I'm trying to enter in the appropriate variable data from the quotes database that I'm using into the correct table fields. But I can't do …

Member Avatar for urtrivedi
0
197
Member Avatar for FreddieBambino

Right. Im styling my html forms and I have the effects on them exactly like I want. My main problem is that I dont want these effects to take effect on all forms. I have hover over effect on the text input fields. The thing is I have some forms …

Member Avatar for FreddieBambino
0
78
Member Avatar for newbi11

I have this idea of a page i want to create but i really don't know how i would implement it . I want to create a page with some pictures and below each picture there would be a check box , i want people to be able to select …

Member Avatar for Sadun89
0
108
Member Avatar for umeshMCA

hi i would like to know that how to create dropdown menu in mysite. anyone help me? thanks umesh daiya

Member Avatar for stbuchok
-1
90
Member Avatar for imtired

Hi everyone, I am trying to develop a .html page with PHP in it but when I view the source code it does not show anything below the first function call. Below is an example of the html source when it is viewed from a browser (FF4): [CODE] <!DOCTYPE html> …

Member Avatar for ifiok.idiang
0
5K
Member Avatar for davidthedruid

Hi I should need the code/syntax to create an countdown timer that should count down from now to (24hour)19:00 12-06-2011 do any one know how to do this?

Member Avatar for twiss
0
101
Member Avatar for rpv_sen

Hi Friends I am trying to get the value of select dropdown item in a text box, but i am unable to get it. I am using ajax for dropdowm method. please any one can help one.php [CODE]<?php session_start(); include("config.php"); // Check, if username session is NOT set then this …

Member Avatar for twiss
0
1K
Member Avatar for scarlettmoon

Hi ~ I am trying to keep two children windows open at the same time as the parent. Umfortunately while opening the link to the second child window the first one minimizes. Is there a way around this? I have tried focus() on the second and not the first - …

Member Avatar for stbuchok
0
265
Member Avatar for bhavna_816

When we click on the Hyperlink of subject a new HTML Page should be pop up and shows the body of the mail. I have written two perl codes first is for displaying the page with folders with subject another perl code having function to show the body.How can I …

Member Avatar for hsincredible
0
396
Member Avatar for Jessurider

hey do we bring blink text in html pages that works in google chrome, and IE ........even though we all know that <blink> </blink> won't work in Google Chrome & Internet Explorer...........is there any other method by which we can bring blinking text.........

Member Avatar for twiss
0
49
Member Avatar for metalix

Hey guys!! been a while since I posted here, but thought I'd post this question here cause it is driving me insane!! Basically, if the condition returns true, then that part works. but if it's false, neither part works. If I put the content from the else after the <script> …

Member Avatar for Airshow
0
167
Member Avatar for Fortinbra

We are trying to update an ASP.NET 2.0 application so that it no longer requires IE to be in Compatibility mode. We'd also like it to be browser independent. There is debate in our office as to the pros and cons of changing from our insanely complex nested table approach …

Member Avatar for almostbob
0
169
Member Avatar for Thyvo

Hello, First of all, don't kill if I posted this in the wrong section. I'm trying to find a decent tutorial for the HTML 5 drag and drop upload. I have allready searched hours before but could'nt find a decent tutorial. Basicly what I want is a drag and drop …

Member Avatar for Thyvo
0
142
Member Avatar for gruebz

Hi all, I'm using Dreamweaver 8 and I am very proud of myself that I managed to work out how to create a Navigation Bar with a Drop Down using the Show Pop Up window feature. However, that only gives me one level of drop down and I was wanting …

Member Avatar for Jollyyy100
-1
244
Member Avatar for Random_Integer

Would it be possible to have a screen shot of another website in a panel. Like Iframe except not scrollable and nothing is click-able. Also the content is perhaps fitted to the frame. thanks

Member Avatar for almostbob
0
116
Member Avatar for OSM101

Hi, I am facing a problem with CSS on the IIS installted on Windows 7. It is not displaying correctly as what is showing in the embedded server in Visual Studio 2010 when previewing the page. For example, the jquery dialog title is not showing correctly: In Visual Studio 2010: …

Member Avatar for Ramesh S
0
83
Member Avatar for totalwar235

what is a good program to write HTML in? i am looking at Note Pad ++ right now since i will need it for lau soon but i would like some opions here first.

Member Avatar for Azmah
0
178
Member Avatar for tycoonz

Hi I really like the drop down that I found on [url]http://www.scriptiny.com/2008/04/sli...dropdown-menu/[/url] I have 4 Menus and when I add this this flows over the logo. The size of each menu is in fact too big. When I tried to alter this the size of sub-menus stay the same and …

Member Avatar for tycoonz
0
150
Member Avatar for exotic_ang

I've encountered a problem with boxes. I have set 3 boxes and alligned them perfectly. Once I add the border to the boxes, they misalign! with his code, the 3 boxes are as image1.jpg (attached) #boxgrey { background-color:#999; width:220px; height:200px; border-radius: 1.5em; -webkit-border-radius: 1.5em; -moz-border-radius:1.5em; position: relative; margin: 30px 275px; …

Member Avatar for exotic_ang
0
80
Member Avatar for zenghoong

I've made a "more" button and whenever i click it, another upload input will be displayed. Problem is, once I add the <div>, then it stops working. Is there any way around this? [CODE] <html> <head> <script type="text/javascript"> var instance = 1; function newUpload() { instance++; var newInput = document.createElement("INPUT"); …

Member Avatar for urtrivedi
0
121
Member Avatar for WigglesMcMuffin

I'm trying to create a website, and I'm currently having a little CSS trouble with getting the website to flow and respond well to resizing and different screen sizes. Currently I have posted it at: [URL="http://wigglesmcmuffin.kodingen.com/"]my kodingen site[/URL] Anyway, if you go there you may notice that 1) my content …

Member Avatar for WigglesMcMuffin
0
181
Member Avatar for md_salman

I am trying to create an HTML form in which user will enter different items (he wants to purchase) in text fields. One text field is used for one item. Now it is not known in advance how much items the user will purchase so we cannot decide the total …

Member Avatar for zenghoong
0
855
Member Avatar for nethero

Hi there, I'm kind of new to python and I'm trying to extract a protein sequence from this webpage... [url]http://www.ncbi.nlm.nih.gov/protein/BAH23558.1[/url] When I use urllib.urlopen the html it gets does not contain the sequence data. When I open this page in firefox and use firebug to look at the page I …

Member Avatar for nethero
0
245
Member Avatar for kimmi_baby

I have a details view which allows users to create, edit, delete and view the table. I'm having an issue with the styling. When the user views the table and goes from 1 entry to the other, the width of the left column (Title, Description etc) change depending on the …

0
79
Member Avatar for slyme

Hi, Very new to JavaScript so I'm sorry if this is a daft question, I have searched for answers first and could not find anything that works for me ... so .. The task: One html form with two submit buttons. On submit (save changes) posts back to the same …

Member Avatar for twiss
0
773
Member Avatar for kimmi_baby

Hi, I have a literal control in my code used to display the Welcome text message when a user is logged in. I'm having an issue with this because I would like to position it in a different place using an external style sheet. Is it possible to do this? …

Member Avatar for kvprajapati
0
287
Member Avatar for exotic_ang

Hi guys, I have a small prob with my site. Im new to this as this is my very first website and I cant seem to get this right. I added the jquery nivo slider to my site. When I set the margin to 90px, it comes good horizontally but …

Member Avatar for exotic_ang
0
103
Member Avatar for Joe34

I found this code on some really awesome website, but I'm trying to change it up a little. As you can see a light box pops up after clicking the link. I want to make it where the light box automatically pops up without clicking the link? How? Thanks in …

Member Avatar for twiss
0
251
Member Avatar for [V]

I am using the Lightbox2 script on my website. here is an example of it working correctly on my search engine: [url]http://www.tcdb.org/go.php?query=maltose&button=Submit[/url] (Click any link that says "View Tree") Now, when we attempt the same thing on a page with many more results: [url]http://www.tcdb.org/go.php?query=sugar&button=Submit[/url] the lightbox containing my tree shows …

Member Avatar for stbuchok
0
122
Member Avatar for Fibinacci85

ok hi guys i'm a fairly new guy to these forums, and i'm hopping some one can help me. the thing is i want to create a website which i've sort of done i'm not that fabulous in HTML coding. the scenerio is that i'v created a website where people …

Member Avatar for almostbob
0
145
Member Avatar for kali Annan

Hi guys, i want to create a registration page which has the fields like name,username,gender,dateofbirth,maritalstatus,etc... i have already created the form using html. now i need to encrypt the php code to insert these datas into the database which i have already created. Additionly i need to validate these fields …

Member Avatar for kali Annan
0
487
Member Avatar for BlueCharge

Hello Everyone, I have a quick question which is: I have a signature DIV in my forums and i want the maxium height of this DIV to be 100px but if the user has just chosen a small signature which does not reach 100px then i just want the DIV …

Member Avatar for almostbob
0
85
Member Avatar for Loopster

Hey everyone, Has anyone found the best html/css solution for creating a fluid background image on a website? That's to say: 1. Background image to fill the screen no matter of the size of the screen 2. Keeping image size smaller so as to have fastest load time 3. cross-browser, …

Member Avatar for twiss
0
98
Member Avatar for ashley2011

Will someone please help me out in javascript, jquery, and css? I really want to use this menu at this web page: [url]http://designreviver.com/tutorials/jquery-css-example-dropdown-menu/[/url] However, I would like to have this menu as a multi level menu. Currently it is two level. How to make this menu as three or four …

Member Avatar for twiss
0
54
Member Avatar for SgtMash

I've got the most annoying and strange issue with a the website I'm developing here: [URL="http://www.lisabmagdalena.co.uk/new2/template.html"]http://www.lisabmagdalena.co.uk/new2/template.html[/URL] When the page initially loads into IE 9 it looks as it should, right down to the radiused borders, but if I hit F5 and refresh the page it immediately breaks the layout & …

Member Avatar for twiss
0
164
Member Avatar for lokodomain

Trying to learn PHP from a book and I swear I'm going balder by the minute!! Anyway heres my predicament; I want to display some simple incrementing data from a PHP loop within a table. So that each cell within the table displays a different value ie. cell 1 displays …

Member Avatar for diafol
0
188

The End.