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

  • Users: bikh
  • Content: Threads
  • 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)

    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...
  5. 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...
  6. 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).
  7. 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?
  8. bikh

    Calling subroutine from Javascript

    Can I call a VB subroutine from a client-side Javascript? obviously this is a Web From (.aspx) file.
  9. 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...
  10. 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.
  11. bikh

    picture slideshow

    I'm trying to create a picture slideshow. The idea is that the user presses the play button and the images will start to display one after the other. I'm using the following code to retrieve the images in the folder and put them in a listbox: dim fso set fso =...
  12. bikh

    including variable page

    I have an asp page, that I want to insert other html pages in. The html pages are varried, depending on a variable I pass to the asp page. I have tried the following which I saw in a thread on this forum: <% dim page page = request.querystring (&quot;page&quot;) %> <!--#include...

Part and Inventory Search

Back
Top