We have a system of 100 users where some users would occasionally pick up the wrong result for the queries they requested. Their query allows them to select an employee and they should get a report for that employee. In 3 - 4 incidents reported, some user gets the wrong report. No one was able...
Suppose a user agent sends the following HTTP post request:
POST /listener.php HTTP/1.0
Content-Type: text/xml; charset=iso_8859-1
Accept: text/xml
Accept-Charset: utf-8, iso_8859-1
Content-Length: 190
<?xml version="1.0"?>
<XML_DATA>
<Fields>
<ID type="CHAR">abcde</ID>
<NAME...
That is interesting, I'll give it a try. However, isn't there a straight-forward way to do it? If I have more values to add, like > < ... I don't want to create -DEFAULTS declaration for all of them.
Thanks
Hi, inside an -HTMLFORM, if I put "&", webfocus thinks this a focus variable and will not output it to the resulting HTML. How do I escape &'s such that it will be treated as HTML instead of being treated as a variable?
RISTMO,
How about images, css, js, and other components accessed by a page? Does your script parses them too and download it such that a resulting html can be directly viewed from your server? If so, I'm very interested in your script! :-)
remove the <img> tag, the image is displayed as the background of #map. also, add a width and height to #map
HTML:
<div id="map">
<img src = "layout.jpg" alt="">
<div id="menu">
<a href="overall.jpg" id="overall"><i>Overall View</i></a>
</div>
</div>
CSS...
sanders720,
You might need to add "z-index: 1;" to div.linkcontainer a {
For more detailed tutorial, you might want to take a look at this which implements an image map concept using CSS:
http://www.alistapart.com/articles/imagemap/
This may be close to what you're looking for. In this...
AFAIK, you can't. The popup box is browser dependent. If you want something fancy, you have to look at creating a hidden DHTML layer that would pop-up when the 'Add' option is selected. It is not a menial task, so prepare to roll up your sleeves. ;-)
Alternatively, you might opt to place a...
Marc,
Yes, I have successfully utilized the REXX exec from mainframe weekly. However, since DSNTEP2 is limited to 133 chars, the consequence is that I could not have individual fields with length greater than that limit on my target tables.
I could probably try the QMF approach and have REXX...
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.