6,574 Topics
![]() | |
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. | |
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 … | |
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 … | |
Could anyone point me to a good place to learn CSS. Thanks | |
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 | |
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 … | |
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. | |
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 … | |
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 … | |
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... … | |
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 … | |
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. | |
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 … | |
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 … | |
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/" … | |
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 … | |
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 … | |
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. | |
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 … | |
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 … | |
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 … | |
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 … | |
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> … | |
guys i need some help on inserting images in css,particularly background images. | |
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 … | |
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. | |
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;"> … | |
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: … | |
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] | |
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 … |
The End.