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 bkrike 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: 1234shu
  • Content: Threads
  • Order by date
  1. 1234shu

    How to make display properties behave the same on PC and Mac

    Hi, I have following thing on a web page: <tr bgcolor="#ffff88" id="shippers" style="display:none; position:absolute; z-index:auto" class="para" height="0"> </tr> What I really want is when a button is clicked, the above part will be dispalyed over the part that follows (cover the nexe part)...
  2. 1234shu

    Rich Text Editor is not working with MAC IE.

    Hi, I'm trying to get a Rich Text Editor which is working with IE on PC and MAC as well. For my case, Mac is more important. I've tested several Rich Text Editors on the web but haven't found any one that is working with IE on Mac although several claimed to be working with IE on Mac. Can...
  3. 1234shu

    How to launching Acrobat Reader outside IE

    I need to open a pdf file in Adobe Reader itself instead of inside IE. I prefer to use JavaScript or any other language to achieve this instead of change the configuration of the acrobat itself. The issue we want to deal with is on the pdf file there is a button for user to close the file. When...
  4. 1234shu

    How to mark priority in HTML email

    In Microsoft Outlook, the mail sender can mark the priority in the email. If the email is marked of high priority, the receiver will see an exclamation mark on the left side of the email on the list. My boss has requested the similar thing with our web html email system. Can anybody can give me...
  5. 1234shu

    Double varial in Compaq Pascal

    I'm working with Compaq Pascal. The problem I'm having is when assigning a value to a variable of Double type (e.g. d := 12345678.9876543, I have place D0 at the end to make it double precision (d := 12345678.9876543D0). Otherwsie it will be treated as single precision. What I want to achieve is...
  6. 1234shu

    Problem with body_as_string

    I got a problem with body_as_string. I'm using Windows 2000 and ActivePerl 5.6. The thing I want to achieve is to send a text file and rtf file as attachment in a email. I followed the example at http://perl.about.com/library/weekly/aa042302b.htm First create a email with attachment by using...

Part and Inventory Search

Back
Top