Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
61% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
3
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
0 Endorsements
Ranked #914
~57.3K People Reached
Favorite Forums
Favorite Tags
Member Avatar for webdi

I've set up my page so that my left nav bar is a series of background images which change when the user mouses over. I learned how to do this from an older thread on this site. [url]http://www.daniweb.com/forums/thread109916.html[/url] This all works well except for one minor problem. The first time …

Member Avatar for dellmerca
0
2K
Member Avatar for Designer_101

Hi This is either really simple or completely impossible :) I have a table like the following: [CODE] <table> <tr> <td>1</td> <td>2</td> </tr> <tr> <td>7</td> <td>9</td> </tr> <tr> <td><<SUM OF THIS COLUMN (8)>></td> <td><<SUM OF THIS COLUMN(11)>></td> </tr> </table>[/CODE] I hope you understand what it is im asking. This is …

Member Avatar for saqlainraza14
0
43K
Member Avatar for stangn99

Hi All....this looks like a nice place to ask questions :) I'll start off by saying that I'm a total noob. I have a DIV with a static height set. Some dynamic content is being loaded into the DIV via PHP. My problem is, when I click on a link …

Member Avatar for aditya19897
0
2K
Member Avatar for vinc88

i am using netbean to develop a registration form. As this i want to know what is the coding to check input of text, integer, email , so i can restrict what they input..hope some 1 help me =)

Member Avatar for dean8710
0
126
Member Avatar for prashanth18

i have a code to add and delete of divs when i click add button div was creating and on delete button div was deleting but i need with single link when on first click div has to create on same link if we click on second time div has …

Member Avatar for Taywin
0
125
Member Avatar for shan2

Hi Friends, I am stuck for passing values from drop down list of a HTML page to a servlet file for further processing. Actually i am developing a small model of "Railway Reservation System" for my mini-project. The problem is to how can i pass values from various number of …

Member Avatar for gvsubhu
0
185
Member Avatar for CathInfo

I can't seem to capture keystrokes (via onkeydown) in Firefox. Now before you judge too quickly, here is a snippet that DOES work in Firefox -- but only by itself; not when pasted into my program: ------------------------------------------------------------------------ [CODE]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <script language=javascript> <!-- function vProcessKeyboard(e) …

Member Avatar for CathInfo
0
136
Member Avatar for Reliable

I'm integrating a [I]Lightform [/I]AJAX contact form with a web page I already made. The error messages render properly in all major browsers except IE8. Assuming it's a CSS problem are there some IE8 CSS bugs I am overlooking? Are there any fixes for those bugs if so?

Member Avatar for johnny_rotten
0
91
Member Avatar for sam023

<script> var counter1 = Math.abs(5/160); var output = counter1; alert(output); var counter = output.split('.',1); alert(counter); </script> when i run this code i got the error in firebug.. split is not a function.?

Member Avatar for vhexp
0
145
Member Avatar for loligator

IE tells me there's an error on line 17, which is the onload method of the body tag. So here's the code... [code] <script language="javascript" type="application/javascript"> function startUp() { setFocus(); } function setFocus(){ document.frmSearch.txtSearch.focus(); document.frmSearch.txtSearch.select(); } </script> [/code] And here's how it's called: [code] <body onload="startUp();"> [/code] I tested this …

Member Avatar for loligator
0
2K
Member Avatar for henpecked1

I'm not sure how to ask this and I'll probably sound a little stupid, but bear with me. How does a "membership" website store member data? Is it done with a database? Does it store the information in a flat file as pages that can be edited later? I see …

Member Avatar for almostbob
0
150
Member Avatar for Bubbleboy

Hi everyone. I, like the majority of us web developer's, despise internet explorer. So on my site, i want to put something in just for the fun of it that detects IE and says something. Right now i have just a plain alert asking to please change to a different …

Member Avatar for alexhernandez
0
149
Member Avatar for dominique7

Hi, I think the problem is simple enough to understand, but if you'd need it, I would set up an example. I'm quite ok with html and css, but I'm not fully comfortable with "float" I use it float: left (or right) to produce text colums, but now I got …

Member Avatar for dominique7
0
196
Member Avatar for team_ferrari22

Hi All, Do the DITA (Darwin Information Typing Architecture) supprots javascript? If supports..please guide us how to use javascript with DITA. Regards.

Member Avatar for harrierdh
0
57
Member Avatar for cmouli

