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 IamaSherpa 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: gms27
  • Order by date
  1. gms27

    Shape tweening problem

    It seems that slightly skewing the first rectangle does the trick. Anyway if someone has any other suggestions please share :)
  2. gms27

    Shape tweening problem

    Hi, Im making a shape tween from a rectangle to the same one but skewed, to create motion to a perspective. The problem is that when the tweening occurs it rotates. I have no idea how to fix this, could someone please help me? (Using Flash MX) Cheers
  3. gms27

    Text area

    thanks for pointing me in the right direction :)
  4. gms27

    Text area

    Hi there, Is there a way to make a text area uneditable in a browser? When i click on it online im able to erase / write and i dont want that. The goal is to create a scroll box because the text is enormous. I hope someone can help me :) Thanks
  5. gms27

    Here's a challenge

    thanks j4606! it works fine now ;)
  6. gms27

    Here's a challenge

    To j4606: When i enter your code an error message appears Invalid Markup -it contains a duplicate attribute- <input <input name="count" id="count" type="text" id="price" size="20"> <input name="countx" id="countx" type="text" id="price" size="20"> To BillyRayPreacherSon: Sorry...
  7. gms27

    Here's a challenge

    I there, I'm using this javascriptkit.com word counter to count words in my web site: <script language="JavaScript"> function countit(){ /*Word count script By JavaScript Kit (http://javascriptkit.com) Over 400+ free scripts here! */ var formcontent=document.wordcount.wordcount2.value...
  8. gms27

    Simple Multiply

    <input name="count" id="count" type="text" id="price" size="20"> <input name="countx" id="countx" type="text" id="price" size="20"> one thing, fireworks says there's a duplicate atribute here. I have no idea how to solve this
  9. gms27

    Simple Multiply

    lol ok... i don't know anything about javascript, i only understand Excel code... P.S. i appollogise to anyone offended by my error.
  10. gms27

    Simple Multiply

    Sure but wont that text get in the way of the code? When the web site is complete it will have a Credits page with links to the tek-tips, phpjunkiard and of course javascriptkit!. Anyway thanks j4606 ;)
  11. gms27

    Simple Multiply

    Hi there! I'm trying to make a simple process in my webpage. I have a filed that does a wordcount and delivers a number, i would like that that number would be multiplied by 0.09. heres the code: function countit(){ var formcontent=document.wordcount.wordcount2.value...
  12. gms27

    Word Count

    thanks again lebisol ;) its still counting numbers but i'll try somehow to keep them from counting. thanks again, and if u can tell me some way to multiply the result of the wordcount by 0.08 please let me know. cheers
  13. gms27

    Word Count

    No lebisol, what i'm searching for is a code that counts only words in a text area, like the code above, but the problem is that it also counts numbers...
  14. gms27

    Word Count

    oh and if you can make a code that multiplies the number of words by 0.08 and presents the result in a separate field please let me know! Thanks in advance
  15. gms27

    Word Count

    <HEAD> <SCRIPT LANGUAGE="JavaScript"> function CountWords (this_field, show_word_count, show_char_count) { if (show_word_count == null) { show_word_count = true; } if (show_char_count == null) { show_char_count = false; } var char_count = this_field.value.length; var fullStr = this_field.value...
  16. gms27

    Word Count

    I there! I need to make a text area in my web site that the visitors will use to make a word count of a text inserted by them. Can someone please help me with this?
  17. gms27

    Fix the width of a table

    it sets the width but it doesnt prevents the letters from streching it
  18. gms27

    Fix the width of a table

    sorry guys but i did what you told and it's still not working... <td width="700"> <div align="left"> <div align="left"> <pre> aaaaaaaaaaaaaaaaaaaaaaaaa this is how dreamweaver sais it should be, i also tryed both your ways abd it still didnt work...
  19. gms27

    Permanent browser message

    Thanks for the valuable information kaht. :) Isn't there a way to make a simillar thing on firefox browsers? Cheers
  20. gms27

    Permanent browser message

    thanks TamedTech! You've saved the day! ;)

Part and Inventory Search

Back
Top