6,557 Topics

Member Avatar for
Member Avatar for CornerAnalyst

I need to be able to perform the creation of HTML controls (i.e. Tables, form controls) from inside of a DLL in vb.Net I have searched Goggle far and wide for what Import statement references the HTML objects. Imports System.Web doesn't do it. I would like to do something like: …

Member Avatar for CornerAnalyst
0
113
Member Avatar for SirDorius

I'm trying to get some HTML code from a page. The only way to do this that I know of is [CODE=javascript]document.getElementById('id').innerHTML = 'newhtml';[/CODE] But the problem is that the page is taken from the web and it has no IDs to get and I can't modify it by putting …

Member Avatar for SirDorius
0
153
Member Avatar for dadelsen

The following script function "btnRunScript_onclick" works as long as it does not access the HTML control "txtMessage". If it does, "Page Error" is shown in the statusbar of Internet Explorer (6). Knows anybody why? Thank you. [code] <%@ Page Language="vb" AutoEventWireup="false" Codebehind="GuessingGame.aspx.vb" Inherits="Ch07Le04.GuessingGame"%> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> …

Member Avatar for dadelsen
0
399
Member Avatar for binder

Could someone please help me with HTML code to embed Flash player in our web pages. [url]www.ldicn.org.uk[/url] I have very successfully downloaded the code for windows media player but flast player html doesn't seems to be working. [url]http://www.ldicn.org.uk/doc.asp?catid=275&docid=1310[/url] please help!

Member Avatar for binder
0
128
Member Avatar for Andrew_b

I was wondering this because my site is still in design, and i will most likely have more pages than what i plan. So i was thinking, maybe where my navbar is, i could link it to a "links.html" file and instead of having to update all my pages, i …

Member Avatar for Andrew_b
0
64
Member Avatar for mmann

Hi, Need a little help with the subject field of a form (using Yahoo webhosting). I am currently using [code] <input type="hidden" name="subject" value="Form"> [/code] and it works just fine but I would like to add a two field values that the user has previously entered into the subject line. …

Member Avatar for Andrew_b
0
86
Member Avatar for Metalsiege

I've been working on a template using CSS, but I can't get the right side bar to line up flush like the left side bar is. It's driving me up the walls because I've been trying to mess with the right side bar's margins to fix it, but if I …

Member Avatar for Metalsiege
0
136
Member Avatar for MoazMM

Hello Everyone Im a begginer in HTML and I have to make a Quiz page. and when the visitor finish from choosing the questions and clicking on " finish", the results & the grades will appear in the " Result's page " . I want something very simple. And I …

Member Avatar for somashekar
0
124
Member Avatar for thosecars82

Hello there I do not know what I am doing wrong but I do not get to center this site [url]www.metatradersoftware.com[/url] completely. Although it has moved a bit to the right side since I put the wrapper, it is still staying quite on the left part of the screen. The …

Member Avatar for MidiMagic
0
127
Member Avatar for sreein1986

Hi, I created one website but in that website in that site i make a link and applied style sheet but in browser style sheet not appered please help me

Member Avatar for MidiMagic
0
117
Member Avatar for bigixman

