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 bkrike 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: bvallet
  • Content: Threads
  • Order by date
  1. bvallet

    window.open() from desktop shortcut

    This may not be the right forum for this question and for that I apologize. Is there a way, using a desktop shortcut, to specify how IE (and only IE) will open? Such as no toolbar, no status bar, etc. I'm familiar with the window.open() command but even using it in a URL won't work in this...
  2. bvallet

    Placement of .properties files

    If I create my own *.properties file, where would I have to place it to be accessible from the individual servlets? I'm running on Websphere 4.0. Would putting it in the root with the various html files work? What would I need to put for the path? I want to do something like this: InputStream...
  3. bvallet

    Same Code, different results

    This isn't earth-shattering by any means. More of a curiosity. I have to pages with the following code: <DIV STYLE=&quot;font: italic bold 16pt Lucida Bright&quot;> <IMG SRC=&quot;/icons/Wheel.gif&quot; STYLE=&quot;width: 51px; height: 45px;&quot;> Additional Interests - Mortgagee </DIV> <TABLE...
  4. bvallet

    Adding fields and table rows

    What I'm trying to do is add fields to a form in response to a user action (button click or whatever). In this case I don't know how many items will be added so I don't want to include 50 hidden rows and show them as needed. I want to physically add fields and table rows to a form. In searching...
  5. bvallet

    Hiding multiple table rows

    I have to hide certain rows in a table under certain conditions. What I'm doing is something like this: <TABLE> <TR> <TD CLASS=&quot;mainlabel&quot;> Stuff to show </TD> </TR> <TR ID=&quot;hide&quot;> <TD CLASS=&quot;mainlabel&quot;> Stuff to be hidden </TD> </TR> <TR...
  6. bvallet

    Status bar acting strangely

    Hi, I have a couple of unusual things happenning with the status bar on a few of my pages that I wonder if anyone else is familiar with. Both of these are viewed with IE5.5. 1) I have a frameset that loads a page that displays a dynamicly generated report of entries for each individual user. I...
  7. bvallet

    FileNotFoundException on 2nd URL request

    I'm writing a program to post data to a particular URL, retrieve the response and, based on the response, submit another post to the same URL. The first post works fine but I get a FileNotFoundException on the second post. I checked the data and the url and they are correct and the same string...
  8. bvallet

    page-break-before: bug in IE 5.0?

    Hi, Is anyone aware of a problem with IE 5.0's implementation of &quot;page-break-before:&quot;? I have a table that I want to always print out on its own page so I defined it like so: <TABLE STYLE=&quot;page-break-before: always;&quot;> It works perfectly in IE 5.5 and doesn't work at all in...
  9. bvallet

    ?exec() statement to execute arbitrary code.

    Hopefully someone can help me, I'm drawing a blank. If I remember correctly, there is a function that allows you to execute an arbitrary string value, something like: exec('window.open(window)'); The only problem is, I can't remember the name of the function and looking it up in a reference...
  10. bvallet

    window.showModalDialog() and form submission

    I'm trying to do something and I'm not sure if I can. We currently create pop-ups using window.open(). These are independent forms that submit their values to completely different tables from the main form but are related (ex. main form - customer order list, pop-up - order detail)...
  11. bvallet

    ActiveX control to get HTML from another web page

    First, let me say that this will be my first ActiveX control so if you respond, please type slowly. What I need to do is take data entered on my web page (a street address) and send it, along with a username and password to another site on a different server in order to get a value from that...

Part and Inventory Search

Back
Top