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 FollowThePeacemakers

  1. FollowThePeacemakers

    WRITE ME A SCRIPT PLEASE !!!!

    Anyone?
  2. FollowThePeacemakers

    WRITE ME A SCRIPT PLEASE !!!!

    (bumpin' this thread back up...need help) :-)
  3. FollowThePeacemakers

    WRITE ME A SCRIPT PLEASE !!!!

    Check out this WYSIWYG text formatting editor I found! http://216.122.210.28/test/formatting_test.asp I replicated it at the above URL for testing (so test away). My problem is that I can't seem to receive any data on the next page after clicking "Post!". Go ahead and try. Any help...
  4. FollowThePeacemakers

    WRITE ME A SCRIPT PLEASE !!!!

    vituz (or anyone else who knows), The code works great! THANK YOU! Maybe I should leave well enough alone :-) but is there any way for the textarea field to be WYSIWYG?
  5. FollowThePeacemakers

    WRITE ME A SCRIPT PLEASE !!!!

    Know anyting about the [] and [/] problem? ...(above) Thanks in advance!
  6. FollowThePeacemakers

    WRITE ME A SCRIPT PLEASE !!!!

    christianbecker and Rothdavid, I hope someone can help you out with Mac compatibility. Rothdavid, sorry I had so many questions in your thread.
  7. FollowThePeacemakers

    WRITE ME A SCRIPT PLEASE !!!!

    Yes, I found that out. Check out the code ...(also, some questions below) <% my_thing = Request.Form(&quot;txtar&quot;) function myreplace() my_thing = Replace(my_thing, &quot;[]&quot;, &quot;&quot;) my_thing = Replace(my_thing, &quot;[/]&quot;, &quot;&quot;) my_thing = Replace(my_thing...
  8. FollowThePeacemakers

    WRITE ME A SCRIPT PLEASE !!!!

    In the myreplace() function, do I just keep making Replaces for the rest of the formatting options, too? i.e.: to <i> to </i> to <u> to </u> ...and so on and so on? Any idea how it would be done with the colors?
  9. FollowThePeacemakers

    WRITE ME A SCRIPT PLEASE !!!!

    Dave, thanks for your quick response. The FAQ is just what I needed and it works great! As for vituz's code for formatting text, when I set up the receiving page, Response.write literally writes verbatim test and not the desired results. Any ideas on what to put on the receiving page? Hopefully...
  10. FollowThePeacemakers

    WRITE ME A SCRIPT PLEASE !!!!

    Vituz's post is nice and I can use that code too! Does anyone know anything similar that will allow users to create their own links? Like the user specifying the <a> URL and link text separately as in <a href=&quot;http://www.blah-blah.com&quot;>Click Here</a> ... Perhaps if they could specify...
  11. FollowThePeacemakers

    if/then between 2 form fields

    A two parter... PART 1: Damian13 - Thank you for finding it! And thank you to whomever wrote it! It's exactly what I was looking for! But now in the function zzz(), how do I get the address field to just go ahead and submit with the rest of the form instead of the test alerts 1 or 2? ...See...
  12. FollowThePeacemakers

    if/then between 2 form fields

    I apologize for my newbie-ness but I need help writing an easy script. Hope this isn't too much of a faux pas. I have two &quot;email&quot; textarea fields in a form. In order, the first field is named &quot;EmailAddress&quot; (required) and the second is &quot;ContactEmail&quot; (we're using...
  13. FollowThePeacemakers

    Somehow I lost my &quot;desktop&quot; button in taskbar

    I found &quot;Show Desktop.scf&quot; but it's associated with &quot;SimTown Sounds&quot; and when I click on it, it does nothing (my son wanted Sim Town installed the other day). What should &quot;Show Desktop.scf&quot; be associated with? Thanks for your help.
  14. FollowThePeacemakers

    Somehow I lost my &quot;desktop&quot; button in taskbar

    I tried both of what you suggested. Still no change.
  15. FollowThePeacemakers

    Somehow I lost my &quot;desktop&quot; button in taskbar

    I tried that. Quick Launch is already checked.

Part and Inventory Search

Back
Top