Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: marybailey
  • Content: Threads
  • Order by date
  1. marybailey

    Poor ly Performing New Dell Sys - Need Pro Help

    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...
  2. marybailey

    Drop Down Menus in Flash

    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...
  3. marybailey

    WIN XP and WIN 98 NETWORKING PROBLEM

    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...
  4. marybailey

    Drop down menus in IE but not working in Netscape

    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...
  5. marybailey

    X-Browser -> Why does Netscape ignore this code?

    I picked up this code from the SuperFly site a long time back. Its supposed to &quot;genericize&quot; (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...
  6. marybailey

    What does this href say?

    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=&quot;/community/0,2659,,00.html&quot; Thanks, MrsB
  7. marybailey

    Losing spaces when more than one space in text

    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...
  8. marybailey

    Perl formatting of text not working according to plan!

    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...
  9. marybailey

    Text loses formatting. Perl or html problem?

    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...
  10. marybailey

    Text Area and Formatting Text Area Input

    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...
  11. marybailey

    Works with print statements but not without! Why?

    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...
  12. marybailey

    My html form looks like this: &lt;i

    My html form looks like this: <input type=checkbox name=active value=no> On the perl side, I do this: if ($Config{'active'} eq &quot;no&quot;) { $active=0; } else { $active=1;} Then I call this: sub return_html { if ($active == 1) { print &quot;Content-type...
  13. marybailey

    Not working! Help! email from perl script

    Does anyone know why this is not working? It takes it but I never receive the email. Thanks! sub send_mail { $friend=&quot;mrsgbailey\@yahoo.com&quot;; # Open The Mail Program open(MAIL,&quot;|$mailprog -t&quot;); print MAIL &quot;To: $friend\n&quot;; print MAIL...
  14. marybailey

    Piping file thru perl to sendmail

    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 &quot; print MAIL &quot;info I want sent\n&quot;;&quot;? Or is...
  15. marybailey

    Mass Email

    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...
  16. marybailey

    Self Site maintenance but not automatic

    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...
  17. marybailey

    Meta Tag and disappearing Web Page

    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=&quot;description&quot; content=&quot;Promoting the study and appreciation of the writings of Jane Austen&quot;> <meta name=&quot;keywords&quot...
  18. marybailey

    Sending HTML Email via Perl Script using sendmail

    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 &quot;some string&quot;; coding - but if I put html code in the string portion of the MAIL line I just...

Part and Inventory Search

Back
Top