6,567 Topics

Member Avatar for
Member Avatar for new_2_java

Hi all, I am writing my first servlet, and facing some troubles. I have my servlet: [code] package com.example.servlet; // other imports... public class Hello extends HttpServlet{ public void doGet(HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException{ res.setContentType("text/html"); PrintWriter out = res.getWriter(); String name = req.getParameter("name"); out.println("<HTML>"); out.println("<HEAD><TITLE>Hello, " + name …

Member Avatar for new_2_java
0
552
Member Avatar for skam_55555

I have Embedded a big image in html. I need a another text area(or image)with a button to close(or expand) how can we do that?

Member Avatar for ShawnCplus
0
39
Member Avatar for twmedia

I'm working on a new site that was created with .css However, I'm just an html kinda guy. I haven't learned .css at this point. It does seem like a cleaner look as far as coding goes. I have tried to update the meta tags and title for each page …

Member Avatar for Dani
0
35
Member Avatar for opsryushi

Ahoy all, This is similar to sagedavis's "Firefox hates my CSS..." post, with a slightly different issue. I've been a Windows user (not necessarily by choice, lol) all my life. We recently redesigned our school website (at gaylordhighschool.org). Like the classic purist web designer, I wrote all the code (XHTML …

Member Avatar for opsryushi
0
172
Member Avatar for sagedavis

Hey all, over the years I got in the bad habit of ignoring firefox totally. I am currently working on a project at findacourt.com/test use the /test to get into my little sandbox area. At any rate, as you can see, there are several things going on here, both in …

Member Avatar for MidiMagic
0
144
Member Avatar for majestic0110

I am having some difficulty finding a decent tutorial/example of C# code that delas with CHM files. Now I know there are toolkits out there that convert HTML to Compiled Help Modules but I would like to explore this deeper myself. So my question is are there any good tutorials/code …

0
69
Member Avatar for Beeej21

Hello all! I am struggling with what seems to be a very simple problem. Well, the issue is extremely annoying and problematic, and I am unable to figure out the solution. I am using CSS to load an image onto my HTML page. The reason being because I'd like to …

Member Avatar for Beeej21
0
104
Member Avatar for TaoistTotty

This is the first time I have looked at a PHP scripting (although I have done some ASP.NET) and I am looking for help with the following. Can PHP be used to update a HTML page - and if so how or where should I look? This is for a …

Member Avatar for nav33n
0
1K
Member Avatar for rajaboys
Member Avatar for jonc
0
121
Member Avatar for ebabes

How can I change the font color of my links when a user moves the mouse pointer over a link in Web Developer? Do I need a CSS to do that? If yes, what should be the content of the CSS?

Member Avatar for SheSaidImaPregy
0
72
Member Avatar for ravinderkadiyan

in html body <form method="get" action="MovieTiming.jsp"> <table cellspacing="0" cellpadding="0" border="2" style="width:50%; height: 400px;" bgcolor="pink"> <tr style="height:4px;"> <td id="Date" colspan="5"> Please input date (yyyymmdd)<input name="Date" type="text" size="8" maxlength="8" value="<%=date%>"></input> <button type="submit" value="Submit">Get Movies List</button> </td> <td> <button onclick=fileWrite();>save file</button> <input type="file" id="loc" name="loc" >[/B]</input> </td> </tr> <tr bgcolor="white"> <td id="output" colspan="10" …

Member Avatar for DangerDev
0
251
Member Avatar for hapiscrap

<!DOCTYPE html Public “-//w3c//DTD XHTML 1.0 Transitional//EN” http://www.w3.org/TR/xhtml1/DTD/transitional.dtd> <html> <head> <title>The Labyrinth</title> </head> <body> <a name=”top”><h1>The Labyrinth: Old Books/New Readers</h1></a> <blockquote> “Reading is so fun”<br /> - Tom Wolfe, <cite>Books in NYC</cite> </blockquote> <p>The Labyrinth<br /> 151 Varick St.<br /> Manhattan, NY 10013<br /> (212) 555-1234 </p> <a name=”contents”><h2>Contents</h2></a> <ul> …

Member Avatar for FC Jamison
0
105
Member Avatar for sbv

Hi I have a css with three Element Id's 1) LeftNav 2)Content 3) RightNav In first i put all link's, in second all page contents (coming from database) and lastly the extra information and advertisements in rightnav. The problem i am facing is that as my center Element ID contains …

Member Avatar for SheSaidImaPregy
0
134
Member Avatar for Siberian

Hello, I'm trying to put into my web page the E2 photo gallery (google E2) and place it within a box on my web page (this box is in a style sheet) Now the author told me all I have to do is change the absolute positioning of the style …

Member Avatar for Siberian
0
96
Member Avatar for Tom Tolleson

Hello! I have a navigation bar with two tabs on a tab bar. The first represents the page being shown, and the second is a link to a second page. When the first page is being viewed, the first tab is labeled in the markup as ".current." When the second …

Member Avatar for MidiMagic
0
190
Member Avatar for Tom Tolleson

Hi! I'm working on a CSS for a site that features a menu bar. The menu is named 'tabbar.' .tabbar { } The tabbar needs to appear in different colors on different pages. What is the best semantic naming solution for these variants? I was thinking of using general descriptive …

Member Avatar for ndeniche
0
106
Member Avatar for toadzky

I am trying to circumvent the whole "javascript can't read files, that's server-side" thing. basically i have a order form with a table inside it. I want to be able to load the rows of the table dynamically when the page loads. I am trying to get the "product" information …

Member Avatar for ~s.o.s~
0
71
Member Avatar for carlco9020

In my site I want to have my start page load with a video on it that when it is done switch to another page. Is there an HTML command that I can put in to do this.... I am new to building sites so any help would be appreicated.... …

Member Avatar for ShawnCplus
0
92
Member Avatar for teasemano
0
37
Member Avatar for chloevin

Im new here im marvin , could anybody help me make new and nice looking friendster layout using any of those nice programming languages, give me a step by step instructions tnx hoping for your response im trying to make those what they called cross over style or those ones …

0
51
Member Avatar for gallopers

hi there im a begginer whose rebuilding my basis web site [url]www.racehorsetrainer.com.au[/url]. which is a racehorse trainers directory. im rebuilding everything but the index in css. the css page is complete only on some pages i will put a two column table to contain the directory information and some wont …

Member Avatar for MidiMagic
0
81
Member Avatar for duttydea

I have a created template in html.. in this template i have a scrolling DIV What i want to do is display the myqsl data in this DIV. [B]I have tried to use this:[/B] [CODE]<?php @ include ("index_random.php");?>[/CODE] to display random products from the product listing But it has no …

Member Avatar for fatihpiristine
0
126
Member Avatar for gallopers

hi there this might be a silly question but im learning as i go. i looked at a dropdown menu which contains a html page a java script .js page and a .css page. if i wanted to have an index page using the dropdown menu i would have my …

Member Avatar for gallopers
0
104
Member Avatar for Xessa

Hi people. I am new to this forum. In fact the reason why i registered here is my problems about making a JSP page work. I am using Apache-Tomcat I just wanted to test an html file. It was form.html.When i start tomcat and type ht*tp://localhost:8080/ everything works fine. But …

Member Avatar for ~s.o.s~
0
224
Member Avatar for shmay

I'm trying to get back into web design after a long hiatus, and I noticed most pages nowadays use xhtml. So, what's better xhtml or html (in general)?

Member Avatar for reen.blom
0
89
Member Avatar for aerofoil

Hi Everyone Now I'm try to write a program.....to find out the text from the html source code by using vb.net. If there any program that similar idea please send to my email [email]nanoowai.wai@gmail.com[/email]. Thx

Member Avatar for aerofoil
0
221
Member Avatar for ali100806

hello, could anyone help me about my problem on how to program my webpage under html code. i have this project that all i need is the html code to browse my webpage through phone WAP. thank you...:)

