6,558 Topics
| |
Hi all, What I am trying to achieve, but have no idea how to go about it, is I want to use a template banner/navbar/ that I have created myself for all pages on my site. Is it possible to add a "include file" into my html pages so that … | |
I need to get the source code of webpage which is embeded with AJAX i.e. The web page is designed using PHP but the contents frame is designed using AJAX and the PHP pages is made to embed with this content page so we cant able to get the HTML … | |
Hi I need some help, I currently have a timer that counts down and what I would like is when the times runs out it then displays text or html (answer to question). I currenlty have the timer counting down and a seperate js show answer link that will show … | |
Hello, i would appreciate any help with css menu in ie7. I have developed the pure css menu, what is working fine with ie6 and ff, opera as well, but after comming the new ie7 i have realised, that the menu is simulating the a:hover behaviour without any htc files … | |
hello all, I am developing a website in dreamwiever 8 first time and chose jsp dynamic page. can anyone tell me how can I add CSS to my jsp page.?? i have downloaded 100s of templates from net and tried it in <link> tag but it dint work. please help … | |
CSS on a subsite not applied in FF and Chrome, works in IE Hello, I have come across a strange issue. We are running MOSS (MS Office Sharepoint Server) public sites (pulishing sites). The structure is following: www(dot)xxxxxxxx(dot)biz - CZ page - this works OK. I have a Master page … | |
Hi All, I have this requirement to do and am still scratching my head. Actually am not that comfortable with webservice but am still fighting and need some help. Here i go. I need to send xHTML content through webservice. Something like if someone calls my API he gets a … | |
Hi I am having CSS issues in my website. [url]http://tinyurl.com/kqcll2[/url] It is giving good output in FF, Chrome, Safari, Opera etc [B][COLOR="Red"]but IE is driving me nuts.[/COLOR][/B] You can see 2 major issue [COLOR="Red"]1. [/COLOR]Whole content sticks to the left side although fine in other browsers(there seems to be some … | |
Hello all, I wonder if anyone can help me i've got this page here ([url]http://www.personally-yours.co.uk/scrolls/tester.php[/url]) The problem I have with it is that it almost freezes when scrolling down to the examples on the page. The code that this runns from is in a CSS stylesheet. I have fully checked … | |
I have alot of home videos I want to put on my website, and it seems that the easiest way to do it would be to embed it onto my website using HTML script. Problem is, I have no clue how to convert in into HTML script. Could someone please … | |
Hello fellow members, I'm a beginner at html and would love to get suggestions on how to practice and learn more about html coding. Are there any useful books? Websites/resources? Any suggestions on how to start? I'm primarily interested on developing a website from scratch(or semi-scratch XD) through html. I … | |
hi, The page we have opened (e.g [url]www.daniweb.com[/url]) and after we are login in to it then after typing the address in the address bar their is a change in the url. Here we copy the address and we are giving that now then the html source what we have … | |
Hi all, I have one scenario. I have converted some pdf, ppt and doc files into html. Since they were converted from different formats they are not simple plain html files. They do contain frames and some special tags or formats. So representing them simply in the aspx pages could … | |
Hello folks, I need to create a html table dynamically, so I used HtmlTable and HtmlTableCell ... but I need to put inside a HtmlTableCell another HtmlTable object, so the structure will be: HtmlTable | ---HtmlTableRow | ---HtmlTableCell | ---HtmlTable I hope someone could help me Thanks Omar | |
U can see some links on the first page of this site [url]http://srimadbhagavatam.com/[/url] and when you'll go one link among them you find another sub link.So i have to open all links to download the pages.I wonder the first link consists of 400 pages.So it's very uneasy and time taking … | |
hello friends, i have opened an web browser in vb.net using the below code [code] Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim nullObject As System.Object = 0 Dim str As String = "" Dim nullObjStr As System.Object = str Windows.Forms.Cursor.Current = Cursors.WaitCursor Dim i … | |
I found a principal differece between the behavior of staticaly (HTML) coded object – the table row, and the same object created dynamicaly (DOM) with createElement() addChild() methodes. The folowing souce creates one HTML row and one DOM row and gives buttons to duplicate each row. [CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD … | |
am doing my class project but am stuck i want to oepn the administrator category in valid_user table is Administrator and if Normal user to open welcomepage here is the code it only open admnwelcom.html even when the catagory is Normal_user.here is the Php code [code=php]<?php // This code will … | |
hii all, i developed a shopping cart which has many features like grid view,list view and floating cart which is also dragable.now my problem is its taking to much time to load becoz of conditions and images now,i want to generate html pages of my php pages,i dont want url … | |
hi im seconds away from throwing the laptop off the wall, trying to figure out the best way to embedded the [B]auto generating photo[/B] gallery into my html website. I am using dreamweaver. I am very new at all this. What do i need to do to place it on … | |
hey guys i joined this site recently. i started learning CSS and prepared a drop down menu in css. it works fine in my office computer which has got IE-7. but when i try to edit and learn in my PC at home the whole of <LI> of the drop … | |
i have created an ol form and all its details are stored in a text file i want to display these records in the form of the table on another webpage any suggestions?? | |
Hi, I have hyperlinked texts and i want to remove the underline and blue color also. I removed underline but not the blue color i want the font to be in black?? Here is the code: [code=html]<html> <body> <A STYLE="text-decoration:none href=http://www.google.com>This is an example for automatic term mapping</A> </body> </html>[/code] … | |
Hello, I have just a regular .html page. I want to take my PHP source code from one of my PHP scripts and display that to the viewer so they can see my code on the HTML page, as if it was just regular content on a page. When I … | |
Hello Everyone, Below is the working code, that I just coded for you guys to understand in a easier way: [code=html]<html> <head> <script type="text/javascript"> function updateTotal() { var sundayTotal = Number(document.getElementById('sunday').value); var mondayTotal = Number(document.getElementById('monday').value); document.getElementById('total').value = sundayTotal + mondayTotal; } </script> </head> <body> Sunday Duration: <input type="text" id="sunday" onkeyup="updateTotal()"> … | |
I am new to web design and going to school. My teacher asked me what the differences are in using a GUI or coding in XHTML. I don't have access to any GUI applications at this time. Can anyone help me? | |
How does a CSS rule get applied without applying it? Below is code from a blank page with no links. The only CSS rules are those I have defined, and although I [I]have not applied the rules[/I], the resulting HTML reflects the application of the last rule defined. It also … | |
I'm creating an input form for users so that they can input various bits of info into a db. One of the fields is so that they can upload a file, which puts the file onto the web server and the path to it into the db. The problem is … | |
Hello All, I have created a page using VB6 dhtml.. It works fine within VB but when I try to export it to my website, the buttons wont function.. I want to now put that DHTML page on my website.. Any ideas on how to get my buttons to function … | |
Hi all, Hope someone can help me with this issue. Repeat-y is posing me problems. In general, what I am trying to do is putting the most visited pages as a sitemap in the footer part of the website. (Like the ones you see in word press run websites). However, … |
The End.