6,557 Topics

Member Avatar for
Member Avatar for dandonia

Hi guys this is my first post on here so im sorry if its not done properly its just i have spent several hours trying to solve this problem already and I am starting to get very frustrated. Basically I have create a basic HTML editor using visual basic 6, …

Member Avatar for dandonia
0
246
Member Avatar for dick3425

How do I open a HTML page in VB.NET 2003? I am trying to build a main menu page and would like to open an HTML document from the main menu. Can anyone help? Dick [email]rlafran2@travelers.com[/email]

Member Avatar for dick3425
0
122
Member Avatar for EnderX

I'm having a bit of trouble figuring something out. I have a css file I use to attempt to break pages in the correct spot, and to force a landscape print so as to ensure that the words on the web reports my php program builds aren't packed together when …

Member Avatar for MidiMagic
0
141
Member Avatar for Pro2000

Peace, I made a mail form and I want to enable The HTML in the Mail Message, How can I do it?... I wrote in the headers: $headers='From:Management<[EMAIL="info@3malas.com>'"]info@3malas.com>'[/EMAIL];

Member Avatar for Pro2000
0
119
Member Avatar for trudge

I know there have been several posts concerning Python and CGI / HTML, but I can't get my little script to even print a web page. [code] #!/usr/bin/python print "Content-Type: text/html\n\n" print import sys sys.stderr = sys.stdout import cgitb; cgitb.enable(display=0, logdir=".") print """ <html> <body> <div align="center"><font style="font-family:verdana; font-size:18px">Hello from …

Member Avatar for trudge
0
147
Member Avatar for thanhbinh777

From djoomla.com [url]http://www.djoomla.com/component/option,com_ezine/Itemid,43/[/url] Intro: Well, I've seen alot of tutorials out there on how to program a Joomla Template with software like Dreamweaver and other big programs, this tutorial will focus on programming an entire Joomla Template with a program as simple as Notepad. This tutorial assumes that you have …

0
107
Member Avatar for BalagurunathanS

Dear Friends.. I am having an .aspx page in which i have various HTML controls such as text boxes and buttons("OK" and "CLEAR" buttons).By default, when i press the "ENTER" key in my keyboard ,the "OK" button must get fired...But its not getting fired..I need to use the tab button …

Member Avatar for sandeep.mk
0
169
Member Avatar for kaushik259106

I use the following code to display the user name on the website.. like "Welcome Kaushik" [CODE] <jsp:useBean id="adminUser" class="bss.BSSUserDetailsDo" scope="session"/> <font size="4" color="brown" face="verdana"> <bean:message key="Bss.user.welcome"/> //comes from some property file abcd.property <jsp:getProperty name="adminUser" property="firstName"/> </font> [/CODE] i want to access the user first name from my JS function. …

Member Avatar for kaushik259106
0
103
Member Avatar for MattEvans

As title; unless there's already a way: [code="HTML"] <html> <head> <script type="text/javascript"> function myfunction( ) { alert( "Hello, World!"); } </script> </head> <body> <p>Some HTML code</p> <img onclick="myfunction( );" src="some_image.gif"/> </body> </html> [/code] [code="Javascript"] <html> <head> <script type="text/javascript"> function myfunction( ) { alert( "Hello, World!"); } </script> </head> <body> <p>Some …

Member Avatar for MidiMagic
0
183
Member Avatar for qadeer

Dear Friends,, i want to download a pdf file from any server since i have url of a pdf file then i convert it in html format. i am working in PHP and enviorment is linux. Pleas help me for this script i am much upset due to this With …

Member Avatar for Usayd
0
429
Member Avatar for tomcruise3230

Before I purchase a MAC OS (with no windows OS) I would like to know Can a Mac open an HTML files on any browser just like in windows? Example: an ebook that is downloaded toyour computer and is in html format that you need to open with any browser …

Member Avatar for ARBEZ
0
154
Member Avatar for satforce

Hello, I really need your help in vbulletin forum .. I am owner of vbulletin forum designed for arab and it's specialised in html and php tutorial how can I highlight code like daniweb forum ?? I dom't know if administrator can help me or not but I hope !! …

Member Avatar for martin5211
0
147
Member Avatar for FC Jamison

I have a client's site uploaded to [URL="http://fjamison.freehostia.com/"]http://fjamison.freehostia.com/[/URL], but she says the menus don't work on her Mac. Does anyone have any idea as to why this is so or how to resolve this issue?

Member Avatar for FC Jamison
0
104
Member Avatar for ariesL

