6,574 Topics

Member Avatar for
Member Avatar for khalidmehmood

Hi Experts I am trying to develop a web application using Pl/Sql as scripting language. but i cant understand where to start and what i should implement the configuration for this purpose.

Member Avatar for Nige Ridd
0
293
Member Avatar for gilsontech

HELP! I'm going crazy!!! I'm working on a new website and in dreamweaver I put a table inside a DIV area. I'm not very good with DIV fields and tables are easy to me, but not this time for some reason. As you can see in the photo below, in …

Member Avatar for MidiMagic
0
161
Member Avatar for SAMSEIED

Hi I have no clue why I am not able to color the <p> </p> portion of this website. This code: p { Color: red;} should make all paragrahps red color, but I have no clue why it does not work Here is the entire code below: [code=HTML]<!DOCTYPE html PUBLIC …

Member Avatar for MidiMagic
0
177
Member Avatar for schumaj
Member Avatar for andymonk
0
220
Member Avatar for jeet_portal

Hi Expert, when i m accessing a .shtml file from my apache server, I got this Error."You don't have permission to access /test/link.shtml on this server.: 403 Forbidden" on windows O.S Pls tell me the Procedure to solve this Error.. Thnx in Advance

Member Avatar for jeet_portal
0
124
Member Avatar for dskumar_85

hai friends , i want to give my page very attractive so i want to create or insert a stylesheet in my web page , i don't know that , if any one know's that plz give a css code and procedure to create and insert the css , thank's …

Member Avatar for Confused007
0
115
Member Avatar for dbdesigner_2008

Hi I was wondering how to I could repeat a section of xhtml code for each record retrieved from the database. Ie after executing I should have a list of products adhering to the following template [code=html]<div> <div> <img src=""/></div> <div><a href="#">productname</a> </div>[/code] I don't like using tables for layout.

0
59
Member Avatar for blufab

I am making dynamic changes to my current page's DOM with javascript, and would like to visually inspect the code that was rendered. Is there a easy way to do this? Off the top of my head I was thinking i would have to transverse the DOM and output all …

Member Avatar for swingingstars
0
75
Member Avatar for CaffeineCoder

OK, this should be easy (in theory) but I'm having issues with the java applet showing up in the HTML. The applet works when I run it within the IDE, but when I try to run the applet, a message in the bottom left of the applet window says that …

Member Avatar for CaffeineCoder
0
122
Member Avatar for kenm26

Hello, I have a problem pulling external vbscript into an html template. I have various .vbs files written in vbscript, in a function library. Each .vbs file contains many functions that do a variety of things. Every function is documented with the following format; 'Function Name ''Purpose 'Date 'Author etc... …

Member Avatar for ndeniche
0
52
Member Avatar for loboman

April 13, 2008 I have a web-site that is a Google Map mash-up and I place my markers by listing them in the body right after the map loads (in a load function). I convert my data from a spreadsheet to xml and then use a program to write the …

Member Avatar for ~s.o.s~
0
121
Member Avatar for kevin wood

does anyone no if it is possible to convert a php/mysql page into a html page? if it is would it be possible for you to point me in the right direction as i have no joy searching the net.

Member Avatar for kevin wood
0
104
Member Avatar for Tom Tolleson

Hello, I'm familiar with the ability to create borders and boxes in CSS, but I have a client that has requested diagonal rule to cross through table cells. That is, no matter the dimensions of the table cell, it would contain an X of a specified color. Any advice on …

Member Avatar for autocrat
0
171
Member Avatar for izzi81

I'm hoping someone can give me a bit of advice. I've been making websites as a hobby for about 10 years now, I taught myself what to do with a book from the library. Of course things have moved on in 10 years, and recently I've been trying to get …

Member Avatar for MattEvans
0
93
Member Avatar for gilbo

I've moved from a CDONTS script that sent a email as a receipt for an order taht was made from an asp page With CDOSYS the .createMHTMLbody allows me to reference an HTML page only. When trying to send the asp page nothing happens. I've tried [code=asp]<% sch = "http://schemas.microsoft.com/cdo/configuration/" …

0
73
Member Avatar for cancer10

