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 strongm 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: *

  1. jcroft

    What are options for larger displays?

    how do you do this with Windows 2K? --only those that do not try, fail--
  2. jcroft

    how to wrap dynamic text in select box??

    Thank you, I will have to study it before I know if I have any problems or not. --only those that do not try, fail--
  3. jcroft

    how to wrap dynamic text in select box??

    I would appreciate the code... nosilleenuj@yahoo.com is the email address that I would like for you to send the code. Thanks, June --only those that do not try, fail--
  4. jcroft

    how to wrap dynamic text in select box??

    I am filling a select box with a lengthy field from an SQL database that I would like to wrap and indent beginning with first wrap...can you help me? --only those that do not try, fail--
  5. jcroft

    javascript:history.back()

    ok, maybe I didn't need the javascript forum...I thought the history.back() might be causing the problem, but thanks for the reply. --only those that do not try, fail--
  6. jcroft

    javascript:history.back()

    I have a page with submit button...OK I submit error handler below if status = "Already Ordered" then select case redisplay case vendorname = "" Response.Write "Please click 'Back' and enter Vendor Name" case vendorname = "Enter Vendor Name&quot...
  7. jcroft

    drop down arrow background color

    I found this code that might work, but I don't know enough about javascript to impliment it for a select box.... any suggestions? <TEXTAREA ID=&quot;longWord&quot; ROWS=&quot;10&quot;> Long Line Long Line Long Line Long Line Long Line Long Line Long Line Long Line Long Line Long Line Long...
  8. jcroft

    drop down arrow background color

    I can change the background color and font color of buttons and the background of select drop downs.... how do I change the color of the drop down arrow in the select box here is code to change other stuff... <style> select.Menu{ font-family: Arial...
  9. jcroft

    right click

    Thank you for your help...I am trying them out, if I have any more troubel I will ask again. JCroft --only those that do not try, fail--
  10. jcroft

    right click

    I have searched for two days...my problem is that I do not know enough about javascript to know when I have the answer.. I can capture the left click with this code... <SCRIPT Language=&quot;Javascript&quot;> function post_to_link(link_loc){  document.form1.action = link_loc...
  11. jcroft

    Disabling right-click problems

    too much drivil --only those that do not try, fail--
  12. jcroft

    How do I save files I want to download?

    this is an old thread, but it answered my problem...I am grateful for this site and the users who take helping people seriously. JC --only those that do not try, fail--
  13. jcroft

    &lt;a href=&quot;ad40800.pdf&quot; target=&quot;_blank&quot;&gt;

    <a href=&quot;ad40800.pdf&quot; target=&quot;_blank&quot;> I load pdf file with this...is there any code that will allow user to enter text into the pdf document for printing and/or emailing? Or even a work around... --only those that do not try, fail--
  14. jcroft

    Edit a PDF file??

    <a href=&quot;ad40800.pdf&quot; target=&quot;_blank&quot;> I load a pdf file with this...what code do I need to make the user able to enter text into the pdf document for printing or emailing? --only those that do not try, fail--
  15. jcroft

    email via javascript

    Not the answer I had hoped for, but thank you, none the less. Jcroft --only those that do not try, fail--
  16. jcroft

    email via javascript

    is there an email function similar to this print one to email the form that the user has filled out?? <script language=&quot;JavaScript&quot;><!-- if (window.print) document.write('<input type=&quot;button&quot; value=&quot;Print&quot; onClick=&quot;window.print()&quot;>')...
  17. jcroft

    print all data in form

    I have an ASP web form with textboxes and textareas as well as drop down boxes. I know how to print page, is there a simple way to expand and print the data in the objects? I don't necessarily want them to see the expanded version, I just want a printable one. Thanks, JC --only those that do...
  18. jcroft

    how to disable toolbars

    <a href=&quot;anypage.asp;&quot; target=&quot;_blank&quot;>Click Here</a> what is the javascript that I can add to this to make the pop up window only have the title bar? --only those that do not try, fail--
  19. jcroft

    strSQL1 =&quot;SELECT * FROM &quot;&amp; doc &amp;&quot; WHERE number=&quot; &am

    Thank you, it worked. --only those that do not try, fail--
  20. jcroft

    strSQL1 =&quot;SELECT * FROM &quot;&amp; doc &amp;&quot; WHERE number=&quot; &am

    SELECT * FROM ''cr'' WHERE number=13450 is the response from response.write for: strSQL1 = &quot;SELECT * FROM '&quot; & doc & &quot;'&quot; &&quot; WHERE number=&quot; & clng(snum) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SELECT * FROM 'cr' WHERE number=13450 is the...

Part and Inventory Search

Back
Top