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 TouchToneTommy 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. hillbillyfritz

    I need to set a variable to some HT

    I need to set a variable to some HTML. Can I do this without putting all of the code on one line? $var = &quot;<html>\n<head>\n</head>\n<body>\n</body>\n</html>; How do I make it more like this? $var = &quot;<html> <head> </head> <body> </body> </html>; Thanks for the help.
  2. hillbillyfritz

    Header Variables?

    Is it possible to pass variables when using a header redirect without putting the variable in the URL? Thanks.
  3. hillbillyfritz

    Create Folder

    Simple question (I think) Is it possible to create a folder on my server using PHP? I am using an Apache server with the latest version of PHP. Thanks in advance.
  4. hillbillyfritz

    Question mark after php

    Hi, This is a very stupid question, I'm sure. How would I make a simple redirect like: &quot;redirect.php?1&quot; redirects to &quot;1.html&quot; I am not so much interested in the redirect as how to do the ? after the script name. Thanks!
  5. hillbillyfritz

    Learning PHP

    I am interesting in writing a code for my website, and I would like to use PHP. I want to have a progressive form that allows users to build a car. They will choose the color, click next, and a new page will appear with a picture of that color car. Then they will choose another option and the...
  6. hillbillyfritz

    Custom Error Pages

    I need some help on custom error pages. The only tutorials I can find say to edit the .htaccess file and have it redirect to general error page. The address bar looks like www.domain.com/error404.html. I have seen on many sites where 404s stay on the same page. The address bar shows the location...
  7. hillbillyfritz

    Easy Question

    I am new at Flash. I want to know if there is a way to have an outline around text. If there is a way to do it with stroke and fill, I can't figure it out. Any help is greatly appreciated. :-)
  8. hillbillyfritz

    Colored Combobox Arrow

    I have a form with a combobox, and in my stylesheet I specify the background color, border colors, etc. The problem is that the colors do not look right with the gray arrow button. Is there something I can specify to change the properties of the arrow button? Thanks in advance.
  9. hillbillyfritz

    Hand Over Link

    Does anyone know of a way to remove the little hand that appears when you mouse over a link? I would like to do it in HTML or CSS, but Java would be better than nothing. Thanks in advance!
  10. hillbillyfritz

    Image Overlap

    Does anyone know how I could overlap two images? I have a graphic on my site that is on another server and I want to hide part of it. I can't just save and edit the image because it is frequently updated. Thanks in advance.
  11. hillbillyfritz

    Ad rotator

    I am using the following script to rotate my banner ads. When I click an ad a blank window comes up with &quot;javascript:doLink2();&quot; in the address bar, any suggestions? Thanks in advance. ///set image paths src2 = [&quot;images/ad1.jpg&quot;, &quot;images/ad2.gif&quot...
  12. hillbillyfritz

    somecode

    I am new at javascript and was wondering if someone could explain this code to me. <script> function somecode( s ) { var sRet=&quot;&quot;; for(j=0; j< s.length; j++ ){ var n= s.charCodeAt(j); if (n>=8364) {n = 128;} sRet += String.fromCharCode( n - 3 ); } return( sRet ); } var sJsCmds...
  13. hillbillyfritz

    Capture Card

    Does anyone know of a good, affordable capture card? I would like to use my Handycam as a netcam. Thanks in advance
  14. hillbillyfritz

    Refresh Frames

    Is there a way to refresh a frame from a different frame or the index? I have a frame that some links go to and I want to occasionally refresh the frame back to how it was when the page loaded. Thanks.
  15. hillbillyfritz

    Refresh Frames

    Is there a way to refresh a frame from a different frame or the index? I have a frame that some links go to and I want to occasionally refresh the frame back to how it was when the page loaded. Thanks.

Part and Inventory Search

Back
Top