User Profile
Collapse
-
Anyone with wget experience. -
Authenticate Using WGET Tool
I am looking to string test a website using wget tool. I need to post data using wget. The form tab of the login page is as follows:
...Code:<FORM ACTION="../../servlet/AuthenticationServlet" METHOD="POST" NAME="LogonForm" onSubmit="saveCustomerNumber(document.LogonForm.customerNumber.value); return waitedFor(3)"> <INPUT Name="customHeader" type="hidden" value="">
-
This is possible. A good example is the password strength custom component which changes color based on the user password length. You can google it.Leave a comment:
-
You need to declare your function prototypes outside the main function.Leave a comment:
-
JBoss
I have a website hosted on JBoss using the following domain: www.example.com. The DNS is pointing to http://server:80 address within the company. I am looking to redirect the homepage seto on port 80 to a different HTML homepage. How can the redirection be achieved in JBoss? -
You can do a count() or have a countter for each type of day for the number of entries that return Saturday and Sunday using DATENAME() function.Leave a comment:
-
No, it'll not as Views and Tables have no association with each other.Leave a comment:
-
-
Use substring() as shown below:
mysql> SELECT SUBSTRING('Quad ratically',5);
-> 'ratically'Leave a comment:
-
thanks dude,
I used your way of logic differently and I got the solution.Thank You for reply. -
Refer to the following link: http://www.dba-oracle.com/t_avoiding...able_error.htm, it has some good suggestions to prevent mutating errors.Leave a comment:
-
I'll recommend if you break this query down to a query and a subquery. Something like:
select * from
(select * from offence where HR between " + hrvi1 + " and " + hrvi2 + " and RBI between " + rbivi1 + " and " + rbivi2 + " and SB between " + sbvi1 + " and " + sbvi2 + " and AVG between " + avgvi1 + " and " + avgvi2 + ")
where Position='C'...Leave a comment:
-
Configure a seperate JVM for report generation (report server) as due to complex queries, it effects the system OR its the query that is executed which needs to be optimized.Leave a comment:
-
What is OtherPos1, OtherPos2 and OtherPos3? I don't see their definition. Would you be able to post the entire script.Leave a comment:
-
This behaviour is caused by Internet bots. To prevent this, make certain fields mandatory on the form at the time of submission.Leave a comment:
-
-
You need to update your JVM to version 1.5 for Scanner interface to work.Leave a comment:
-
Localization
Is it possible to localize a HTML page (session locale) to a language in browser locale? I have a user registration page that I want to localize with the browser locale, all the text on the page. -
-
You need to use "jar" command with a parameter to run your executable jar file. Google it.Leave a comment:
No activity results to display
Show More
Leave a comment: