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 wOOdy-Soft 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 KernelTom

  1. KernelTom

    javascript help please

    Something like this should work... <!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;> <!-- START OF SCRIPT --> <!-- For more scripts visit http://www.netpedia.com --> <HTML><HEAD><TITLE>Verify Form</TITLE></HEAD> <SCRIPT LANGUAGE=&quot;javascript&quot;> function...
  2. KernelTom

    ULTRADEV

    You probably need to reference the image associated with a database record, using a content table that contains&nbsp;&nbsp;a field with the URL that points to the image file.&nbsp;&nbsp;That's the way it was done in Drumbeat.&nbsp;&nbsp;I have'nt used UltraDev but I bet it's the same principle.
  3. KernelTom

    suggestions

    Just use the mailto agent in your FORM Tag...<br><br>&lt;FORM action=&quot;mailto:<A HREF="mailto:Kligor.T@gee.whiz.com">Kligor.T@gee.whiz.com</A>&quot; method=&quot;post&quot;&gt;<br>&nbsp;...form contents...<br>&nbsp;&lt;/FORM&gt;<br>
  4. KernelTom

    Perl & CGI

    Just use the mailto agent in your form statement as follows...<br><br>&lt;FORM action=&quot;mailto:<A HREF="mailto:Kligor.T@gee.whiz.com">Kligor.T@gee.whiz.com</A>&quot; method=&quot;post&quot;&gt;<br>&nbsp;...form contents...<br>&nbsp;&lt;/FORM&gt;<br>
  5. KernelTom

    What tools do I need for web site development

    Dreamweaver would be my choice.&nbsp;&nbsp;I have used FrontPage about 8 months and only played around with the Trial version of Dreamweaver but from what I see I like it better. The code it generates is much cleaner.&nbsp;&nbsp;Frontpage can do some weird stuff with the code especially if you...
  6. KernelTom

    How do you make a page autoresize at any monitor resolution.

    While tables are an effective way to position elements on a page you must take into account when using percentages you are positioning relative to the window size and not the users monitor size.&nbsp;&nbsp;There is no way to design a page at 1024x768 and make it sqeeze into 800x600 so that you...

Part and Inventory Search

Back
Top