Hello All, I am stuck with some problem. I have implemented some CSS in my webpage, it works fine with IE but the saddest part is that it is not supported by Firefox. Any ideas how to make it work with Firefox and other browsers (which currently does not support …

Member Avatar for MidiMagic
0
106
Member Avatar for paullorentzen

I'm trying to get expanding tables to work using only css and am having trouble with Safari. The code below presents a 2 row table with the second row hidden until hovering the first row. All works fine in FireFox but Safari 2.0.4 Mac increases the height of the table …

0
50
Member Avatar for muguus

How do i go about creating pop down menus in HTML?and how can i arrange text on differrnt layers with in the same page when am using HTML?thanks.

Member Avatar for darfayaz
0
58
Member Avatar for jameswoodhouse

i have created a website using HTML and CSS, i made this using dreamweaver and a template that i found online. I have the main homepage file called: index.htm then i have all of my website pages stored in folders eg Contact Us folder > Contains > contact.htm About Us …

Member Avatar for jameswoodhouse
0
111
Member Avatar for aamirbabar

Hi: Hello everybody: I need to parse the form field, say Description. I want to disallow all the html tags but anchor text. Basically i need a pattern that will match 0-9 a-zA-Zm -, _, @ and anchor text (can be multiple occurance). So if the text in description form …

0
65
Member Avatar for vedmack

Hi i got a jsp page which uses an external .js file and also some internal javascript too... the problem is that none of the functions that inside the external .js file are recognized inside the jsp. But... if i copy the source code of the jsp into an html …

0
74
Member Avatar for Geonith

how would i go about doing this? I have several html forms that i have made php scripts to insert the data into mysql databases. What I have gotten it to do so far, is give me a blank page with confirmation messages saying the it connected to the database …

Member Avatar for sDJh
0
85
Member Avatar for trangcoi2101

menus.html [CODE]<html> <head> <title>CSS Flyout menus</title> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> <link rel="stylesheet" type="text/css" href="menus.css" /> </head> <body> <ul id="nav"> <li><a href="#">Starters</a> <ul> <li><a href="">Fish</a></li> <li><a href="">Fruit</a></li> <li><a href="">Soups</a></li> </ul> </li> <li><a href="#">Main courses</a> <ul> <li><a href="">Meat</a></li> <li><a href="">Fish</a></li> <li><a href="">Vegetarian</a></li> </ul> </li> <li><a href="#">Desserts</a> <ul> <li><a href="">Fruit</a></li> <li><a href="">Puddings</a></li> …

Member Avatar for autocrat
0
84
Member Avatar for az_master

guys i need some help on inserting images in css,particularly background images.

Member Avatar for autocrat
0
102
Member Avatar for HypeAWE

Hello. My problem is simple, yet it's complicated. When I try to link somewheres that out of my site, I can't. The code in the index.html file is correct, but yet whenever I link somewhere it adds the url of my board to the link, so lets say my board …

Member Avatar for buddylee17
0
85
Member Avatar for justinmyoung

I've searched through the forum, but I couldn't find an answer. How do you display a result within HTML? Such as: [CODE=php]$query = "SELECT * FROM customers WHERE job_number='$jobnumber'"; $result = mysql_query($query); while ($row = mysql_fetch_array($result)){ echo $row['first_name']; echo $row['last_name'];[/CODE] Thanks in advance.

Member Avatar for effu
0
1K
Member Avatar for lydia21

when i click login button it's not redirecting to another php page.it's showing error on page. my code is below. [CODE] <html> <head> function win() { var a=document.getElementById('myusername'); var b=document.getElementById('mypassword'); var temp=a.value; var temp1=b.value; window.opener.top.location.href="http://www.careerglitters.com/web_login1.php?vars=" + temp + "&varr=" +temp1; self.close(); } </head> <body> <form> <input type="text" name="myusername" style="width: 10em;"> …

Member Avatar for phper
0
69
Member Avatar for Barefootsanders

Hey all, I'm trying to make a small menu popup via CSS. On rollover, the link should display another set of links below the link that the mouse is hovering on. The code Below works in FF but not in IE. Could someone help out? Thanks. [CODE]style.css .navigation { margin: …

Member Avatar for Barefootsanders
0
148
Member Avatar for knight fyre

I'm using javascript to display text with a sidebar. It works fine in FF 2.0.0.13 but in IE 6 the links do not work and nothing is displayed. Could someone tell me how to solve this problem? [URL="http://knight.110mb.com/ebook_section.htm"]webpage[/URL]

Member Avatar for DangerDev
0
225
Member Avatar for sfadelta

I am new to CSS layouts, so this is probably a really dumb question. I know this is a common problem, but for some reason I cannot find the simple code to fix it: When using a one column fixed layout with header and footer, I have a blank space …

Member Avatar for kavithakesav
0
113

The End.