I have a script that works fine in IE 6 but not in Firefox. I get the following error when debugging:
document.getElementById("routput") has no properties
Below is a small example to demonstrate
<form name="adder" method="post">
1<input type="radio" name="r1"checked section="0" value="1"...
Can anyone recommend a developement tool for ASP that provides similar fubctionality to Visiual Studio (e.g. set code breaks, monitor values assigned to variables, step through code line by line, etc). I'm not lookng for a free tools, but finding one for under a couple of hundred dollars would...
There is no code in the header, just the text "test header".
When I move the header to the same location as the script and modify the include statement as such it works fine.
<?php
include 'header.php';
?>
I have a header.php file one level above the script. When I try to include it the script runs fine and includes in the same directory are included but the header is not included. Any help would be appreciated.
Here is the code I'm using:
<?php
include '../header.php';
?>
Thanks
How can force users to sign-in using https? Is there a way to check the url to see if a customer goes to the page http://mydomain.com/signin.asp to automatically redirect the user to https://mydomain.com/signin.asp?
Any direction would be appriciated.
Thanks,
John
Thanks, but I don't think I accurately described my need. Below is a sample of the basket from my cart. The weight is dynamically generated by the cart. I'm looking to have the code automatically loop through the page upon loading and remove all the lines that give the weight.
John
Qty...
Thanks for the help. Now what do I do with this. I put it in the Body of the html and nothing happened. Is there other syntax that needs to go around it?
Sorry for the newbie qustion.
John
I use a shopping cart for my online storefront. The cart automatically displays the weight of each item, for example "Weight: 3.00 lbs. each". Does anyone have sample code that would search for and remove any string starting with "Weight" and ending with "each"?
Thanks in advance...John
I set up an email list form using Javascript. The form result are automatically email to me with the users information, this part is working fine. However, I'd also like a standard email sent to the user thanking them for joining the list, how can this be done? Any help would be greatly...
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.