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!

Search results for query: *

  • Users: Suppy
  • Content: Threads
  • 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

    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...
  5. 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
  6. 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) {...
  7. 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...
  8. 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...
  9. 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