6,557 Topics

Member Avatar for
Member Avatar for mairtinomarta

Using IE 7 (and Opera), by selecting the select field below, and using the keyboard char "M" to scroll through the options, it seems to select options in a random order. (Not alphabetically I think). Some options even get selected two times before another gets selected once. Eventually, it will …

Member Avatar for mairtinomarta
0
133
Member Avatar for raju.raghup
Member Avatar for macneato
0
94
Member Avatar for anshul09

I have two dropdown lists in my HTML form. In first dropdown list, I have some countries name already added in HTML form. In second drop down list there is no item yet except "Select choice". Now my problem is that I want that when i click on any country …

Member Avatar for Fbody
0
136
Member Avatar for tanha

Hi, I designed a page with CSS which has the following sections: [LIST] [*]Header and Logo [*]Left Navigation [*]Main Content [*]Footer [/LIST] Also I have another CSS file for the print of the page, where it hides the following sections: [LIST] [*]Header and Logo [*]Left Navigation [*]Footer [/LIST] It works …

Member Avatar for tanha
0
79
Member Avatar for spookies

Hi all - I cant seem to get this 2 col setup working inside a parent "content" div, it works in ie but not FF or Safari. Should I approach in a completely different way or does it just need a tweak. Thanks I have tried eliminating and adding various …

Member Avatar for macneato
0
124
Member Avatar for beforetheyknew

Hi, quite new to css and as part of an assignment we have to create a set html page to look like it should using css. My problem(the relevant code is provided), is that the menu at the top where it looks like: first second third fourth I need it …

Member Avatar for beforetheyknew
0
104
Member Avatar for raydeen

The text disappears if the user rolls over the image for longer than 7 secs. If the title attribute isn't the best way to do this, what is a better way? Thanks, Tony

Member Avatar for karol33
0
97
Member Avatar for simondmeredith

I have 2 boxes, ones for Name, second box is for Email. They have images inbetween them on the code, so I can't see how to link them as 1 form.. Any ideas?

Member Avatar for rajendra.parmar
0
78
Member Avatar for beforetheyknew

I I'm pretty new to css, for uni we have to design this website (as specified and without moding the html) and im having trouble with a few things. I cant really post the code because none of the images will work (they are stored and passworded on the university …

Member Avatar for Hangfire
0
86
Member Avatar for Specialafrican

I want my program to recognize tags, comments, and links in a html file. How would I get the program to read and count what I'm looking for? For example, if the html file has three links, how do I get my program to count it? Also, how would I …

Member Avatar for jonsca
0
93
Member Avatar for whiteyoh

Hi all, I have my iframe working, and have styled the content, however, it wont display the styles.

Member Avatar for macneato
0
102
Member Avatar for Zurompeta

Hello all, I'm attempting to convert my current HTML table layout to a div layout. However, I'm running into snags here and there and I'm stuck on one that I need assistance with. [CODE]<div style="width:100%; display:none;" id="block_1_1"> <div style="width:50%; float:left; margin:0px; padding:25px; text-align:center;"> <div style="text-align:center; float:left; margin:0px;"> <img style="margin:4px;" src="picture.jpg" …

0
62
Member Avatar for desmotic

first off id like to say ive tried 4 other so called "tech forums" and none of them had replied back to me so im hoping someone here can help me out. basically this is the problem: -when i use my browsers explorer 8 and firefox i am getting repeatedly …

Member Avatar for domino124
0
166
Member Avatar for ElegantElephant

Just wondering if it normal and acceptable use both on one string before entering it into a database or displaying it? For example: [CODE]$project_name = mysqli_real_escape_string($dbcon,htmlspecialchars($_POST['project_name']));[/CODE]

Member Avatar for ElegantElephant
0
80
Member Avatar for ndeniche

have a similar problem: i have my #nav_bar id with a .first class, which i have originally with an image. but, i want it to change image when it's hovered on, like this: [code=css] #nav_bar .first:hover { background-image:url(image2.gif); } [/code] [code=html] <table cellpadding="0" cellspacing="0" id="nav_bar"> <tr> <td id="first"><a href="yada yada">yada …

Member Avatar for kewp
0
309
Member Avatar for priti kumari

