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 Mike Lewis 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: *

  • Users: bikh
  • Order by date
  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.
  16. bikh

    dynamic menu area - want it to stay on screen during scrolling

    why reinvent the wheel, the easiest I found was to use a software called AllWebMenus Pro from www.likno.com It does it all for you without you having learn any code.
  17. bikh

    JavaScript Menu Position

    I am using Likno's AllWebMenus v3.1 and I have created a menu. By default, the menu used absolute positioning with x,y coordinates. However, I want the menu to appear inside a table cell. In the help they specify the following code to be able to place the menu using relative positioning...
  18. bikh

    Front Page Express on XP

    I don't think FrontPage Express was made to run on newer versions of Windows 98. My guess would be to get FrontPage. I don't think FrontPage Express was made to run on newer versions of IE on your computer even.
  19. bikh

    apply CSS to part of an HTML page

    I need to apply a CSS to part of a page, a cell in a table. I want to apply a custom style to hyperlinks on just a cell of a table, like color and font... I know how to do it for the entire html page, but not to a part of it only.
  20. bikh

    QueryString / Form

    I don't think you can, unless you put it in a form and submit it. may I ask why you want it in a .form rather than a .QueryString?

Part and Inventory Search

Back
Top