6,568 Topics

Member Avatar for
Member Avatar for gbs

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] …

0
83
Member Avatar for blurstudent

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 …

Member Avatar for blurstudent
0
243
Member Avatar for blurstudent

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 …

Member Avatar for blurstudent
0
159
Member Avatar for mesamb1

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 …

Member Avatar for HI2Japan
0
186
Member Avatar for Spycat

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 …

0
67
Member Avatar for kleep

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 …

0
67
Member Avatar for j4mes_bond25

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 …

Member Avatar for j4mes_bond25
0
174
Member Avatar for j4mes_bond25

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 …

Member Avatar for tgreer
0
255
Member Avatar for martinkorner

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 …

Member Avatar for martinkorner
0
233
Member Avatar for Midwestdesi

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 …

Member Avatar for tgreer
0
92
Member Avatar for jiruiz78

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 …

Member Avatar for jiruiz78
0
119
Member Avatar for chilllax

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: …

Member Avatar for tgreer
0
59
Member Avatar for aiden

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 …

Member Avatar for tgreer
0
121
Member Avatar for web_developer

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

Member Avatar for web_developer
0
53
Member Avatar for j4mes_bond25

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) & …

0
55
Member Avatar for j4mes_bond25

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, …

0
113
Member Avatar for j4mes_bond25

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 …

0
236
Member Avatar for j4mes_bond25

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 …

Member Avatar for DaveSW
0
138
Member Avatar for xgmx
Member Avatar for martinkorner

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 …

Member Avatar for UberAAZ
0
433
Member Avatar for grunge man

Is It Possible To Use C++ With Html, It Would Be Verry Help Full In My Programing?

Member Avatar for prof.thakur
0
291
Member Avatar for xgmx
Member Avatar for Phaelax

The probably isn't the parsing actually, I can't even get to that part yet. The webpage uses a different character set, "windows-1252". But even after setting the reader to use that charset (which exists in the system), I still get the ChangedCharSetException. [code] String link = "myurl.com"; URL url = …

Member Avatar for Phaelax
0
366
Member Avatar for freesoft_2000

Hi everyone, Is it possible to insert html into a styled document using the rtf editor kit? If it is possible could someone show me a simple example of how this is done Yours Sincerely Richard West

Member Avatar for jwenting
0
103
Member Avatar for gowrikrishna

. The problem is I want to print a html document in landscape orientation. Actually we have 2 tables in a html form. The table contents are dynamic i.e we retrieved data from database using JSP and inserted into the table using HTML tags like <table>......</table>. Please any one help …

Member Avatar for Troy
0
77
Member Avatar for s0312001

Guys I am trying to do the following in html can you please help :cry: I am having problems positioning images as follows [IMG]http://img230.imageshack.us/img230/5721/image5qg.jpg[/IMG]

Member Avatar for s0312001
0
94
Member Avatar for ridhimasatam

Hi, Please guide me on brief details of HTML,PHP,CGI(Common Gateway Interface) and the difference between them.

Member Avatar for Troy
0
208
Member Avatar for jefferyylc

I need to produce a 'report' from a whole bunch of different criteria used to generate the resulting document on the web. This will need to be printed to an A4 sheet, but here is the rub - I need to be able to control page breaks. I need to …

Member Avatar for Troy
-1
850
Member Avatar for jefferyylc

Hi ALL: I been created a <page-break-after:always> for page break purpose in printing HTML report in order to break the report. But unluckily i found that what i did is known as "hard coded". They want something called "Dynamic Page Break" so that when the report content can automatically fit …

Member Avatar for jefferyylc
0
284
Member Avatar for abhinaynagpal

