6,574 Topics
![]() | |
I need an xml and HTML based search engine that I can use in my .net application(offline). Help Me ????? | |
Hi, all. Really new on php!! I want to implement one function which could get the price depending on different size and calculate the total price. So i made foo.php and bar.php. Which people could choose the size and the price in foo.php and want to pass which they choose … | |
Hello, I have a small login script written in PHP, everything in that regard is written. The Login is in one frame on top. However, when the user logs in I want another frame to display a set of links only available to those logged in. How can I do … | |
Hi friends, I have one save button in my html page and as soon as i click that button the html/static page should be saved with .doc extension. As of now i want only the text in the html page to be saved as word document. But if possible suggest … | |
I would like to learn html. I need book recommendations. I need a beginner book I only know very basic stuff. Thanks for the help | |
I don't know how DaniWEB is structure for use. I'm going to be putting together a CSS webpage that mimics the overall structure of America Online. From chat and instant messenging. To Advice Columns and Articles of Reviews, Daily Reports of Current Events found in the News Paper on Topics … | |
[CODE]<?php include ("./config/config.php"); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <link href="style.css" rel="stylesheet" type="text/css"> <link rel="icon" href="favicon.ico" type="image/x-icon" /> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <script type="text/javascript" src="custom.js"></script> <head> <style type="text/css" media="all"> @import "css/style2.css"; @import "css/style.css"; @import "css/stylesheet.css"; </style> </head> <body> … | |
Hi im new to this forum.I need to extract specific html tag data from html webpage using java.for ex from <img src="http://google/sample.jpeg"> this tag i extract only [url]http://google/sample.jpeg[/url] by using java.similar to all html tag.Plz give sample source code. Thanks in advance. | |
[url]http://www.x-rates.com/cgi-bin/cgicalc.cgi?value=1&base=EUR[/url] Based the link how to count element in table of this page? note: is the table where are all currency values tks. in vba please | |
I am calling some data from iframe. [code=php]<iframe id="pframe" width="'.$game['iframewidth'].'" height="'.($game['iframeheight'] + 20).'" src="'.$path.'" frameborder="0" scrolling="no" align="middle"></iframe>';[/code] i want to call my css for this frame ? How to call css for iframe?? | |
hi I have a table in my database that look like this: id - name - orderno the table has data in the fields of id and name but orderno is empty. I made a html form based on the data of this field, in front of each name field … | |
I am currently working in one swing application. I need to display html contents in some window. In swing we are having [B]HTMLEditorPane [/B]that can display HTML contents on window (not in browser). Now this HTML contents is not well structured. like starting and ending with html tag inside it … | |
Hi everyone, As a personal project I've decided to write a small script which will take a raw_input film title, then look up the IMDB rating and return the result. As an extra challenge I decided to employ re. Now, this is how far I have got (yes, I am … | |
Hello, I am just starting to work with CSS and wondered if there was a good way to make boxes. I found this [URL="http://modxcms.com/simple-rounded-corner-css-boxes.html"]tutorial[/URL] but there are also a number of other ways I have found through Google. What method is the most standard/best? Thanks! | |
Hi All, I have taken up this home project just for my pastime. My objective is to take a html file and then make a complete new webpage with a specific keyword. It basically is a find and replace type of method where my existing file contains a specific keyword … | |
Hi, I currently use Eclipse as my IDE. I'm looking for instructions on how to integerate my Java code with HTML in the Eclipse enviornment or what IDE I can use in conjunction that will allow me to do so. Any advise would be appreciated. -- LiveWire | |
I looked and cannot find it. On the left hand side of my web page I can hover over links, but there is a small gray box on the right of each link when I hover. [URL="http://www.hmstechnology.com"]www.hmstechnology.com[/URL] Any chance someone could show me what I am doing wrong? It is … | |
hi, I have this css code [CODE]#leftcol { position:relative; top:-10px; left:-10px; float:left; width:220px; voice-family: "\"}\""; voice-family:inherit; width:200px; margin:0 0 -10px 0; padding:10px; background:#FFFFFF; z-index:100; } #rightcol { position:relative; top:-10px; right:-10px; float:right; width:220px; voice-family: "\"}\""; voice-family:inherit; width:200px; margin:0 0 -10px 0; padding:10px; background:#FFFFFF; z-index:99; } #centercol { position:relative; padding:0 240px; }[/CODE] … | |
hi, I am trying to complete a script that sends an email along with html, the html changes the colors and the font, positions ...etc. I am in need of help. thnx in advance | |
i just read a couple of threads regarding css positioning and i have found something some where a while ago. however, i couldn't find any good explanation of it. would anyone please explain a bit of some of these code? thanks 1. clear:both? 2. margin: 0; padding: 0 // when … | |
When emailing an ASP form using CDO is it possible to make words bold and use line breaks? When I get the email it looks like this: <b>Card Type:</b> Visa<b>Name On Card:</b> test<b>Credit Card #:</b> 2881<b>Expiration (MM/YY):</b> 04/32 no line breaks and obviously not bold | |
There is a text box in html page in that we type any id (i.e string) then automatically it show a drop down list bellow the text box. And that list having ids those r retrieving from Mysql database table. (Totally it is like igoogle search box and button) please … | |
Hai freinds, Can any one help me , how to send the image file from html to vb.net.. I know how to store the image using vb.net.. but I don't know send particular image from html to vb.net via querystring. please help me as soon as possible.. | |
Sorry for the drastic opening, but I'm on a time crunch here. I am basically re-branding a site for a hotel company and have gotten the look I want, but as luck would have it, the css is working perfectly in IE but not in Firefox or Safari. The issue … | |
Hi, I have a fieldset and I am styling the legend tag within that fieldset with css. I got the text to overlay over the image, but it only works in IE, Chrome and firefox didn't like it. The end result I am looking for is to have a fieldset … | |
Hi, I have this in my css file i have said the html to be position:abolute but it doesnt when i minimise. if i say absolute in logo same thing nothing happens and the body comes at the top of logo: [CODE]html { height: 100%; overflow-x: auto; position:absolute; } body … | |
Ok, this is starting to annoy and Google has yet to provide any clear answers. I'm dynamically creating CSS based on users choice of theme colours. Easy enough, done with PHP but the code is irrelevant here, the problem being that IE is caching the old CSS and upon loading … | |
Hello, I have a problem. Im working on a web page [URL="http://tacrosst.com/privacy/"]http://tacrosst.com/privacy/[/URL]and in the background of the page i have inserted a spring imagine. But i don't know how to MAKE the imgaine touch the red footer. hope you can help | |
hi all, i am sorry i know this is a trivial issue but it has bugged me and it seems like i dont ve any clue whatsoever to correct this .... i ve a site which i want to look centered and in place ... its working fine in firefox … | |
Hello guys, how are you doing? I have a couple of questions please, I would appreciate any help. 1- I have three "relative <div>" I want to put them next to each other and making sure if someone has less resolution, there wont be a scroll bar. But instead the … |
The End.