Is it possible to centre a table vertically in HTML code?
If not, is there another way to setter my page vertically?
Hello,
I've just set up a website using PHP, with an application called Mantis. THis all works. The only trouble i've got is setting up the email functionality (i've never done this before...
Hi Gurus,
Dear I have just started .net asp 2.0 with Web Developer Express edition no previous background of .net.
I have a table accessories with 10 columns in it and I am show only two...
I've written a little online page editor using an IFRAME in designMode. All works well except 1 thing that keeps bugging me.
When typing in the frame, upon pressing Enter, the IFRAME creat...
Hello Experts,
I am new to PHP and I am using it to code a website using Wordpress as the CMS. At the moment, each page has a different title which is displayed just beneath the menu. I ...
Hey All!
We currently have a streaming Media server that streams audio, video, flash files, and program executables on our Intranet. All of the file formats I've mentioned are wrapped in an...
A process serving application pool 'DefaultAppPool' terminated unexpectedly
I would like to add a remote desktop connection to my website, which works now, if I put the IP address of the server in the box. I dont want to reveal the IP address, so is it possible, that ...
My issue comes in 2 parts. The most immediate need I have is a targeted crawl of one particular site (as part of a demo application). So, I don't envision it to be too difficult. My second, le...
In a .hta application with VBScript, how do I specify or immediately change the size of the main (and only) window? In this app I present a radio button list of 4 options to select, then perf...
I have a span of text that I need to split into separate lines.
There are some intentional BR tags, but there are also new line characters if the text is so long the code wraps.
Curren...
Hi there!
I've put a voting system on my webpage. Everything seems to be OK. I've started today with the first poll and people come and vote as expected. The problem arises when someone tri...
Hi everyone:
I created a web site for a small company and I want to put this site into all the search engines: How do I do that?
I have stand alone app and am trying to retrieve the computer name in order to use in the creation of a text file name. Can someone tell me why this code gives me the error "WScript not defin...
Well, since i cant prevent user from see my source code, but can i prevent user from save it... i mean File-> Save As.
because i ever visit a web site that i cant File -> Save As.
like Yah...
i have a web application that is is not secured but when the user get to the credit card form page i need to secure it (http to https) when i redirect the link starting https://------- the s...
I need to populate a textbox with the clients timezone. This is in a C# web application
How can I hide php extension from my files, So for example requesting "page?a=1" will equal to requesting "page.php?a=1"
I can make apache handler for any extension so it opens it as php file...
Hi, I'm wondering is there any way to "import" a html file into another html file without using frame or iframe?
I know this can be achieved by converting the html to be imported into a Jav...
I am having a problem: I want to be able to Upload a file AND email the fields with the uploaded file as an attachement using the same form.
Only I can't do both because I get this error when...
My website uses ASP and a VB5 DLL accessing SQL databases. I have moved to new servers and now have a problem with dllhost pegging the CPU at 100% on the webserver computer. The SQL server com...
hi all,
i have a problem in date format i am using date like below .
<%java.util.Date date = new java.util.Date();%>
i am inserting date into a table and its storing like this
insert i...
Hello,
I have a menu on the left side which is in a div tag, wondering how I can have the div tag move up or down the page as people scroll.
So I want the menu to constantly stay in the sa...
How do I redirect visitors to a web site by their source IP address. I want to be able to send users local to the network to one web page, and anyone outside of the company to a different web ...
I have a form in PHP that will submit $_POST to a script for processing. Right now I have a confirmation box (javascript) that pops up when the 'submit' button is clicked asking 'Are you sure...