[code] <html> <head> <title>frame and button</title> <script language="VBscript"> function sho(form) { //document.writeln("click click boom!"); //alert("clicked!); form.tex1.value="abc"; } </script> </head> <body> <form > <input name="tex1" type="text" value=" "><br><br> <input name="button1" type="button" value="click" onClick="sho(this.form);"> <input name="reset1" type="reset" value="clear"> </form> </body> </html> [/code]

Member Avatar for tgreer
0
72
Member Avatar for Dark_Omen

Hello, I am trying to create a website, but I have ran into a snag, I can't get the images to display in the background using css. I have looked at some tutorials and did exactly what they said to do and it still hasn't worked. Here is what I …

Member Avatar for Sudhakarj
0
180
Member Avatar for abhinaynagpal

<html> <head> <title>frame and button</title> <script language="Javascript"> function sho(form) { document.writeln("click click boom!"); alert("clicked!); form.tex1.value="abc"; } </script> </head> <body> <form name="cosine"> <input name="tex1" type="text" value=" "><br><br> <input name="button1" type="button" value="click" onClick="sho(this.form)"> <input name="reset1" type="reset" value="clear"> </form> </body> </html>

Member Avatar for plazmo
0
166
Member Avatar for Mr.Furious

Here is a current page I am working on [url="http://www.russabbott.com/VERSION_2/tattoo.html"]http://www.russabbott.com/VERSION_2/tattoo.html[/url] I would like to change the color of the borders on my image links but cant seem to figure it out on my own. I'm sure its something easy that I am messing up. To do this with text, i …

Member Avatar for peter_budo
0
95
Member Avatar for TetuGal

Hi, does anyone know of any sites where I can read up on the defination, cause and solution of HTML dangling. Regards TetuGal

Member Avatar for TetuGal
0
192
Member Avatar for rpuskarcik

I would like to create a perl script which serves up an html page. Only one perameter needs to be passed to the script: something like [url]http://www.website.com/page.htlm?1234[/url] When a person types the above in their browser, they get a webpage. By typing in a differant number at the end, they …

Member Avatar for rpuskarcik
0
128
Member Avatar for namit

So what is the difference between all the difference postions absolute, fixed, etc.. Can anyone give me a list of them and bit of explantion? Thanks

Member Avatar for tgreer
0
100
Member Avatar for wahaj_khan

Hi I need some help for HTML for embedding checkList Box. How can embed CheckList Box on HTML Page using Java Script code. Thanks

Member Avatar for tgreer
0
191
Member Avatar for Quan Chi2

I keep getting redirected while on Firefox. First the browser goes to yyy65.html, then it shows a random ad. Im sick and tired of it. Im usually fine with handleing viruses and malware. This seems to be beating me. [IMG]http://img502.imageshack.us/img502/4251/yyy4dc.jpg[/IMG] [IMG]http://img502.imageshack.us/img502/4792/winpro0lu.jpg[/IMG] Here is my HijackThis log: Logfile of HijackThis v1.99.1 …

Member Avatar for DMR
0
414
Member Avatar for Dani

I am doing a perl project for school in which I am using CGI.pm. I am a complete perl novice. With the following: [code] use CGI; $query = new CGI; print $query->startform({-action => "foo.cgi", -method => "post"}); print $query->p($query->textfield({-name => "bar"})); print $query->submit({-name => "action", -value => "submit"}); print $query->endform(); …

Member Avatar for Dani
0
228
Member Avatar for cmills83

Alright still kind of new to CSS. Could someone take a look at the following link on Firefox and then IE. Firefox is almost right IE is no where close. I want the border on the sides of the main table to span 100% of the page, IE it only …

Member Avatar for cmills83
0
124
Member Avatar for paradox814

I want to make a list where the list is complexly aligned against the left hand side. Here is an example code snippet that I am using, I put the list inside a black table so you can see the gap. How do I get rid of them? [IMG]http://dems.brangle.com/list.jpg[/IMG] [html]<html> …

Member Avatar for Glynis
0
127
Member Avatar for rockStar60608

I'm having problem loading a java gui into a html page as an applet. I believe the problem is the init method. this is the first time i've had to make one and i don't think i did it right. here is my java code: [HTML]code[/HTML] package gui; import java.awt.*; …

Member Avatar for rockStar60608
0
205
Member Avatar for bware

Hi i have a problem since 2 days windows are popping up every minute [B]example[/B] [url]http://e.rn11.com/adbuys/a405-admed-ron[/url] of urls ending @ [B]/yyy34.html [/B] like [url]http://www.searc-h.com/normal/yyy34.html[/url] or [url]http://www.your-deal.com/normal/yyy34.html[/url] i've done nothing special or strange due to downloading or surfing i read a few articles and ive included my hijackthis log... i hope …

Member Avatar for crunchie
0
638
Member Avatar for michael123

If I use form default "grey submit" button, I can define value like: <input type="submit" name="button1" value="submit"> However if I use image instead of "grey button", how can I define value? <input type="image" name="button1" src="img1.jpg"> As I have multiple submit image buttons, so I need to submit its own value …

Member Avatar for vivek vermani
0
160
Member Avatar for danizzil14

Ok, I am trying to get a CSS file to work with my website but it won't load when I goto my page. All it really does is change the color of some of the text but nothing is happening. I've uploaded it to the server and is in the …

Member Avatar for tgreer
0
101
Member Avatar for stellargirl2012

Hey, I'm having some issues with my background images in a page I'm making. I basically have two background images, left border and right border.. and I'm trying to make them repeat in the y direction and fill up 100% of the page. Seems simple enough, but it's not working.... …

Member Avatar for jeweline
0
117
Member Avatar for bogaertb

Hi, I've been reading posts in this forum since I'm faced with this hijack too. I've been trying some adware/spyware programs but no luck. So before starting some 'rescue' operations I would like to post the requested logs: Logfile of HijackThis v1.99.1 Scan saved at 23:03:28, on 22/10/2005 Platform: Windows …

Member Avatar for blashyrk
0
1K
Member Avatar for springcity

Does anybody know how to embed a web page in an email body? What softwares are needed? Thanks!! :rolleyes:

Member Avatar for v_ashwani
0
100
Member Avatar for JC_McGeekster

I am not so great with CSS, though I do know most basic stuff. To the point, I created an all-css website a few weeks ago titled, "JC-McGeekster's first all CSS website." And, unfortunately, I had a bizzare problem with word-wrapping within my DIVs. Yes, I have set a width …

0
56
Member Avatar for server_crash

I've got a lot of css in my page, but I can't seem to figure out how to change the table header, and table border colors.... I've tried this: [code] table.td { color: #ffffff} table.th { color: #ffffff} [/code] But that doesn't work. Do you know how to fix this?

Member Avatar for server_crash
0
132

The End.