please, check and give new source code[code]function getsubmit() { var lastname; var Firstn=t1.value; var cn=new ActiveXobject("ADODB.Connection"); var StrConn="provider Microsoft.Jet.OLEDB.4.0"; Data Source=d;//student_base.mdb; var SQL="select t1 from manisha where FirstName="'"Firstn+"'"); On.open(SQL,cn); surname.value=rs(0); DOB.value=rs(1); alter(rs(0)); rs.close(); cn.close(); } </script> </head>[/code]

Member Avatar for priti kumari
0
52
Member Avatar for rikkie

Hi, I am in the process of building my first website (no coding experience) My home page (saved as .aspx) uses asp.net controls. All other pages are saved as .html. I can navigate fine from the home page to any of the other pages; however when I try to navigate …

Member Avatar for rikkie
0
85
Member Avatar for semanticart

Hey guys i have the following code and i need to be able to look through a section of html and pick out all the elements that have the classname cmsedit. The code below does that however if the element has new lines or tabs in it ect the the …

Member Avatar for cwarn23
0
97
Member Avatar for itisnot_me

ok so i an setting up an html email thing that you use an wysiwyg to format the text (just bold links and stuff like that) and i am running into a problem with my links they seem to be escaping and then not printing out in gmail with a …

Member Avatar for itisnot_me
0
78
Member Avatar for baby jai

Ok this has become EXTREMLY annoying, im trying to work with some css with a several column [I]used to be table[/I], here is the css [CODE].catleft { width: 18px; height: 27px; float: left; background: url({style_images_url}/Cat-Left.png) no-repeat; } .catbody { height: 27px; float: left; background: url({style_images_url}/Cat-BG.png) repeat-x; } .catright { width: …

Member Avatar for ko ko
0
60
Member Avatar for MikeBrown

Hi guys i m trying to view a log file as a html file from my server , i m using one script which is [URL="http://www.builderau.com.au/program/php/soa/Transform-plain-text-files-into-Web-pages-automatically-with-this-PHP-script/0,339028448,339272897,00.htm"]here [/URL] , so overall i m not a coder just trying to get it work 1. because log file latest entries are at bottom …

Member Avatar for saiprem
0
129
Member Avatar for sunaruna84

Hi friends I have used this script for avoid right click in my webpage. I want to disable " savepage as" in file menu . please let me know ur suggestion. [CODE] <script language="JavaScript"> document.onmousedown=click; function click() { if ((event.button==2)) { alert("Sorry you didnt access right click"); } } </script> …

Member Avatar for sunaruna84
0
71
Member Avatar for skorm909

ok so im starting out in html and know the pure basics of javascript... (know a little bit of c++ but that wont help me here i think) well anyway i need to make a website and from what im understanding is that javascript basically does animations (i think) on …

Member Avatar for grungy coder
0
117
Member Avatar for andanjin

Here is my testing site. <a href="http://holyrock.zxq.net?">testing home</a> I would like to change like <a href="http://holyrock.zxq.net/index1.html">this.</a> Please help me to fix my problem.... I want to open my menu link page in the main context secction. Do I need to use include fuction in php or java? Or So I …

Member Avatar for andanjin
0
193
Member Avatar for BigGar

Hey, I have a strange problem. I added an image as the background image for a form in VB.net. When I run the program, after approx. 5-6 seconds, the image partially overlays itself, as in an offset overlay of the underlying image. I never had this problem in VB6, but …

Member Avatar for BigGar
0
114
Member Avatar for fielding

Howdy, I'm trying to hide a few css elements until a form has been completed. We have a ecommerce site we need to hide the price and 'add to cart' until the user has submitted their e-mail in a text form. Any help would be appreciated!

0
56
Member Avatar for drewpark88

Ok so here's what I'm trying to do: 1. You press submit on my php donation form page, and when you press submit it goes to a process.php but within the IF statement I have it to where it sends my client an HTML email. 2. What I want my …

Member Avatar for saiprem
0
161
Member Avatar for vamsicoolman

how to read the output of the html, Actaully I am writing a small text as output whenever I invoke the html file but when I am using urllib.read() or webbrowser.read() I am able to read the source of the html rather than its output. I am a begineer So …

Member Avatar for vamsicoolman
0
13K
Member Avatar for mahdiahmadirad

[B]How to Change default settings for ACT HTML Editor?[/B] I want to load editor with for example Selected Bold Button or with rtl direction instead of ltr defaultly. How can I perform that? I overrided FillTopToolbar() method to add Custom buttons but I dont Know how to change default settings. …

Member Avatar for ghmcadams
0
94
Member Avatar for xuexue

[code=javascript] function label_parameter(id,ind) { var clicked_row = id; alert(clicked_row); } [/code] is it possible to pass the value of clicked_row to an object in html?? thanks thanks..^^

Member Avatar for phpbeginners
0
150

The End.