Javascript is not recognising any of the hidden variables on this web form. It simply reports them to be null. I tried declaring a new variable without "runat=server". No luck. <html> <head> <script language="javascript"> function Print() { alert(document.getElementById('hdnMyHidden')); alert(document.getElementById('hdnMyHidden').value); var strmyCodes = document.getElementById("hdnmyCode").value; var strmyDesc = document.Form1.hdnmyCode.value; alert(strmyCodes); alert(strmyDesc); alert('hello …

Member Avatar for cmouli
0
217
Member Avatar for c_rob

Unable to integrate html and css file. The html code is [CODE] <ul class="topnav"> <li><a href="#">Home</a></li> <li> <a href="#">Tutorials</a> <ul class="subnav"> <li><a href="#">Sub Nav Link</a></li> <li><a href="#">Sub Nav Link</a></li> </ul> </li> <li> <a href="#">Resources</a> <ul class="subnav"> <li><a href="#">Sub Nav Link</a></li> <li><a href="#">Sub Nav Link</a></li> </ul> </li> <li><a href="#">About Us</a></li> <li><a …

Member Avatar for harrierdh
0
178
Member Avatar for skorm909

ok so im just starting out in html and was wondering if there was any good tutorials people know that i can try and all that... i have a project in school that im going to create a website with it and since i started learning javascript and c++ a …

Member Avatar for ITchimes
0
166
Member Avatar for Abdel_eid

hey guys I' am new to css and i have a problem which is the div statement e.g <style type="text/css" media="all"> div{ content:"the string is placed inside div stat."; border: thick solid black; backgound: skyblue; color: black; font-size: xx-large; padding: 20 px; } </style> <body> <div></div> </body> but it is …

Member Avatar for Abdel_eid
0
77
Member Avatar for Atomika3000

Next Problem, i need to make my page hide the background image in the banner <div> when somebody click anywhere in the footer <div>. Again, it needs to use javascript. i was doing some fiddling and took out the background image and replaced it with a colour instead and got …

Member Avatar for Atomika3000
-1
105
Member Avatar for Atomika3000

i need to make a paragraph of text identified by a <div> grow in size when the user moves their mouse if that portion of text. I Guess it needs to use onMouseOver and getElementById but i not sure what else is needed, i have trawled the internet for the …

Member Avatar for Atomika3000
0
892
Member Avatar for stjohn999

hi all have a homework project have to come up with a html code for ducci's 4 number game using a fuction called difference(firstNumber secondNumber) can anyone help if i get this wrong i am in serious trouble please help

Member Avatar for rajendra.parmar
0
110
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 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 pcc_support

Hi there ladies and gentlemen, Just having a few dramas with a layout at the moment. At the top of this page [url]http://www.gosfordit.com[/url] is a logon box that will be linked to a peice of software hosted on the same server, where clients can access invoices / bills etc. At …

Member Avatar for harrierdh
0
83
Member Avatar for eeyc

hii!! i try to post java script function from c# code. i success to make regular post data - like has regular html form pages but i have some troubles to post java script data. mybe i can figure this out with calling to function from address line - if …

Member Avatar for eeyc
0
124
Member Avatar for zyzopath

My image and border fit well on 3 sides, except for the left border-side and I can't for the life of me figure out what I did wrong. Isn't it supposed to fit automatically when the css code is wrapping the image-tag? The "surrounding" border only shows up in FF …

Member Avatar for ko ko
0
2K
Member Avatar for marky-b

Is it possible to style an ftp site ([url]ftp://blah.com[/url]) ? I've done a bit of googling, but i am only finding results for StyleFTP client :P Thanks marky

Member Avatar for marky-b
0
73
Member Avatar for VIGUU

<p>i WANT TO DISPLAY THE POPUP WINDOW AFTER CLICKING THE PARENT WINDOW "BUTTON".<p> <p>THAT POPUP WINDOW DISPLAY THE DATA IN A TABLE FORM(FOR EG:NO,NAMEETC.,) .<p> <p>Now i want to select any row in the table using radiobutton.After selecting the radio button particular row values will display in parent window text …

Member Avatar for harrierdh
0
85
Member Avatar for ausmaya

Hi, i have started to learn javascript. To run javascript.. browser window and notepad is enough or i need to load java s/w also, i'm not getting output for this coding..can any one help me pls??? <!DOcTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>first java script …

Member Avatar for almostbob
0
116
Member Avatar for OmniX

FF works perfectly (additional browsers also) but IE (the bain of microsoft) refuses to be the same. Any ideas or other techniques or position I can look at? [code] background-image: url(text.jpg); position: abosolute; left: 100px; top: 100px; [/code] Same code different 100x100 :( Any Ideas? Thanks, Regards X

Member Avatar for OmniX
-1
157