I recently purchased the following:
2.4Ghz Pebtium 4 533 mhz bus
ATI Radeon 9700 PRO 128MB Video Card
256 PC1066 RDRAM
120 Gig Hard Drive
Sony Trinitron Multi Scan E540 Monitor (21") (It had the same problem when using a different monitor which eventually started on fire tho that is a...
I want to rewrite an html site I have which includes drop down menus when you mouse over menu choices. How do I do this in Flash?
Lets assume (to make it easier I think) that I have two buttons defined that each bring me to a different frame when clicked. I'd like to be able to mouse-over and...
I just replaced a desktop running 98 FE with a new desktop running Win XP pro. The old desktop was using NETBEUI in a peer to peer network with a laptop runing win 98 SE and NETBEUI. After the swap I find the dental app I use takes a lot longer to load from the desktop to the laptop and the...
I have a program at
http://www.zephyrwebservices.com/lvafv/litprog.html
I dont understand why the drop down menus work with IE but not with Netscape. Does anyone know? The code is all there - its too much to put here.
I'd appreciate any help. I've been wracking my brains on it. (BTW, the...
I picked up this code from the SuperFly site a long time back. Its supposed to "genericize" (I made this word up) DHTML using javascript to set variables to be used by either Netscape or IE. The layers are <div> definitions. It works for IE but it doesnt work for Netscape. Netscape...
I was looking around at some code and found this href assignment. Can someone tell me what each field means? I've never seen this before. I dont even know where to look it up.
href="/community/0,2659,,00.html"
Thanks,
MrsB
I want the text entered in my form to retain its original spacing.
I have 2 textareas defined in an html form among other fields. They are defined as wrap=VIRTUAL tho wrap=hard and wrap= physical did not change the results.
I put the names and values of my form into an associative array...
I want the text entered in my form to retain its original spacing and new lines. But its not!
Ok. Here goes ...
I have 2 textareas defined in an html form among other fields. They are defined as wrap=VIRTUAL tho wrap=hard and wrap= physical did not change the results.
I put the names and...
I have a form to send email. In case you are interested, its at
www.chezfrancoisrest.com/test.html
There is a text area called personal message. When my client fills in this space with text that, say, has three bullet items, some indentations, spaces, <CR>s, all the formatting is lost.
Does...
Hi All.
Couldnt find this on the site. If its old, feel free to point me in the right direction.
I have a page for a client to use to send email out to her clients. I have set up a text area (wrap=physical and tried wrap=virtual) for her to copy in text. She can type it in directly or cut and...
Okay. This code works. It changes my file and runs fine.
But (and its a BIG but) when I take the prints out it gives me a 500 error. I want to take this piece of code and use it without the prints.
Help!
Mrs B.
-------------------------------------------------------
#!/usr/local/bin/perl...
My html form looks like this:
<input type=checkbox name=active value=no>
On the perl side, I do this:
if ($Config{'active'} eq "no") {
$active=0; }
else
{ $active=1;}
Then I call this:
sub return_html {
if ($active == 1) {
print "Content-type...
Does anyone know why this is not working? It takes it but I never receive the email. Thanks!
sub send_mail {
$friend="mrsgbailey\@yahoo.com";
# Open The Mail Program
open(MAIL,"|$mailprog -t");
print MAIL "To: $friend\n";
print MAIL...
Help!
I am writing a Tell A Friend option on a website which gives the visitor the ability to forward information that is on the site such as the about us information.
1. Do I have to set it up so each line I want sent has the " print MAIL "info I want sent\n";"? Or is...
Hi.
I have a client who wants to have a registration page with email, name, and the option to list four important dates. She wants to send email to these people based on the dates they have listed.
Any ideas on how to implement this? I'd like ideas on automating it. And, I'd like to know if...
Similar but not exactly the same as Tool for Automatic Update of Page - Opinions? thread.
I have a client who wants to make frequent changes to a few of her pages. She is not techno at all.
What I'd like to do is provide her with an html interface she could run on her PC while offline (I'm not...
I put in two meta tags in my index.html as follows:
<head>
<TITLE>Jane Austen Society of North America - IL and IN</TITLE>
<meta name="description" content="Promoting the study and appreciation of the writings of Jane Austen">
<meta name="keywords"...
Does anyone know how - or know the site that will tell me how - to code, in PERL, the sending of an HTML email. Right now, I know how to do text email using sendmail - the old
print MAIL "some string";
coding - but if I put html code in the string portion of the MAIL line I just...
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.