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...
Cannot get javascript reset function to work in an html pge. It works in a simple test script BUT NOT in my regular page. I would attach the html, but this process does not allow.
I have a situation where I need to create a folder from my application in the file system and set its permission from the code itself.
Thanks
Ravi
Hi
I'm trying to find a way to force an entire table cell to become a hyperlink (without using a background image). I would also like it if alt text could be displayed on mouseovers
-Mike
Hi,
I am trying to add an attribute OnChange to a CheckBox control, I have tried doing this both in HTML and in the code behind like so:
<asp:CheckBox id="chkb1" runat="server" OnChange=...
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'm not even sure how to explain my problem . I'm spinning in circles trying to get our newly redesigned web pages to print in portrait mode and look ok in handhelds and print in portrait via...
Hello,
I can't seem to remember how to set the selected value on a dropdownlist for an edit page.
Here's the scenario:
The edit form has drop downs such dropdownLanguage and dropdownS...
See attached screen shot, how to create the page with the customize field. I try out few facebook application (Extended Info) it can't work in that way, please advice.
Thanks
I clicked on Insert/Media/FLV... and inserted the video to my site. I understand there are two other files that Dreamweaver creates and puts in a scripts folder that must be uploaded to serve...
I need to know how to block people using anonymous proxy servers from accessing a web site. Some sort of PHP script would be optimal. The site is primarily a vBulletin message board, but we'd...
Almost got it behaving correctly. It is sliding down automatically and then back up after about 7 seconds. But if you force a close before the setTimeout('Effect.SlideUp completes the 910x200 ...
I am trying to use a timer script that shows analert warning 1 min before time is up which i found here: http://www.experts-exchange.com/Web/Web_Languages/JavaScript/Q_21066707.html#11605965
...
I am getting the error
'Index (zero based) must be greater than or equal to zero and less than the size of the argument list'
I am tring to update any information and post it back to the s...
I have a table that I am creating dynamically through some javascript code, as seen below. Notice lines 14-18 are commented out. I want this cell to be a drop down list with data I can retr...
I'm completely new to Google Maps API but an experienced programmer. I want to make a map using the google map API which centers on my location. Then I will query my database for my friends ad...
I want to excute a given javascript("myscript") onload; No problems. I only want this script to run when the user first comes into the page. Is there a way that I can do this in the "Page...
We have a website that has articles written in several different categories (in several different directories) very similar to CNN or MSNBC. They are all written in Dreamweaver and are posted...
Hi all, does anyone know any alternatives to using to avoid the 'dissapearing border' problem when TD cells have no value. To clarify, i have an html table where data is populated from ...
I have a web page that requires input from the customer. When the customer clicks the "submit" button, I want to save the web page as a .pdf document on our server. How do I do that?
issue:
i need the simplest and the most common way to send an email upon submitting information in a form in a html page!
example:
http://www.peaceworldgroup.com/careers.htm
I need to...
----I have a php class:
class Table {
var $name, $postion;
function Table($name, $postion){
$this->name = $name;
$this->postion = $postion;
}
function getName(){
return $t...
A programmer got back to me with the following error
"HTTP Status 400 - Invalid direct reference to form login page"
I am not a web developer but an architect/designer, how can I best h...
Hi,
i am facing problem by sending mail using SMTP by below code,
********************************************************************
Set objEmail = CreateObject("CDO.Message")
objE...