354 Posted Topics

Member Avatar for shadowrider
Member Avatar for Jx_Man
0
170
Member Avatar for alejalv

u'r all if statments contain return at last so no need to put else it will solve u'r prob

Member Avatar for DangerDev
0
92
Member Avatar for halculvin
Member Avatar for javaStud

UserListIn.get(i) will return object of i'th position in this list for more info [URL="http://www.javadoconline.com/search.jsp?from=main&class=ArrayList&action=search"]see this[/URL]

Member Avatar for javaStud
0
93
Member Avatar for Venom Rush

[QUOTE=Venom Rush;527203]Hmmm, not ideal as you've said. Is there any real chance that a semantic URL attack could happen if I put the eid in the URL? Or am I relatively safe?[/QUOTE] its not good to put info into url which u dont want others to know.

Member Avatar for Venom Rush
0
150
Member Avatar for wizardofdigi
Member Avatar for mayank24
Member Avatar for DangerDev
0
133
Member Avatar for hapiscrap
Member Avatar for Suetan
0
131
Member Avatar for manishchoudhury

just post old standards it will help us to find out new one instead of reinventing the wheel...

Member Avatar for MattEvans
0
85
Member Avatar for alejalv

either define a global variable count or pass it to the recursive function by defining it global or make a separate class who will take care of counter where counter will be static member variable.

Member Avatar for DangerDev
0
96
Member Avatar for justapimp

you inspect the code at client side, there u check the property of text box and then try to put id over text box, using this id access the textbox and use it for ajax, probably it should work.

Member Avatar for justapimp
0
234
Member Avatar for CoMpUtErGoD20XX

Hi, I dont think u can do that. if succeeded pls post the ans. here itself. [QUOTE]and have the Javascript/HTML upload the photos automatically.[/QUOTE] this thing u cant do with js or html as it may create security problem, hence not there.

Member Avatar for CoMpUtErGoD20XX
0
278
Member Avatar for awelex

hi i think u r talking about variable no. of argument for that u can use [URL="http://books.google.com/books?id=zJ-oGKvKv24C&pg=PA51&lpg=PA51&dq=stdarg+for+variable+no+of+argument&source=web&ots=rpIdEw1QJx&sig=aUngqbXUCXbTZISWMcso63qgYNs#PPA51,M1"]stdarg.h[/URL]

Member Avatar for Narue
0
261
Member Avatar for SergioQ

hi whenever u r developing the website use 3 or 4 browsers to see the result, and after the development of each and every step see the result on every browser this is the only way to check the compatiblity with not only colors but with elements too.

Member Avatar for DangerDev
0
73
Member Avatar for adsha

Hi u can go for development of u'r own search engine using free java api [URL="http://lucene.apache.org/"]Lucene [/URL] or u can try [URL="http://lucene.apache.org/nutch/about.html"]Nutch [/URL]from apache .

Member Avatar for adsha
0
93
Member Avatar for aminit

confusing ...... may be u need to put above code in button click event or if that control who's text u want is in another form then form.control.text="text"; prbbly thats u want !!!!!!!

Member Avatar for aminit
0
108
Member Avatar for Nobias
Member Avatar for keltoid

i think since u know java script be familiar with ajax, it will be helpful also be familiar with one server side scripting like asp .Net or PHP, along with this search in local news paper. see there requirement , and learn those things, approach them show u'r experience. It …

Member Avatar for DangerDev
0
110
Member Avatar for Xooku
Member Avatar for scushkadee

you can use dom's style.left and style.top properties to position the img. if it is not working put img inside a div and use above property, with div .and also put style.position='absolute' to work with div.

Member Avatar for scushkadee
0
80
Member Avatar for pi415

no it didnot return any dom object taking id. if u want to do that u should use getElementById('idname') method of document object.

Member Avatar for ~s.o.s~
0
96
Member Avatar for wollacott