hi everyone, is there a way to get the HTML Table property on page_load event, here is my current situation on page_load i have my HTML table display property set to 'none' on runtime i can have its display property set to ' ', thus showing the HTML table with …

Member Avatar for ariesL
0
118
Member Avatar for php_noob

Hi guys, I'm sure you have read some of my posts the guys here really help me on many things that I asked here in the FORUM..... THANKS a lot Guys, but my problem now is how can I make my emails to be formatted of course to be more …

Member Avatar for MidiMagic
0
64
Member Avatar for woocha

I have a header to this website that I am working on and my part is due real sone. I am stuck. I am using css to display the header and it lloks like a million bucks in IE 6 but not in IE7 and especially not in FireFox. Can …

Member Avatar for MidiMagic
0
155
Member Avatar for Sycomm

Hi, Can some one tell me the method of calling an .asp file into a web page with .html extention that too without using frames. Regards

Member Avatar for oscarsierra
0
84
Member Avatar for ssar9

I have two directories under wwwroot. One shows the HTML pages the other does not. The directories are setup the same. I copied code from the one that does not work and put it into the one that does and the code does not work there either. This code worked …

0
31
Member Avatar for artee

In my asp page, I have a number of checkboxes and radio buttons. It works fine, but the users want to have a larger checkbox and radio button. So I have a class in the stylesheet called "bigcheck". The style sheet has this class as .bigcheck { height: 30px; width: …

Member Avatar for artee
0
123
Member Avatar for Barefootsanders

Hey everyone, I'm workin on a little side project and I was looking for some help. Currently I have code that will check a given directory and populate two list boxes based on id3 tag information. The first select box will be populated with artist info and the second, with …

Member Avatar for Barefootsanders
0
113
Member Avatar for rubik's cube

We are trying to create a new design for our non profit site and are having trouble with getting the content portion of our css div to expand appropriately in Firefox or Safari. Works fine in IE though. Can someone take a peek and make a recommendation? Site is at: …

Member Avatar for autocrat
0
100
Member Avatar for Cerberus

I have a navigation system with rollover effects using css. all effects are in the same gif image and depending on the state (mouse over, selected, mouse out) a different section of the image is shown. Because the image is only referred to in the css file and a reference …

Member Avatar for Cerberus
0
80
Member Avatar for MidiMagic

XHTML has removed the "name" attribute. But the JavaScript method for reading radio buttons requires the "name" attribute to be the same on each radio button. W3C says to use "id", but that no more than one "id" is valid. I need to write an XHTML page with radio buttons. …

Member Avatar for MidiMagic
0
346
Member Avatar for autocrat

Okay, may cause a minor arguement - but am dying to know what others think... Should we be using CSS to create special effects and behaviours on websites? The whole point of CSS is apparently to help seperate Content from Style... but a third piece is missing, Behaviour! Now, I …

Member Avatar for MidiMagic
0
130
Member Avatar for php_noob

Hi, Guys Good day to all of you I come in peace. I have this very weird experience in layout. I checked it in IE and its good (not in FIREFOX) well its weird because when I try to minimize the window of my browser the right panel goes down …

Member Avatar for MidiMagic
0
97
Member Avatar for cashblogs

Hello members I've always wondered why, I found an answer in bandwidth economy, but other than that, how do they expect us to do it? With padding? Any advice, comments? thanks

Member Avatar for MidiMagic
0
255
Member Avatar for EnderX

I've been working with a css file to produce a few bits of needful output formatting for some php-built reports that are designed to be printed from the web. Recently, though, on one of our systems, I had an incident where it looked as though part of the css was …

Member Avatar for MidiMagic
0
80
Member Avatar for cmills83

I have some prewritten css that I use for a bunch of sites to integrate different things, is there any kind of tool that will go through and eliminate the styles not being used? Not all of them are used by every site and I dont really have time to …

Member Avatar for cereal
0
51
Member Avatar for nkinney1

I am creating a framed page using css elements. The only problem is I am having problem linking to specific elements. I have the main body titled content and would like to link to it to from another element so the information is displayed in the body. Is there something …

Member Avatar for MidiMagic
0
76
Member Avatar for xfreyje

I'm trying to use an HTML table layout to "organize" several components, one of which is an cfgrid... but nothing shows up, the cfgrid doesn't populate. In fact, in the following example, only the first row of the HTML table is painted in the browser. here's a sample: [code] <html> …

Member Avatar for ibmwaseem
0
167

The End.