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

    A4 size

    Hi. Is there a way to find out the size(in pixels or anything else) of an A4 page. Is there a property in Javascript or a function??? Pls help. Thx.
  2. Suppy

    regular expressions search in a string

    Hello. I have a problem. I want to check if a string contains letters(it may contains numbers or other caracters).I want to remove the letters from the string. I don't know how to do it. I don't want to use "instr()" because i have to right many times the same thing and it is not very...
  3. Suppy

    Need a calendar

    Hy guys. I need a calendar script for my application and i don't know how to create it. It must be like the ones that are in subscribing forms: Month:text box Day :tex box Year:textbox. I want to pick the date i want like an email submitting.
  4. Suppy

    Regular Expressions syntax question

    Thank you very much for your help,jeff. It works just fine. I had a script from a friend but it was to big and i couldn't use it. Regards,Suppy. PS: by the way you deserve a star. here it is
  5. Suppy

    Regular Expressions syntax question

    Hy. I am a rookie in Javascript and i need your help. I need a regular expression line to do the following: i have a string like :" one thing " and i need a regular expression to transform it in "onething" In other words triming wihtout any spaces in front, between or behind...
  6. Suppy

    string question

    ok thanks anyway. but i have one more question. how do i use your function? is it correct this way var x=trim("some thing") response.write(x) on my screen will apear "something" in one word not in two
  7. Suppy

    string question

    Thank you for sending me the script.I am a rookie in Javascript but i want to learn. But a friend of mine told me somthing about regular expessions. Is it possible to write all the code that you gave me in one line with regular expressions? Thanks Suppy
  8. Suppy

    string question

    How can i create a string function that will give me the string but with out the spaces from the front or the back of the string
  9. Suppy

    Connection between windows

    Hy. I have 2 windows. The first one contains an html form (with an button input and an text input with value=&quot;&quot;) which creates the second one(with window.open). the second one contains some hrefs and a script. <script language=&quot;JavaScript&quot;> <!-- function closewindow(a) {...
  10. Suppy

    E-mail attachment problem

    Hello, I need help please. I didn't find anything on the internet and i made a email application but the attachment does not work. I do not know how to extract the path to the needed file from an html form (from <input type=&quot;file&quot; name=&quot;what ever&quot;>) i don't know how to use...
  11. Suppy

    Activex printing question - help

    Is it possible to print a document but not with the printer set default ; can i choose the printer that will execute the printing job; can i specify a path or something...
  12. Suppy

    Printing with JavaScript - problem

    Is it possible to create a script that prints a document but not with the printer set Default ? I want to specify the path to the printer that I want to do the printing job.

Part and Inventory Search

Back
Top