6,557 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
549
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
37
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
169
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
142
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
67
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
101
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
120
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
69
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
250
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
104
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
133
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
95
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
186
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
102
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
69
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
89
Member Avatar for teasemano
0
36
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
50
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
78
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
124
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
102
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
221
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
86
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
218
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
91
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
79
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
66
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
151

The End.