6,558 Topics
| |
Hi, I am using RichEdit box (i downloaded it from [url]www.gerd-tentler.de/tools/richedit/index.html[/url]) on my page for formatting text and storing text with html tags in database. But, when i try to get this text (eg. <P> kkjkjkj </P>) from database using <c:out value='${LongDesc}' /> it converts all the tags into: & … | |
Hi everybody, I have a XML file having data stored in tags as <Username>[I]User name here[/I]</Username> <Password>[I]Password here[/I]</Username> (There will be data of around 100 users) I need to display this data in a HTML file in a tabular format. Kindly help me. | |
I'm not sure if this is the right place to put this. Here goes: I would like to convert a html page to an image. I've done googling. Most of the findings led me to downloading sharewares. As this project has a tight budget, I reckon I should build something … | |
Hi, Can anyone help with this? I would like to be able to add graphic banners or images in the outgoing welcomemail body sent to new registrants on the vBuleetin forum... Any ideas appreciated... Regards. | |
Hi, I have to embed an applet on a html page that will be accessed by client PCs. I want to display a pdf file on the applet as well (supposedly a html file). I decided to venture into converting the html file to a pdf file and display on … | |
Hello people. I need to convert a few WML codings to HTML. I have found plenty of converters that convert HTML to WAP, but none usable. Please guide me. Thanks in advance. | |
i've just started in the world of html and css how does my web site show up in searches "google" I have an animated .gif moves very slow when page loads can that be sped up any way to do things in colums EX: 1 2 3 4 5 6 … | |
Is there any way in CSS (without using any JavaScript) which allows us to NOT to have scrollbars next to "certain contents" only. I'm getting my inspiration from this website: [url]http://www.tristarwebdesign.co.uk/templates/templates/infinity/index.html[/url] My very top space is for "company's logo" & I don't want a scroll bar appearing on the right … | |
Hi everybody I have one question. I´m quite new to HTML programming, but have been dabbling with it. I have a website that has two dropdownlists (ASP.NET controls). One ddl is filled on Page_Load with the months available. The other I have filled with every week of the corresponding month … | |
Hi everybody I have one question. I´m quite new to HTML programming, but have been dabbling with it. I have a website that has two dropdownlists (ASP.NET controls). One ddl is filled on Page_Load with the months available. The other I have filled with every week of the corresponding month … | |
I was trying to write a simple python script to enable web users to upload files. Here is html [code] <HTML> <HEAD></HEAD> <BODY> <FORM ACTION="[URL="http://some-server.com/test.cgi"]http://some-server.com/test.cgi[/URL]" METHOD="POST" enctype="multipart/form-data"> <INPUT TYPE="text" NAME="words" SIZE=30><br> <INPUT TYPE="file" NAME="infile" SIZE=30><br> <INPUT TYPE="submit" NAME="Submit" VALUE="Submit Form"> </FORM> </BODY> </HTML> [/code] Here is the python script [code] … | |
Sorry to start a second thread. Now I have a big problem. :( [code] try { Runtime rt = Runtime.getRuntime(); Process p = rt.exec("C:/Program Files/Internet Explorer/iexplore.exe D:/Travel Agency/userguide/tutorial.htm"); } catch (Exception exe) { } } [/code] This works perfectly to bring up the tutorial.html using IE. But provided that my … | |
Can JMenuItem point to a HTML file that opens in IE? I want the jMenuItem (E.g: Tutorial Help) to point to tutorial.html on my computer. Couldn't find any information about it at all on the net. Can any kind souls out there help me? Your help is greatly appreciated. Thank … | |
I have a VERY basic site, and I am using microsoft word to make some simple pages. I have a flash cartoon that i want to upload onto my site but I cant put any of the files into microsoft web page program or get any of the files to … | |
Well, [I]this[/I] certainly is a turn-around -- the code I did works fine in IE, but breaks in Firefox! What it is, is a thing to make rounded cornered boxes via css and images. The top-left and top-right images are green, and the bottom-left and bottom-right are gold. There is … | |
I'm used to running Outlook Express 6.0 and there I have 'source edit' on the view tab clicked. This means that when I'm sending a message, I get three tabs at the bottom - edit, source, & view. I used this to edit HTML directly in my messages. I've had … | |
After realising the importance of "validating" my XHTML document, I'm going through the validation process by trying to validate each of my HTML page. Couple of problems that was beyond me includes: [CODE] # Error Line 11 column 8: there is no attribute "name". <a name="top"><img src="about.gif" alt=""/></a> You have … | |
Bearing in mind CSS needing less code typing than HTML & its capability to merely have one single style sheet that's linked with other HTML document & hence having less codes, I wonder if there's a way that helps me achieve the following: >> I want ALL my paragraph that … | |
Hi, In the HTML forum I asked how I could get the results from a form which I will put on my site via e-mail, I was told: [QUOTE]Give them a form to fill. The form posts to a PHP, ASP, or ASP.NET program that stores the results in the … | |
I have a site that i maintain, i want to add an interactive CD to it, the CD is of educational content and has a test/quiz at the end of it, It is almost exactly like the online traffic safety courses that you get if you do a traffic violation … | |
Hello there, I need my page to randomly select a CSS document. I don't want the user to select it, but instead to do it when the page loads. This is the script I have so far: [INLINECODE]<script language="javascript" type="text/javascript"> var ranNum= Math.floor(Math.random()*3+1); document.write("<link rel='stylesheet' href='hd"+ranNum+".css' type='text/css'>"); </script>[/INLINECODE] This function … | |
I understand how to set up the input fields, name the input fields, and assign the appropriate action. The problem is I dont understand how to display this information in the particiapants.htm page. Thanks for any help. <form name="input" action="/tournament/participants.htm" method="get"> Gamertag: <input type="text" align="center" name="gamertag" maxlength="16"> <br> Email address: … | |
I'm currently working on the CSS template for a new client and running into a strange issue. The design calls for a separation bar of repeated background to resemble a negative strip (site is a portfolio piece for a commercial photographer), and below that the continuation of a gradation. For … | |
guys, i need for my project, an html editor like the one found here when u post a new thread. from where i can download this extension? or is there a code i can copy it? 10x in advance sam | |
Presently, after sorting my previous problem of menu, I'm only struggling with browser compatibility. Thought of it scares me since the reason I'm making this website is to show it to different employers (who often asks for the proof of applicant's previous work within CSS before considering their application) & … | |
I'm in particular facing problem with Top Menu (#topMenu in my code). In Firefox, every time I hover the mouse over Beer/Wine/Whiskey/Spirit link, the sub-menu ALWAYS stays at far left hand side (as seen in the attached file). In Internet Explorer, every time I hover the mouse over Beer/Wine/Whiskey/Spirit link, … | |
I wonder if anyone around could possibly help me ease up my stress that I've been having for the past 2 days in sorting out the CSS Horizontal drop-down menu. I've somehow managed to get the Vertical Pop-up menu along with its submenus ("leftMenu" in my code) but the Horizontal … | |
I'm building my very first CSS page & wonder if anyone around into it could possibly help me get the layout as seen in the attached file. Following are the codes that I've worked on for the whole Saturday afternoon & evening but still failed to achieve the EXACT result … | |
In the HTML, javascript + css forum someone told me that to make a download dialogue box pop up when a page is opened you can use the following script: [QUOTE]$file is the actual file (with the path included) $new_filename is the filename that you want to send to the … |
The End.