strangely, when i created a new account on my workstation, and loaded up my site using many Fieldset tags in IE it showed them with Rounded corners - yet on my Admin account which I've optim...
Hello I am running tomcat 4.0.5 and have found that the TRACE|TRACK method is enabled. Is there any way to disable TRACE|TRACK method in tomcat. Specially for version 4.0.5?
This version of...
On the website I am developing, http://air.save9.net, there is the option to display search results on a Google Map (the "Map view" of the aforementioned website). This part works. However, my...
I want to excute a given javascript("myscript") onload; No problems. I only want this script to run when the user first comes into the page. Is there a way that I can do this in the "Page...
Hi,
I usually write a sql query to get a column values and bind them to a dropdownlist box.
using this code:
<asp:dropdownlist id="oListLocation" dataTextField="loc" runat="Server" />
...
Hello my friends,
i'm a axis/tomcat newbie in windows,
and, as you already guessed, nothing works.
i got axis and tomcat as far as happy axis is
completely happy.
i got the admin stuf...
A programmer got back to me with the following error
"HTTP Status 400 - Invalid direct reference to form login page"
I am not a web developer but an architect/designer, how can I best h...
I need to know some ideas for a sales recording ERD. I will supply you with basic information of existing tables and supply the ideas I have developed. I have yet to find an idea that I like, ...
Hello Experts,
Here are my questions:
1) What is an .asmx file?
2) What does ASMX stand for? Or a history story of that extension?
Thanks,
Tony
hi all,
i have a problem in date format i am using date like below .
<%java.util.Date date = new java.util.Date();%>
i am inserting date into a table and its storing like this
insert i...
I looking for a way to have a website that a user can ologin and get a .psd template and be able to make changes to it and then submit it, when it's submited it would get emailed to me or an e...
How can I check if the current browser has javascript enabled, and if not forward to an error page?
-Mike
I tried to put the 4 lines of code, in code behind page i get errors in the code.
crystalreport1 orpt = new crystalreport1()
orpt.setdatabaselogon("user","password")
crystalreportviewer1.re...
Hi All,
I am working with Dot Net and Oracle 9i. I have installed Oracle 9i client on my machine. I am able to work in "sqlplusw" and run queries there. But when I try to run the prog...
I'm not even sure how to explain my problem . I'm spinning in circles trying to get our newly redesigned web pages to print in portrait mode and look ok in handhelds and print in portrait via...
Hi!
I want ot create a site that contains all my family (father, mother, sitsters, grandfather...).
I would like it to be light so I want to show it using HTML
Can you give me an example of...
Hi,
I have a shopping card, and when I am adding products to the cart, I get the following error:
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'FormatNumber'
/pages/addto...
Hi
I am very happy with my current php upload script, except for one thing. I want to add a PHP Progress bar for the user. Unfortunetly, I couldnt find much information on this, so I turned...
Just looking to do a simple thing and have javascript submit a form when another button is pressed. For some reason it stopped working can't even get it to work in my little test script... I'...
I get this error:
Microsoft JET Database Engine error '80040e14'
Invalid SQL statement; expected 'DELETE', 'INSERT', 'PROCEDURE', 'SELECT', or 'UPDATE'.
/Midas/transaction.asp, line...
I'm looking for a sample of a list box that has multiple columns in it.
If you know PowerBuilder's DataWindow object, it is something similar, but with no live access
to the data, other than...
I'd like to include within a web page one. I mean that the box would allow users to begin entering information and then, based upon information stored in a Javascript array, I'd like the text ...
Consider the following code:
<asp:GridView ID="GridView1" runat="server" AllowPaging="True" AutoGenerateColumns="False" DataSourceID="ObjectDataSource1" PageSize="15" DataKeyNames="recordID...
I am looking for a flash way to fade between images.
Something like:
http://slayeroffice.com/code/imageCrossFade/
Where I can add an array to the code and it displasys thoses images.
(Must...
I have an asp.net function which I would like to run when a javascript clientside function is executed. I want this function to execute when the browser is close and/or when the user navigate...