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...
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...
This isn't earth-shattering by any means. More of a curiosity. I have to pages with the following code:
<DIV STYLE="font: italic bold 16pt Lucida Bright">
<IMG SRC="/icons/Wheel.gif" STYLE="width: 51px; height: 45px;">
Additional Interests - Mortgagee
</DIV>
<TABLE...
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...
I have to hide certain rows in a table under certain conditions. What I'm doing is something like this:
<TABLE>
<TR>
<TD CLASS="mainlabel">
Stuff to show
</TD>
</TR>
<TR ID="hide">
<TD CLASS="mainlabel">
Stuff to be hidden
</TD>
</TR>
<TR...
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...
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...
Hi,
Is anyone aware of a problem with IE 5.0's implementation of "page-break-before:"?
I have a table that I want to always print out on its own page so I defined it like so:
<TABLE STYLE="page-break-before: always;">
It works perfectly in IE 5.5 and doesn't work at all in...
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...
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)...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.