Hello,
Can anyone see why this piece of code is not working. Sometimes the page looks as if it is posting the data but nothing appears in the table "request" and then there are other times when i get "Notice: Undefined index: id"
Any suggestions??
<?
if(isset($_POST['post'])) {
$name =...
Hello all,
I am having a problem with the below script and im not sure why.
The error message that I am getting is:
Notice: Undefined variable: request_method in C:\Program Files\Apache Group\Apache2\htdocs\fns\login.php on line 49
However this code is working fine on a hosted site and not...
Hi folks,
Hope you can help me on this.
What I am trying to find out is if it is possible to get an NT username through javascript.
The codeing that I have found so far does not seem to work.
The code that i have is:
<script language="javascript">
function getdata()
{
var username =...
Hi Folks,
I need some help with some thing that is probably quite basic!
I have a page that contains images. On another page I have details that relate to each of those images. What I want to do is when I click on an image I want to open the details page and get it to go to a particular point...
Hi Guys,
Can some one tell me how to convert an Integer to a String.
Basically i used the parseInt() command to convert a string to an integer so that I could add a value to it and I now need to change it back to a string so that I can use it as a 'select' option value.
Thanks
Martin
Hi Guys,
I have asked this question in the PHP forum and been directed here.
I am trying to find out if it is possible to change a line of html code in another webpage by clicking a button.
Basically I want to change a value on index.htm when i cilck a button on admin.htm
The value that I...
Hi Guys,
I am trying to find out if it is possible to change a line of html code in another webpage by clicking a button.
Basically I want to change a value on index.htm when i cilck a button on admin.htm
Is this possible? If so can someone please point me in the right direction.
Thanks
Martin
Hi Folks,
I have a problem with the section of code below.
The function populate works fine but the function populate2 generates the error 'length is null or not an object'
Any ideas on why this is happening??
function populate()
{
var box = document.forms[0].first;
var number =...
Hi Folks,
I have been working on getting a small bug sorted on my site an I am having some troubles.
What I am trying to do is, if someone presses enter in a textbox I want it to perform an action, like open another page.
The function code is:
<script language="JavaScript"><!--
function...
Hi all,
I have a textbox in on one of my pages and I have a small problem. If anyone goes to that page and types something in to the text box and then press's enter the page resets.
Is there anyway that I can get it so that if enter is pressed in the text box then it does an action like open...
Hi Folks,
I am looking at designing a web form that captures data and then emails me the data in a csv file.
1. Is this possible?
2. If it is then are there any good articles on how to do it?
The site will be hosted on a Microsoft 2000 server so if I have not posted this in the right forum...
Hi Folks,
I am looking at designing a web form that captures data and then emails me the data in a csv file.
1. Is this possible?
2. If it is then are there any good articles on how to do it?
Many thanks.
Is it possible for a form to create a CSV file from the data it has collected and email it to a designated email address??
The emailing part aint a problem but I can seem to find any articles on getting a form to create a CSV file.
If any one can point me in the direction of some useful...
Can anyone help me with this 'If then else' statement.
I want to check that a folder exists and if it does then it opens that folder in a new window and if it doesn't exist then I want it to open an error page in the current window.
if (this.form.url.value exists) then window.open(...
Can anyone help me with this 'If then else' statement.
I want to check that a folder exists and if it does then it opens that folder in a new window and if it doesn't exist then I want it to open an error page in the current window.
if (this.form.url.value exists) then window.open(...
Does anyone know how I would get javascript to list the contents of a system folder as hyperlinks on a page??
This needs to be done without ASP as it is for a local intranet and it does not support ASP.
Any help or pointers would be greatly appreciated.
Cheers
I am using the following code to get a variable from a text box to a url:
<input type="button" onclick="document.location = this.form.url.value;" value="Login">
The problem that I have is that I would like the target link to open in a new window as at the moment it opens up into a frame.
Any...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.