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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by phentalmyst

  1. phentalmyst

    Quicktime Playback????

    hi all, im trying to write a very versatile media center app and i was wondering if anyone knows of an ocx or other method that would enable quicktime playback in vb. any help would be greatly appreciated! thanks! `phentalmyst
  2. phentalmyst

    Help with ASP/CDO

    hi all... im writing a mailing list and i developed a front-end where the emails can be sent out. i wrote a loop that sends out an individual email to each person on the last, as opposed to dumping all the names in the CDoObject.To parameter with commas and spaces. my question/problem is in a...
  3. phentalmyst

    comparing results from two sql database tables

    hi all, im working on an asp app that works like so: a user logs in through a simple form..and the screen the are directed to depends on if they are a user or an administrator. the usernames and passwords for the users and admins are in 2 different sql tables and i have the query string...
  4. phentalmyst

    Forms

    yo, one more efficient way to do this is to use a browser detect which will toss the size into the form fields depending on what browser the user is, uh, using. call me if you want help with the code on this: phentalmyst@bluelucy.net -pm
  5. phentalmyst

    Table Borders in Netscape

    actually, you have a few "macgyver" choices here: 1) make a big table and fill it with the color you want to use as the border color. then, place a one cell table inside it with cellspacing=1 and make this table the same size as the previous. from there, build what you need to. its...
  6. phentalmyst

    Limiting the size of a text area

    try this: <html> <head> <title></title> <script language=&quot;JavaScript&quot;> var txtAreaChars = 0; var notLimited = true; var txtMax var firstBit = &quot;&quot;; function countArea() { txtMax = document.getElementById(&quot;txtArea&quot;).innerHTML; if (txtAreaChars < 20) {...
  7. phentalmyst

    playing windows media files in netscape

    hello..im tryin to get windows media player to work properly when embedded into a html file. the files play ok, but i cant get the controls to show up, even though they still do in IE. i tried using javascript:MediaPlayer.Play() and other functions, but still, nothing worked. please help...
  8. phentalmyst

    referencing nested DIVs in netscape

    Nevermind guys, i figured it out. i didnt know netscape saw layers has having their own documents inside themselves. phew! :D
  9. phentalmyst

    referencing nested DIVs in netscape

    hello folks, im writing some code that references a nested div, and the app works fine in IE, but netscape doesnt find the layer. here's my code: <html> <head> <title>New Page 1</title> <script language=&quot;javascript&quot;> <!-- var timer = 0 function loopUp(){ timer =...
  10. phentalmyst

    counting text in table cells

    hi folks, i have a table cell that im wanting to keep track of the innerText of, and the code i wrote isnt working properly. i dont think im referencing the text accurately and havent been able to find the solution. here's my code: <html> <head> <title>New Page 1</title> <script...
  11. phentalmyst

    more than 255 characters in access?

    hi folks, im writing a database application and am wondering why its not possible to have more than 255 text characters in an entry. i really need to have a lot more. do i need to move on to a bigger database solution? any recommendations? thanks!
  12. phentalmyst

    limit characters in scrolling text box

    hey folks, i was just wondering if there's a way to limit the amount of characters in a scrolling text box. i know in a single line box u just use maxlength, but that doesnt work in a scrolling one. any help will be greatly appreciated! thanks
  13. phentalmyst

    HTML e-mails.....?

    Try programming the entire thing in MS Word and then copy/paste it into outlook. it may mess things up a bit, but you do you get the tables. pm
  14. phentalmyst

    Setting Layer Opacity

    Hey guys, I was just curious if anyone knows of a way to set a layer to have a percentage value of opacity so that some sort of dissolve can be created between an image and the background. If not, I would LOVE to see this as a future dhtml/javascript enhancement. Thanks in advance! pm
  15. phentalmyst

    Passing values to functions

    fyi: chr(34) is the equivalent of quotes in vbscript :D

Part and Inventory Search

Back
Top