Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
50% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
~22.5K People Reached
Interests
Fooseball, Soccer
Favorite Tags
Member Avatar for kaushik259106

Is it possible to get the current URL in my JSP page. Say i open a site "http://abc.com/page1.jsp" I want to display it in page1.jsp the total url as "http://abc.com/page1.jsp" If yes please tell me the step! Thanks in Advance

Member Avatar for Ranjit_1
0
15K
Member Avatar for kaushik259106

Hi every one, Can anyone give me some idea about this! I need to check a string is numeric or not. Example: if string is 1111111111 returns true if string is 11111111aa returns false if string is 11 1111111 returns false if string is 111~`11111 returns false Any idea will …

Member Avatar for ScottyKnows
0
1K
Member Avatar for kaushik259106

hello friends, i hav my very own forum but its hosted in a free hosting site called invision.. now i hav my own webspace and i want to have my own forum in that webspace. i don kno how to start with or is ther any software that can help …

Member Avatar for Python++
0
610
Member Avatar for kaushik259106

Hi Everyone, I am searching the most effective way of sorting a list of objects. Say i have a bean [CODE]public class MyClass { private string name; private string id; // Getters and setters } [/CODE] Now say we put some values in a List [CODE]List<MyClass> myClassList = new ArrayList<MyClass>(); …

Member Avatar for BestJewSinceJC
0
142
Member Avatar for jingwen

Now our site want to use "tag", And our site is an B2C website,so we sale electronics gadgets online, but i do not know how to do it,and i do not know what is the effect of "tag", anyone can tell me?Or could you show me serveal sites had used …

Member Avatar for kaushik259106
0
84
Member Avatar for kaushik259106

Hi All, I have this requirement to do and am still scratching my head. Actually am not that comfortable with webservice but am still fighting and need some help. Here i go. I need to send xHTML content through webservice. Something like if someone calls my API he gets a …

Member Avatar for pritaeas
0
103
Member Avatar for Dani

As many of you guys know, the best way to high rankings in search engines is to build up your backlinks, or other websites linking to you. If you'd like to exchange links with DaniWeb, please visit our link directory at [URL="http://www.daniweb.com/directory/"]http://www.daniweb.com/directory/[/URL] We're very unique in that we give you …

Member Avatar for Dani
0
560
Member Avatar for kaushik259106

Guys, I was going through the book called Ajax for Dummies and got the following example. [CODE]<html> <head> <title>Ajax at work</title> <script language = "javascript"> var XMLHttpRequestObject = false; if (window.XMLHttpRequest) { XMLHttpRequestObject = new XMLHttpRequest(); } else if (window.ActiveXObject) { XMLHttpRequestObject = new ActiveXObject(“Microsoft.XMLHTTP”); } function getData(dataSource, divID) { …

Member Avatar for egbert
0
174
Member Avatar for kaushik259106

Hello all, I am trying to do something like this.I have did this before with C# and asp.net but it was long back and currently am not able to recall anything similar. This time i need to make it work with [B]vb.net and ASP.net[/B] I want that only a administrative …

Member Avatar for brianmaddox
0
104
Member Avatar for kaushik259106

Hi Everyone, Can some one tell me is this possible. I want to show a text hiperlink over an image. [URL=http://img371.imageshack.us/my.php?image=texthiperlinkjv3.png][IMG]http://img371.imageshack.us/img371/5936/texthiperlinkjv3.th.png[/IMG][/URL][URL=http://g.imageshack.us/thpix.php][IMG]http://img371.imageshack.us/images/thpix.gif[/IMG][/URL] The image it self wont be hyperlink but only the text over it. Check this attached image. Need some thing like this.. Thanks,

Member Avatar for essential
0
117
Member Avatar for Webnauts

[B][COLOR="Red"]Please don't forget to add me some reputation if this thread was helpful for you.[/COLOR][/B] [color=red][b]BREAKING NEWS:[/b][/color] [b]"Meta tag abusers face 20 years in prison under US law".[/b] The US has passed legislation which controls what website operators are allowed to put in their site meta tags. The law bans …

Member Avatar for abhinav420420
1
1K
Member Avatar for kaushik259106

Hi everyone, I need some suggestion. Actually i created a text box and wrote a java script to limit its character hold to 500 char. I made my related db column size to 508bytes(Oracle). The functionality was working fine when i suddenly found a bug. Say for example if i …

Member Avatar for langsor
0
120
Member Avatar for kaushik259106

Hope i am posting in the right place. Any pointer will be helpful. Am a learner so pls bare with me.. Thanks for that :) I was just wondering if i want to make a simple web apps (Say a user data will be saved to sql db) which of …

Member Avatar for kaushik259106
0
149
Member Avatar for kaushik259106

Guys check this site.. [url]http://symbian.mobilethemes.com/downloads/info/24346.jsp[/url] If you are not logged in.. it gives a IE tool bar saying "You are not logged in."similar like the ActiveX warning of IE.. Any idea how this was done..

Member Avatar for phper
0
141
Member Avatar for dream_ankur

Hi, I am developing one website in which i have around 21 table in my database out of which 8 are master tables and rest are secondry tables. I want the data stored in some columns of master table to be displayed as drop down menu in my secondry table. …

Member Avatar for kaushik259106
0
199
Member Avatar for ingeborgdot@yah

I have a chance to beta test the vista os. Is anyone else doing it? If I decide to I will need a computer to do it on other than my main ones. I guess I will just look for someones used one.

Member Avatar for jbennet
0
424
Member Avatar for kaushik259106

Am using the following code to remove a text box from my site. So when the user clicks on remove_btn.gif a text box row gets removed. [CODE]<html:image onclick="document.getElementById('wishlistForm').action='/wishlist/send.do?method=remove&removeIndex=${status.index}';" styleId="remove" src="${siteImages.imagePath}local/localbuttons/remove_btn.gif" border="0" altKey="btn.altTxt.remove" />[/CODE] Now i want to replace the remove_btn.gif with a normal hyperlink text something like this [URL="http://remove"]Remove[/URL]. So …

Member Avatar for ShawnCplus
0
75
Member Avatar for kaushik259106

Is it possible to get the key value of any property file through JSP.. Let me explain.. I have following keys in my application.properties file. it has my.a=http://apple.com my.b=http://ball.com my.c=http://cat.com Now i want to access this from my jsp.. i tried to access like this.. <fmt:message id="alphabets" key="my.a" /> I …

Member Avatar for lovely12
0
80
Member Avatar for kaushik259106

Is there any way by which we can provide hyper link as alternative text to images. Means if an image is disabled then a hyper link is displayed! Please help me! Its urgent!

Member Avatar for MidiMagic
0
69
Member Avatar for kaushik259106

Is there a way to check Iframe is supported by a browser or not in the JSP using some script. Please let me know! Its urgent

Member Avatar for kaushik259106
0
413
Member Avatar for kaushik259106

I am learning struts from various e-books.I am facing this problem. [code][B]HTTP Status 500 - No action instance for path /Test could be created[/B] [B]type[/B] Status report [B]message[/B] [U]No action instance for path /Test could be created[/U] [B]description[/B] [U]The server encountered an internal error (No action instance for path /Test …

0
47
Member Avatar for sandeep.mk

here i have implemented using frames. main a1.html <script language=JavaScript> window.history.go(1); </script> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>Page 1</title> </head> <body> <a target="_self" href="index.html" >Click </a> </body> </html> the next index.html <html> <head> <title>New Page 1</title> </head> <frameset rows="64,*"> <frame name="banner" scrolling="no" noresize target="contents" src="top.html"> <frameset cols="150,*"> <frame name="contents" …

Member Avatar for MidiMagic
0
116
Member Avatar for gov1234

what are hardware needed to host websites from home ? I have cable internet at home 24/7 , can that handle traffic I have desktop with 3 ghz , can i make it as server

Member Avatar for kaushik259106
0
70
Member Avatar for kaushik259106

i have made a web-application in java framework.I have implemented it in the server. I want to check its stability like how many user can it support and how is its sucurity.. is there any software for that?

0
28
Member Avatar for kaushik259106

I use the following code to display the user name on the website.. like "Welcome Kaushik" [CODE] <jsp:useBean id="adminUser" class="bss.BSSUserDetailsDo" scope="session"/> <font size="4" color="brown" face="verdana"> <bean:message key="Bss.user.welcome"/> //comes from some property file abcd.property <jsp:getProperty name="adminUser" property="firstName"/> </font> [/CODE] i want to access the user first name from my JS function. …

Member Avatar for kaushik259106
0
103
Member Avatar for rinoa04

Hello, I have a doubt about javascript. When designing web based system, usually we used javascript to validate the form. It works fine in IE browser. However, all the validation does not work when tested on firefox browser. Why and what is the problem? How to solve it so that …

Member Avatar for MidiMagic
0
361
Member Avatar for kaushik259106

How to do this type of comparison. Say i have a variable with a word "ABCDEF" and i want to check the combination "DEF" exists in it or not how do i do? I want to make a simple comparison test.. Some friend suggested me the "substring" function but that …

Member Avatar for kaushik259106
0
163
Member Avatar for kaushik259106

Hi friends, The code i attached is used for checking password strength!. I have a html page which calls this. Problem is if i change the following code Code: [code] if (bCheckLowerCase) { strCheck = "abcdefghijklmnopqrstuvwxyz"; if (doesContain(strPassword, strCheck) > 0) { nCombinations += strCheck.length; } } to Code: if …

Member Avatar for MidiMagic
0
66
Member Avatar for kaushik259106

In the following code i am able to change the case of my entered text with each entry of letters.. can you tell how do i dynamically display its length as well without using ajex.. [CODE]<html> <head> <script type="text/javascript"> function length(x) { var y=document.getElementById(x).value document.getElementById(x).value=y.toUpperCase() } </script> </head> <body> Enter …

Member Avatar for kaushik259106
0
98
Member Avatar for kaushik259106

How do i create a session time out? i have tried with <session-config> <session-timeout>1</session-timeout> </session-config> in web.xml file but nothing seems to happen after 5 min.. if i do refresh it still works

0
77