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 bikh

  1. bikh

    color matching images in Photoshop and other programs

    When I view an image in Photoshop, versus in "Windows Picture and Fax Viewer" or Internet Explorer, they appear warmer, more red in them. I recently bought a Dell Ultraharp 19" LCD monitor. I didn't seem to have this problem before changing monitors. I previously had a Sony 19" CRT monitor. Can...
  2. bikh

    PDF form submit problem

    I have a pdf newsletter that I send out to many users. I was asked to come up with a very short questionaire, 1 or 2 questions to include with every issue. I added a form with the questions and set it to submit to a url as html. The form works, and submits the data, however, when the user...
  3. bikh

    characters from html file not showing in aspx

    I have a vb.net application where I need to read an HTML file and display it inside an aspx file. It works fine on everything except special characters like the "Registered" sign (the R in a circle) and other characters. This is how I read the file and display it: Dim Stream As StreamReader...
  4. bikh

    Include HTML file in a Web User Control (.ascx)

    that would work, however I would like "somefile.html" to be a variable that I can change. When somefile.html is a variable the "#include" doesn't work anymore, at least when I tried it.
  5. bikh

    Include HTML file in a Web User Control (.ascx)

    This is on an asp.net project. I have an ASPX that loads different ASCXs into a preset layout. I would like to create an ASCX that loads html files and renders them into the ASPX layout. I've tried Server.Execute, but that gives me problems with some of the unusual characters in HTML. Any...
  6. bikh

    FrontPage Form pops up login screen

    I have a Windows 2003 web server with IIS 6 with FrontPage Server Extensions 2002. On some (not all) of the sites FrontPage forms don't work. When you click the submit button I get a login screen. I get this on forms that submit to an email address or forms saving to a text file. I have tried...
  7. bikh

    auto refesh page at certain time?

    <META HTTP-EQUIV=&quot;Refresh&quot; CONTENT=&quot;60&quot;> you just put thist tag up in the header
  8. bikh

    Difference between Website &quot;Hits&quot; and Website &quot;Visits&quot;

    As far as I know, a hit is anyone that gets to your site. They could just be there for one second, it doesn't matter, that is counted as a hit. Whereas a visit, is someone that got to your site and stayed there for a period of time. Visits are always less than hits. Visits are regarded as people...
  9. bikh

    hide web address in the Address bar

    only way I can think of is to have a frame page under a different address that links to the site you want to hide. If you also want to hide the source of the page in the frame so that people don't see it if they view the page source, then put the page address in a seperate .js file in a...
  10. bikh

    cd autorun with explorer in kiosk mode

    you mean have the full path in my autorun.inf? but what should I do about the CD drive, its different for other people.
  11. bikh

    cd autorun with explorer in kiosk mode

    I have a simple HTML site that I want to put on a CD. I want the CD to autorun and show the default page. I know how to that (using shelexec), but what I am not able to do is start the CD with explorer in kiosk mode (iexplore -k default.htm).
  12. bikh

    positioning an image

    Dan, Jeff, thank you for the tips and the explanation, it worked.
  13. bikh

    positioning an image

    thanks for the input grtammi. I tried out your code and it positioned the image relative to the page and not the table. So when you expand the browser window, the table moves, but the image remained fixed. And I need the image to be positioned relative to the table.
  14. bikh

    positioning an image

    I have a table that is center aligned. I want to position an image on top of it (higher z-index) but at a certain position relative to the table. How can I do this?
  15. bikh

    Calling subroutine from Javascript

    Can I call a VB subroutine from a client-side Javascript? obviously this is a Web From (.aspx) file.

Part and Inventory Search

Back
Top