[CODE=c]int base_numeric() { //works with any base 2-10 int number = 1101; //binary number int base = 2; //from base 2 int i = 0; int r = 0; int mul; while (number > 0) { int digit = number % 10; //extract 1 digit (no matter base) mul = …

Member Avatar for WaltP
0
297
Member Avatar for werks
Member Avatar for joshSCH
0
231
Member Avatar for LogicWeb

without javascript u cant enjoy ajax, so in you can redirect user to the other page which says them to enable javascript in order to visit website.

Member Avatar for serkan sendur
0
103
Member Avatar for sam63

I think following things are necessary: -------------------------------------------- 1. You should be good at HTML 2. You should be familiar with JavaScript 3. You should be familiar with CSS 4. Yous should be familiar with at least one of the server side scripting language like PHP, JSP, ASP. 5. You should …

Member Avatar for plgriffith
0
46
Member Avatar for Agni

u make a hash table where empId will be key and it will return pointer to particular structure. this will make u'r job easy.

Member Avatar for DangerDev
0
123
Member Avatar for ravinderkadiyan

check the location, may be there is some permission problem in server, there u have to put file read/write permission some time.

Member Avatar for DangerDev
0
251
Member Avatar for nehamore
Member Avatar for nehamore
0
35
Member Avatar for lochii
Member Avatar for hapiscrap
Member Avatar for FC Jamison
0
105
Member Avatar for rouse
Member Avatar for francisprite

after passing sym to cnvrt() value of row='0' and col='0'-2= '.' (ascii of '0' is 48 and 48-2=46 which is ascii of character '.') so ultimately s_Hexdecitable[row][col]=s_Hexdecitable[48][46] (since it is index which should be integer hence that will be converted to integer. since 48,46 is more than the dimension of …

Member Avatar for WaltP
0
100
Member Avatar for Maelstrom80

[QUOTE]I understand atof is the way to do but after experimenting with it I can't get it to work, getting strange results no matter how much I tried.[/QUOTE] Hi, char array is not string, atof take string as param, put '\0' in the last of char array, probably then it …

Member Avatar for Ancient Dragon
0
129
Member Avatar for sbv

hi for entire page use a table having 1 row and 3 column, and put on first row - LeftNav on second row - Content on third row - RightNav here make invisible the border of tables through css formating.

Member Avatar for SheSaidImaPregy
0
134
Member Avatar for ndeniche
Member Avatar for ndeniche
0
57
Member Avatar for aparnesh

server side include is best option, typing code is nice , for that try edit plus or notepad++....

Member Avatar for DangerDev
0
246
Member Avatar for rouse

can u plz send the url of webpage where u have seen this. I m not able to get what r u telling

Member Avatar for DangerDev
0
74
Member Avatar for Ankita B

Hi use document.location.href property to achieve this. suppose u want to navigate to page example.html then u can do like this document.location.href="example.html";

Member Avatar for ~s.o.s~
0
83
Member Avatar for world_weapon

Hi try this: replace ul tag with div tag and have same class like following: [code] <div class="hMenu"> <li class="hOption" title="Manage all content directly"><a href="/admin.htm?content=command">Content</a></li> <li class="hOption" title="Manage Criterion Value"><a href="/admin.htm?criteria=command">Criteria</a></li> <li class="hOption" title="Manage Question Format"><a href="/admin.htm?question=all">Question</a></li> <li class="hOption" title="Manage Form Generation"><a href="/admin.htm?form=all">Form</a></li> <li class="hOption" title="Manage Notary Database"><a href="/admin.htm?notary=all">Notary</a></li> <li …

Member Avatar for world_weapon
0
93
Member Avatar for bogdangwawa
Member Avatar for ~s.o.s~
0
86
Member Avatar for toadzky

it will not work on onload event as dom tree has not been yet formed. try this: --------- suppose function name is myFun(); then call it inside script block just after body tag , like this [code] <body> <script> myFun(); </script> </body> [/code]

Member Avatar for toadzky
0
87
Member Avatar for xsorimachi

suppose u'r form name is frm1, inside frm1 one textbox is there name text1 , then to retrieve value of text1 u should write code: [code] var textStr=document.frm1.text1.value [/code]

Member Avatar for DangerDev
0
37
Member Avatar for cancer10

Normally scripting languages are interpreted i.e. run on a virtual OS while most of the Programming language are compiled .

Member Avatar for DangerDev
0
123
Member Avatar for ndeniche

Hi whenever u r designing u'r website, alway see that in IE , FF ,Op like browser so that later u dont have problem. Solution: ---------- do this 1.put ur table nav_bar inside a div element with id mu123 2. give style to mu123 as: text-align:center 3.see the result in …

Member Avatar for ndeniche
0
120
Member Avatar for carlco9020

video files are very heavy i.e. of large size, will them self take time to load, better use gif file, instead.

Member Avatar for ShawnCplus
0
92
Member Avatar for stackOverflow

try following: [url]http://en.wikipedia.org/wiki/Hacking[/url] [url]http://en.wikipedia.org/wiki/Hacker[/url] [url]http://en.wikipedia.org/wiki/Hack_%28technology%29[/url] [url]http://en.wikipedia.org/wiki/Password_cracking[/url]

Member Avatar for John A
0
86
Member Avatar for Jicky

It should be noted that no ethically-trained software engineer would ever consent to write a DestroyBaghdad procedure. Basic professional ethics would instead require him to write a DestroyCity procedure, to which Baghdad could be given as a parameter. -------Nathaniel S Borenstein

Member Avatar for vegaseat
0
270
Member Avatar for abhi_elementx

Hi u can do this with following code. put all the text boxes in side a div element. and follow the example below: [CODE]<html> <head> <script language='javascript'> function getValues() { var tc=document.getElementById('allTxt'); var txtBoxes=tc.getElementsByTagName('input');//txtBoxes is array of input elements inside div:allTxt var str=""; var myArray=new Array(); for(var i=0;i<4;i++) { //here …

Member Avatar for DangerDev
0
78
Member Avatar for PhantomSaya
Member Avatar for jtxay

I think its new feature in browser technology developed by "Microsoft". :) try to use Mozilla or Opera.

Member Avatar for DangerDev
0
143

The End.