Member Avatar for kiwisites
-1
92
Member Avatar for Arch_Bytes

I know this is pretty simple but I can't find the answer for it.. say you have an link that you want to connect to.. [url]http://example.com/example1/example2/final.com[/url] and you don't want it hard coded cause you have many other links that will use that path.. say.. [url]http://example.com/example1/example2/final1.com[/url] [url]http://example.com/example1/example2/final2.com[/url] how can i …

Member Avatar for AbberLine
0
81
Member Avatar for Tom Tolleson

Hello! I am using CSS class to apply design properties to a DIV in my markup. This image is a repeating image. The background-image syntax goes like this: [code]background-image:url(http://www.mysite.com/images/image.jpg);[/code] I am performing a JavaScript image replacement (it has to be done in JavaScript per client specs) and to replace this …

Member Avatar for delta9
0
68
Member Avatar for jamello

hi there guys! I have a scenario that is presently giving me sleepless nights. I need to call an asp method from an "onclick" html event but the method is being called too early. [CODE] Public Sub CheckForSomeErrors() If Session("FliteDate") = "" Then Response.Redirect("../Errorpage.aspx?ErrorDetails='Flight Date' cannot be blank!! Click 'Previous' …

Member Avatar for jamello
0
154
Member Avatar for Geminyi

New to CSS, and am just learning usage of dreamweaver so sorry if my question seems basic, and yes i am guilty of using WYSIWYG software. Usually i fight until i figure it out, but this problem has got the best of me this time. What happens is everything seems …

Member Avatar for Fungus1487
0
101
Member Avatar for love19_foryou

I hv downloaded html to pdf convertor but i am not able to use css in pdf file. can anyone hrlp me.

Member Avatar for phper
0
92
Member Avatar for nonpersonal23

Greetings, Im an amateur programmer.Actually i just started programming, and I have a part time freelance i took up on lotus web application. I am having problem trying to figure how to create a button on the web using lotus notes to send an email to a particular recipient. The …

Member Avatar for MidiMagic
0
78
Member Avatar for killer007

[B]Hello Guys i am Facing a problem which is annoying .. If i use " width=100%; " Site Works Fine on Internet Explorer, But Not on Firefox. If i use " width=auto; " Site Works Fine in Firefox but not on Internet Explorer. Can anybody tell me how to fix …

Member Avatar for MidiMagic
0
88
Member Avatar for neha gupta

Hi, I m trying to run my php script using the xampp on Fedora linux. I ve sucessfully started xampp.And tested using "http://localhost/" It works well.... But when i try to run my file (php or html)it does nt work.. I put my file exp.html [or exp.php] in the "lampp/htdocs/" …

Member Avatar for cfroese
0
219
Member Avatar for Fest3er

I've created a fairly simple method for obfuscating email addresses as an anti-spam measure. It should work for any browser that supports JavaScript and a fairly modern Document Object Model (DOM). A composer window in the user's default email application will be opened. First up is the javascript function that …

Member Avatar for Fest3er
0
166
Member Avatar for palcham

Hi I am searched about uses of InnerHtml through net but i didn't satisfy that information so if you known means please send me about uses of inner html Advance Thanks

Member Avatar for temp304
0
142
Member Avatar for avmaza

I have used the css to print the page orientation to landscape. But it is not giving the desired result. the code I have used, <style type="text/css" media="print"> .land{filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1)} </style> Please suggest me to print to lanscape. I am using php and javascript. Regards, maza

Member Avatar for chrelad
0
224
Member Avatar for csteverun

What I am trying to achieve is a 3 layer effect. The first layer should be fully visible. The second layer should black but 50% transparent, showing through to the first layer's content. The third layer should be on top of the transparent layer, but fully visible (no transparency). When …

Member Avatar for csteverun
0
104
Member Avatar for punkrockbboy

Hi all, just wondering if anyone here can help me out with a headache that Dreamweaver CS3 is causing me, when i write my HTML i have a certain way of laying it out so that i can quickly look it up and down and find any problems (not that …

Member Avatar for Dsiembab
0
94
Member Avatar for magneto

could I please have some help turning the following CSS document so it looks like spring instead of winter (including the sub-menu): [ICODE]html { overflow-x: hidden; overflow-y: auto; } form { display:inline; } img { vertical-align:middle; border:0px } BODY { font-family: Verdana, Tahoma; Arial; sans-serif; font-size: 10px; color: #64758c; margin: …

Member Avatar for MidiMagic
0
99
Member Avatar for fclanton

i have a column "discription" in my item table that is full of HTML code. It was created using and editor like the one i am using here. It is five pages long when i print it out. I need to update the column in all records of the table. …

Member Avatar for nav33n
0
88
Member Avatar for AaronASterling

Hi, I am new to VB. I am trying to parse an html file. I would like not to use a [code=VB.NET] WebBrowser [/code] control because it seems like overkill. The [code=VB.NET] HtmlDocument [/code] class appears not to work outside of a [code=VB.NET] WebBrowser [/code] control. If there is not …

Member Avatar for AaronASterling
0
137
Member Avatar for kobi

Hello there, How can i load an xml file,to treeview control and show it in my html page? Thanks

Member Avatar for alc6379
0
102
Member Avatar for AaronASterling

Hi, I am new to VB. I am trying to parse an html file. I would like not to use a WebBrowser control because it seems like overkill. The HtmlDocument class appears not to work outside of a WebBrowser control. If there is not a way to initialize it independantly, …

Member Avatar for AaronASterling
0
106
Member Avatar for yired

[url]www.imagetotext.com[/url] Please see in Firefox and IE. I have validated CSS and HTML (Strict). CSS is located at [url]www.imagetotext.com/themes/default/msvs_template_rounded_divs.css[/url] I am completely lost and any help would be appreciated. Thanks.

Member Avatar for yired
0
114
Member Avatar for x3n1x

Hello, This is my first post here, so Hi everyone :). I was advised to come to this site by a friend regarding a query that I have, so here I am. So we have the E-Commerce subject in this semester. One of the case studies given to us involves …

Member Avatar for x3n1x
0
151
Member Avatar for Nikki Precel

Hi there! This is my first time threading in this community. I'm new to CSS and HTML but think it's a great skill to have and through my job have acquired the responsibility of 'pimping' our myspace, or rather .... making it into a professional business page rather than just …

Member Avatar for MidiMagic
0
114
Member Avatar for SergioQ

Hi, I am still an novice Perl programmer, but I am a programmer. Here's my dilema: I need to be able to take someone else's website and read in the site as HTML. My program will then parse out every linkable item for other uses. The second part I should …

Member Avatar for SergioQ
0
75
Member Avatar for toddlerner

Hi, We are a tiny ad agency and we are getting assignments to create HTML email ads from some of our cool clients, like: Rolling Stone, Esquire, Columbia House... We can use some freelance help. We'd supply a layout and copy. We're looking for someone who is super reliable, detail …

Member Avatar for toddlerner
0
98

The End.