Why in this page ( [URL="http://nap-sa.ro/html"]http://nap-sa.ro/html[/URL]) , using IE6, some divs don`t look ok?(In IE7 and Firefox they are displaying correctly!)

Member Avatar for MidiMagic
0
80
Member Avatar for justinmyoung

Hi I'm having trouble with a simple html form. I'm trying to have the input box read a simple message, such as "enter ticket number here", and allow the user to click anywhere within the input box to clear the message and begin entering their number. The two problems I'm …

Member Avatar for justinmyoung
0
85
Member Avatar for kained

I have a problem with my CSS somewhere. Basicly if i have too much writing in the content div the wording goes under my purple borders rather then moving the borders down to compensate. What have i done wrong? Fairly sure it will be something very obvious! [code=css]body { text-align: …

Member Avatar for kained
0
144
Member Avatar for sreein1986

Hi freinds please check all below website for CSS style sheet and HTML tag those website are all very useful tutorials [COLOR="Red"][B]Cascading Style Sheets (CSS)[/B][/COLOR] [url]http://www.mandarindesign.com/style.html[/url] [url]http://www.positioniseverything.net/[/url] [url]http://www.meyerweb.com/eric/css/[/url] [url]http://www.bobbyvandersluis.com/main/linkLibrary.php[/url] [url]http://www.thefixor.com/code_css_01.php[/url] [url]http://www.alvit.de/web-dev/index.html[/url] [url]http://www.alistapart.com[/url] [url]http://www.zeldman.com[/url] [url]http://www.w3schools.com/[/url] [url]http://www.westciv.com/style_master/[/url] [url]http://www.htmlhelp.com/reference/css/[/url] [url]http://www.thenoodleincident.com/tutorials/css/[/url] [url]http://cssvault.com/[/url] [url]http://www.stylegala.com/features/css-reference/[/url] [url]http://icant.co.uk/csstablegallery/index.php[/url] [url]http://www.echoecho.com/css.htm[/url] [url]http://css.maxdesign.com.au/[/url] [url]http://www.simplebits.com/publications/tips/[/url] [url]http://nemesis1.f2o.org/links.php?screen=2[/url] [url]http://www.htmldog.com/[/url] [url]http://glish.com/css/[/url] [COLOR="red"][B]Resources[/B][/COLOR] [url]http://www.alvit.de/handbook/[/url] [COLOR="red"][B]Java Script/Dhtml[/B][/COLOR] …

Member Avatar for gremlinsrus
0
79
Member Avatar for funtoosh

I'm implementing a java code for drawing lines using applets in netbeans using javaapplication 11 package.the java code is in src folder and .class and html files are in build folder at their appropriate positions.... It is giving Error:-- `java.lang.NoClassDefFoundError: DrawingLines (wrong name: javaapplication11/DrawingLines)` on Java Console. the code is …

0
54
Member Avatar for tecktalk

For as long as I've been validating web pages, I never realized that the closing </head> tag was optional in HTML. I feel as if I've missed the boat at times. While I'm all for trimming excess code, I just cannot for the life of me strip out closing tags …

Member Avatar for sreein1986
0
96
Member Avatar for sheetaljain

Hi cud anyone tell me how to pass values to html table from datatable.i am using vb.net and framework 1.1 thanks in advance

0
61
Member Avatar for w33n
Member Avatar for Scruffstone

Hi All, I'm new here so apologies if there's something not quite done right in my first post on here. I'm fairly new to Perl but this is the first bit I've tried to write at home on my own. I want to have a .pl file that runs in …

Member Avatar for Scruffstone
0
141
Member Avatar for pranav_jog

how to link css stylesheet file which is stored in database in asp.net please give me complete example

Member Avatar for pranav_jog
0
116
Member Avatar for reen.blom

I have just started learning CSS for layout ( been taught to use tables, and did...:-S). Now I am really struggling to apply the theory on a practical project. I need to remake my wesite into CSS, and am really struggling with how to go around layout! The site is …

Member Avatar for reen.blom
0
142
Member Avatar for Ene Uran

What Windows Vista program runs the Compiled HTML Help Files (.chm)? Under properties only a meaningless descriptor shows up.

Member Avatar for Ene Uran
0
242
Member Avatar for OmniX

I saw the post below about a hover menu, wasnt sure if he wanted a vertical or horzonital one. I require a horzonital one. Can anyone help me? THanks, Regards X Note: Yes I need it compliant with firefox and internet explorer

Member Avatar for macneato
0
73
Member Avatar for sal21

After i click on "Area Clienti" appear the tipical autenticatin box (see image) How to insert in user box the value of my_var = user, and in password box the value of my_password=mypassword and after check "save pasword..." and click on ok button????? naturally in VB or VBA code here …

Member Avatar for sal21
0
90
Member Avatar for allhimachal.com

[CODE] <html> <head> <style type="text/css"> #coolmenu{ border: 1px solid black; width: 170px; background-color: #E6E6E6; } #coolmenu a{ font: bold 13px Verdana; padding: 2px; padding-left: 4px; display: block; width: 100%; color: black; text-decoration: none; border-bottom: 1px solid black; } html>body #coolmenu a{ /*Non IE rule*/ width: auto; } #coolmenu a:hover{ background-color: …

Member Avatar for macneato
0
132
Member Avatar for Techbee

Hello Guys Can you please help me, I'm getting an error message: [COLOR="Red"]Element 'html' cannot be nested within element 'div'.[/COLOR] I have been trying for a long time to fix this problem. One of the solutions I tried was to delete that linr completely but nothing was being returned upon …

Member Avatar for komodo891
0
1K
Member Avatar for texaskraut

Hi everyone, I do not know what I am looking at .... [url]http://mymatmaker.com/Pricing.html[/url] the drop down menus are the problem. 1st .... the single mats: if I make an order and then continue shopping all my quantities are gone, makes me think I lost my present order. Then if I …

Member Avatar for peter_budo
0
85
Member Avatar for Inny

Im using A css rule selection script to change background images. It works but theres an annoying problem. when the user sets the image they want, its changed instantly (dynamically written to the existing stylesheet), however when you reload the page the default background image is shown (the one actually …

0
57
Member Avatar for cmgdev

Greetings! I am trying to create a simple landing page using some css. I have referenced every book I have and cannot find out what I am doing wrong (probably a few things). Would you please take a quick peek at the landing page at [URL="http://www.grabzool.com/breezair"]http://www.grabzool.com/breezair[/URL] in IE and Firefox. …

Member Avatar for MidiMagic
0
90
Member Avatar for Audrea16

Dear all, First of all, apologize me for asking you this very dumb question. i am totally newcomer to javascripts and have no prior knowledge on it at all. but i am keen to learn. This is my problem : i have created my external javascripts named image.js and save …

Member Avatar for MidiMagic
0
96

The End.