amp x 105
bootstrap x 1,162

14,212 Topics

Member Avatar for
Member Avatar for blakisa

Hi All, Anyone know of an efficient way to read a data text file in comma delimited format and displaying the information to a table. I read some of the previous post, but they did not seem too informative. Basically, Check file existance, display if not availible Load variables from …

Member Avatar for wim2440
0
156
Member Avatar for HLA91

Hi I have only just started using tabels and I copied this table from a book but when I write in the main window the writing starts half way down the window not in the top left corner. Can anybody tell me why please here is the code [<!DOCTYPE HTML …

Member Avatar for stymiee
0
48
Member Avatar for rpjanaka

hi all, I want to disable some of text fields and several buttons on my webpage when click on "Edit" button.. I am using images as buttons. document.getElementById("textFieldID").disabled = true; document.getElementById("imageID").disabled = true; but on clicking the Edit button, still the other buttons(images) does not disabled. those are acting (those …

Member Avatar for MattEvans
0
166
Member Avatar for amodam007

hello all i am new to asp and javascript i am creating a page in which user enters the id,name,address and he enters his family detail's below selecting relation and name of person if he wants to add more personal details he can click on add more buttton will give …

Member Avatar for masijade
0
85
Member Avatar for ValiantHero

I'm a high school student with very littlecoding experience. I was given an assignment without any real direction as to how to do this. I'd like to know exactly how i'm suppose to Create a page to allow users to give their first and last names along with their email, …

Member Avatar for Member #139575
0
176
Member Avatar for avik1983

i have a HTML report file..its in attachment(a part of the whole report is attached..name "input html.doc").also its source is attached in "report source code.txt" i just want to seperate the datas like in first line it should be.. NHTEST-3848498958-NHTEST-10.2-no-baloo a and so on for whole report i have done …

0
58
Member Avatar for amaravanich

Hi all, I need to create extra rows for already existed table in javascript.I added code as shown below.It works well for mozilla but for ie extra rows are not adding .i didnt find where the problem was.Apart from that i had another problem with checkbox created below.it always returns …

Member Avatar for amaravanich
0
132
Member Avatar for Inny

tried this with css in actuall stylesheet aswell, but i wont work. what have have I done wrong please? [code]<style>pullquote {width: 145px; background:gold; color:black; float: right; border:1px solid maroon; font-weight:bold; line-height:140%; padding:5px; margin-top:10px; margin-left:10px; } </style> <script type="text/javascript"> function addPullquote(){ var myTextArea = document.getElementById("commentBox"); myTextArea.value = myTextArea.value + '[dohtml]<p class='pullquote'> …

Member Avatar for Inny
0
327
Member Avatar for Inny

I will be using this one. I want to add sub items to each category(button) how do I do it but maintain the style? [code]<style> #message div.menuBar2, #message div.menuBar2 a.menuButton { font-family: Verdana, Arial, sans-serif; font-size: 8pt; color: #000000; } #message div.menuBar2 { background-image: url(http://i14.photobucket.com/albums/a345/Instar/escher_background.gif); padding: 6px 2px 6px 2px; …

Member Avatar for Member #114696
0
246
Member Avatar for muralidhar6972

:eek: Hi friends, i am facing a problem now in php programming, that is i have to list some contents. 10 per each page and there should be checkboxes ex sno item_id ck_box description this information is in 4 pages i want to get the item_id information that are checked …

Member Avatar for jblacdao
0
66
Member Avatar for RyuuJin Silver

Hello, First of all I would like to say this is a great layout and has helped me a lot. Now, on to my question. :lol: I cant seem to get my divs to always align to the center of the page. [code] body { background-color:#e6e6e6; } #header { position:absolute; …

Member Avatar for MattEvans
0
132
Member Avatar for sandbox

This seems like a simple enough question to answer.... For some reason, FF and IE7 seems to render the navigation on my web page differently. Both the top and bottom borders of the links render as i want them to in FF, but not in IE7. Maybe someone could help …

Member Avatar for MidiMagic
0
106
Member Avatar for lz300

I have a page in which I successfully pass code from a list form to another page via a query string. I now wish to add an additional form that uses radio buttons, and passes that value in the query string, as well. The problem I have is capturing the …

Member Avatar for lz300
0
80
Member Avatar for Inny

A freind wants to spice up his menu, (div) to have a border appear on mouseover, stay, then dissappear when the menu is closed. He writes... [quote]Not quite what i wanted. Umm go check the member list here and mouseover a name, then click the name. The border stays on …

Member Avatar for Dani
0
94
Member Avatar for R.S.Chourasia

I am tring to use HTML tags checkbox and textbox along with PHP. When the checkbox is not checked,the textbox is disable.But when I checked the check box,the textbox should become enabled. How can i do this? Here is My code:- [code=html]<html> <head> THIS IS TEST <title> TEST </title> </head> …

Member Avatar for R.S.Chourasia
0
113
Member Avatar for rpjanaka

I am trying to use an iframe in my application [COLOR=Red]mainpage.jsp[/COLOR] <HTML> <BODY> <form name="form2" method="post" action="action.jsp"> <input type="text" name="name" value=""/> <input type="submit" name="submit" value="submit"/> <iframe src="ifream-page.jsp" frameborder="0"> </form> </BODY> </HTML> [COLOR=Red]ifream-page.jsp[/COLOR] <HTML> <BODY> <input type="text" name="address" value=""/> </BODY> </HTML> But when I press the submit button I can only …

Member Avatar for jwenting
0
212
Member Avatar for earlofroberts

Can the z-index of a server control be set from vb code? If so, can you provide me some sample code? thanks, earlofroberts

0
69
Member Avatar for crestaldin

Hello All, I am a PHP newbie and have all my resources set up( by that I mean PHP,Apache server etc all working fine) I have an html file and a PHP script to handle the inputs from the html form. However when I hit submit to send the data …

Member Avatar for jblacdao
0
164
Member Avatar for bongobob

Hi - I'm the new kid on the block. glad to meet you all. I'll start with a problem. Can anyone please help me? I'm looking for a free script to hide ALL media players when an end user activates a hyperlink to play short pieces of music on my …

Member Avatar for MidiMagic
0
128
Member Avatar for Mikeish

Simply put: I want a table to go all the way down to the bottom of the page until I push it farther with content. The catch... Row 1: 51px Row 2: 40px Row 3: Stretchy Row 4: 20px Row 5: 40px I currently have height: 100% for <table> (using …

Member Avatar for MidiMagic
0
268
Member Avatar for sendkamal

Hello all, I am new to javascript and cross-browsing. I have a XSLT generated HTML document which works fine ini IE and opera but have problems with firefox. I tried to debug with firebug but i have no idea what should i do next to fix the problem. I would …

Member Avatar for MidiMagic
0
216
Member Avatar for sendkamal

can anyone pls help me why FIREFOX displays 'reference to undefined property' message for this html page? It works fine in IE. <html> <head> <title>Expandible row test in firefox</title> <STYLE type="text/css"> .collapsed { DISPLAY: none; } </STYLE> <script language="javascript" type="text/javascript"> //***collapsible rows function outliner(evt) { evt = (evt) ? evt …

Member Avatar for MidiMagic
0
200
Member Avatar for rpjanaka

Hi all. I want to know in which case, it should use two forms in a one web page (example situations) (Except that when the action pages are separate)….?

Member Avatar for jwenting
0
80
Member Avatar for Reggiezack

Within the below code for Microsoft Email, I am tring to figure out how to place the current day and date in the "Subject=" field. <html> <body> <p> This is today's quote: <a href="mailto:someone@microsoft.com?cc=someoneelse@microsoft.com&bcc=andsomeoneelse2@microsoft.com& [COLOR=Red][B][I]subject=CURRENTDAYDATE[/I][/B][/COLOR]&body=Today's%20Market%20Information">Markets!</a> </p> </body> </html>

Member Avatar for Gmarvz
0
89
Member Avatar for Aswathy

Hi , I have an application in which html and asp.net is to be linked. In the html page I have a link to the asp.net page. <a href="WebForm1.aspx">Link to Asp.net page </a> But, when I click on that link I get the code underlying the asp.net page displayed instead …

Member Avatar for Aswathy
0
110
Member Avatar for Inny

I want random links in this code to open in a new window. how to please ? [code]<script language="JavaScript"> <!-- // Create arrays to contain all the values // for links and image locations link = new Array image = new Array link[1]="http://www.wildexpo.com.au/Aust%20Rep%20Show/" image[1]="http://www.reptilesaustralia.com.au/forums/Ads/wildexpo.gif" link[2]="http://www.excite.com" image[2]="http://www.excite.com/mesp/images/excite/new_logo-180.gif" link[3]="http://www.lycos.com" image[3]="http://a284.g.akamai.net/7/284/987/000/lygo.com/ly/i/lyguide.gif" link[4]="http://www.cnet.com" image[4]="http://cnet.com/Images/Headers/cnet-1-title.gif" …

Member Avatar for Inny
0
242
Member Avatar for simmy7

A requirement for the project I am currently working on is that when various links on a page are clicked that the appropriate "layer" (i.e. div) will be displayed centered in the browser. I have tried using various javascript solutions and they center some div's and not others. Does anyone …

Member Avatar for Inny
0
370
Member Avatar for BlueDiamond

Hii everybody, I'm working on a charting Senior project for my graduation and i'd like anyone to help me finding an open source code for drawing business stock charts in VB.net, PHP or HTML languages Thank you for being helpfull :)

Member Avatar for BlueDiamond
0
83
Member Avatar for bhavna_816

I have developed an application in VB.NET console application. when i open a particular file suppose txt(Notepad) file then it shows it as it is when i see the output on console but when i render it to the HTML then the output is unformatted i.e. it does not understand …

Member Avatar for MattEvans
0
162
Member Avatar for Sandra5

Hey, I am trying to get the text in the second cell of this HTML table to be centered vertically in the middle of the the image in the first cell. See the code. For some reason the text is always positioned at the bottom of the cell! Sorry for …

Member Avatar for MattEvans
0
146
Member Avatar for jeffry

hi, Could any one please tell me How to disable a hyperlink or a textbox or a command button which is in page 2 from page 1? Suppose i have an admin page and a userpage.I have a details page which holds add,delete,view and search links or buttons or textboxes. …

Member Avatar for Dani
0
76
Member Avatar for sendkamal

Here's one problem to sort html table. The rows have their collapsible child rows. I want them to be in order after sorting the rows. Help appreciated. [code] [COLOR=#0000ff]<[/COLOR][COLOR=#800000]html[/COLOR][COLOR=#0000ff]> [/COLOR][COLOR=#0000ff]<[/COLOR][COLOR=#800000]head[/COLOR][COLOR=#0000ff]> [/COLOR][COLOR=#0000ff]<[/COLOR][COLOR=#800000]title[/COLOR][COLOR=#0000ff]>[/COLOR]Expandible row test in firefox[COLOR=#0000ff]</[/COLOR][COLOR=#800000]title[/COLOR][COLOR=#0000ff]> <[/COLOR][COLOR=#800000]STYLE[/COLOR][COLOR=#ff0000] type[/COLOR][COLOR=#0000ff]="[/COLOR][COLOR=#000000]text/css[/COLOR][COLOR=#0000ff]"> [/COLOR].collapsed { DISPLAY: none; } [COLOR=#0000ff]</[/COLOR][COLOR=#800000]STYLE[/COLOR][COLOR=#0000ff]> [/COLOR][COLOR=#0000ff]<[/COLOR][COLOR=#800000]script[/COLOR][COLOR=#ff0000] language[/COLOR][COLOR=#0000ff]="[/COLOR][COLOR=#000000]javascript[/COLOR][COLOR=#0000ff]"[/COLOR][COLOR=#ff0000] type[/COLOR][COLOR=#0000ff]="[/COLOR][COLOR=#000000]text/javascript[/COLOR][COLOR=#0000ff]">[/COLOR][COLOR=#000000] [/COLOR] //***collapsible rows function …

Member Avatar for sendkamal
0
171
Member Avatar for The Dude

I lost by 1 point playing pong [img]http://www.daniweb.com/techtalkforums/dani-images/smilies/biggrin.gif[/img] [url]http://www.guimp.com[/url]

Member Avatar for WaltP
0
84
Member Avatar for crunchie

Having a few problems in the hijackthis forum with the way logs are being formatted. [url]http://www.daniweb.com/techtalkforums/thread66064.html[/url] The only way to read them is to "Reply with Quote" and the log is then rendered correctly in the reply box. Any chance of getting this sorted please? :).

0
91
Member Avatar for genkid
Member Avatar for John A
0
17
Member Avatar for nod

Hello, everybody, I just joined yesterday. This site pops up enough on Google searches that I thought I should sign up. I started doing web things a little over a year ago. I was a member of a private phpBB2 board that didn't have anyone knoweldgeable around to take care …

Member Avatar for nod
0
38
Member Avatar for hkBattousai

[IMG]http://www.contentmart.com/ContentMart/Create/images/dom.gif[/IMG] I want to ask if there is a way to access an obcect which is not in a form field. My textbook doesn't cover that topic. All the sample code in it is done with the form fields. The picture above illustrates the DOM object model that is used …

Member Avatar for MattEvans
0
137
Member Avatar for John A

The new line numbers inserted when using syntax coloring code tags is causing me problems when copying and pasting code. Here are some examples: [URL]http://www.daniweb.com/techtalkforums/post311344-32.html[/URL] I copy and paste the code to my editor. This is how it looks when it's selected in my browser:[INDENT][IMG]http://img522.imageshack.us/img522/7406/picture1ji6.png[/IMG] [/INDENT]And this is how my …

Member Avatar for MidiMagic
0
376
Member Avatar for mikesowerbutts

Hello all, I know this has already been talked about on this forum, so dont get angry! I cant seem to get my webpage to print off correctly. Basically i have a main page with an iframe within it. within said iframe there is a few tables and some graphics …

Member Avatar for MidiMagic
0
109
Member Avatar for motox16

Hey all, I need with my iframes that I put on my webpage. As you can see by the image here, they are not centered properly: [URL="http://img296.imageshack.us/my.php?image=iframehelpsn0.jpg"][IMG]http://img296.imageshack.us/img296/4219/iframehelpsn0.th.jpg[/IMG][/URL] Using the center alignment just doesn't move it enough to the spot I want it. I was wondering if maybe there were some …

Member Avatar for motox16
0
125
Member Avatar for EnderX

What ways are there to try aligning the contents of a table cell? I have been requested to align a set of financial data so that the items are even on the screen and printout (that is, the decimals have to be on top of each other), but I cannot …

Member Avatar for MidiMagic
0
150
Member Avatar for jeepj27

Hi All - Forgive this naieve questions but I am not sure of the answer and know someone can help on Daniweb! If I choose to ENCRYPT my HTML pages (for whole page) will the encryption scrample the text that the robots or crawlers will find? That is - obviously …

Member Avatar for MidiMagic
0
178
Member Avatar for kained

I'm having a few problems with some css/html code. The code isn't looking to bad in firefox(although it needs moving up the page a bit) but in internet explorer it looks very silly. I think i have mucked up the divs somewhere but can't find it for the life of …

Member Avatar for MidiMagic
0
218
Member Avatar for Goldman1

I am just building my first webpage from scratch, with NVU, and my programming skills are pretty embryotic...:-) Can somebody please point me in the direction where I find information? The problem is as following: I want to build a portfolio site and link the images to two sites where …

Member Avatar for MidiMagic
0
87
Member Avatar for mairtin.obrian

Hello All Im trying to get html saved to a text file after the Url has been entered into a text box Im having difficulties with this can anyone help. I have no problem saving text to a text file and reading text from a file. Thankis

Member Avatar for sedgey
0
122
Member Avatar for sravankolla

Hii I am doing a project dealt with sending SMS .. So i have to control the length of the message to be sent .. But for textbox of Multiline type did not allowing the MaxLength property .. Plz help me

Member Avatar for sravankolla
0
221
Member Avatar for sandbox

I've been sitting at my PC atleast 2 hours now trying to figure this out.. so here it goes... IM relatively new to PHP and im struggling to learn it. I want to create a standard upload form, but i would like to make it so i can choose the …

Member Avatar for vssp
0
121
Member Avatar for sant

I have just finished developing a website which is working fine in IE but giving some problems in FF and NS.Converting all to CSS is not possible:sad: .Please cite some solutions for this... --sant:?:

Member Avatar for M_K_Higa
0
128
Member Avatar for md_salman

I am writing an applicaton using servlets and HTML. the front page contains a login form which is located in one of the three frames contained in the front page. Now when the user successfully logs in. Inside a servlet I use the response.sendRedirect() method to move to the welcome …

Member Avatar for MattEvans
0
40
Member Avatar for Dave Sinkula

I try to make my code conform to no more than 80 characters per line. It seems that that may be near the chosen maximum number of characters before a horizontal scroller is used. In [URL="http://www.daniweb.com/blogs/entry784.html"]this particular example[/URL], the line is exactly 80 characters: [code]pppppppppppppppp0000000000000000000000000000000000000000000000000000000000000000[/code] Can the code box width …

Member Avatar for Dave Sinkula
0
634

The End.