hi Dan,
the style property i have applied for menu one is within the div tag:
<div id="menu1" style="visibility:hidden;">
<i>If you selected "Yes", please answer the following questions:</i><br /><br />
<b>What year were you notified?</b><br /><input...
hello all,
i am having a problem where the input box will not show within a div tag when i am trying to view it in netscape 4.7.
i am creating a show/hide function, which works fine, but it only shows the text within the div rather than the input box.
anyone know why this would happen?
here...
hello,
i am creating a form where i don't want the user to be able to modify the value that appears in the text box (because this value is automatically created by a calculation script i am using).
i have tried several methods that disable any clicking in the textbox and disable selecting the...
thanks for your replies everyone :)
it's strange because when i pass the array through the URL, the page that prints the array prints the correct amount of values stored in the array. but instead of priniting out what those values are, it only prints out:
Array
Array
Array
(it's correct that...
i have a question:
i want to create a page where a certain message appears while the page is loading and this message changed once the page has loaded.
is this possible to do? where would i start with this?
thanks all!
karren
ok, i guess the essence of my question is:
how do you send plain text emails without html formatting, while preserving the line breaks, so the email text doesn't appear as one huge paragraph?
thanks!
karren
hi everyone,
i have an issue with emails being sent from a form, using the php mail() function.
the code i'm using automatically inserts link breaks and converts urls to links in the email body (which is written in a textarea) that is being sent out.
however, some people who receive the email...
i got it to work with the following code:
<?php
$subject = $HTTP_POST_VARS["subject"];
$subject = stripslashes($subject);
$content_1 = $HTTP_POST_VARS["content_1"];
$content_1 = htmlentities($content_1, ENT_QUOTES);
$content_1 = stripslashes($content_1);
$content_1 = "<font...
thanks for the very fast responses!!
i understand a bit better how it all works.
do you know whether there is some type of php function that could pause the execution time of my script and then continue on after a few seconds?
i was reading something about a function called sleep(), but i...
hello everyone,
i have created a mailing list tool that sends out mass emails to email addresses that are pulled out from a mysql database.
the problem is that there are over 1000 email addresses that it loops through and the script seems to time out after sending to the first 200 users or so...
hey all,
i was wondering if it's possible to bypass the printer dialogue screen and automatically print an html page using the window.print() function (or any other javascript functions)?
hello all,
i am trying to make a very simple show/hide menu where some content is shown or hidden by clicking. i've got the show/hide piece to work, but i cannot get the image to swap from plus to minus when the user clicks on the plus image to expand the menu.
here is my javascript code...
hi dave,
thanks so much for your reply, but both your suggestions didn't seem to work. the div with the textbox i wanna show when the user clicks on the "Left practice" checkbox still does not appear. i do not get any javascript errors but the div remains hidden. i'm not sure what i am doing...
hi there,
i am trying to get a checkbox to show an input box when it is clicked on but i can't get it to work. here is the code i have so far:
<script type="text/javascript">
function showhide2(thismenu)
{
if(document.forms[0].ChangeInPracticeOther.value=='Left practice')
{...
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.