| Author |
Message |
Forum: JavaScript Forum Topic: FireFox 2.0: text in the column overlapping |
| neha_kulkarni777 |
|
Posted: Wed Feb 11, 2009 11:50 am
|
|
Replies: 0 Views: 98
|
| Hi all Submission Status page is having 7 fields 1> Filename ...........2...3...4...5...6..7. The page is loading perfectly in FireFox 3.0 and IE but it is not Working in FireFox 2.0 . Can u please help me how to do. I also tried window.onload = bodyOnLoad(WordWrap) but it is not reflecting in FF... |
|
 |
Forum: HTML Forum Topic: Basic Html alignments |
| neha_kulkarni777 |
|
Posted: Thu Jan 08, 2009 10:41 am
|
|
Replies: 1 Views: 231
|
| Hi All I am struck in the alignment of the text , pleaase help me out Please copy the below code with the .html extention and see the results . My requirment is : 1> I dont need any space between Interior and Air conditioner when i am using the <ul>tag it is giving me the space , Plesea Hel... |
|
 |
Forum: HTML Forum Topic: How to Wordwrap in firefox |
| neha_kulkarni777 |
|
Posted: Fri Jan 02, 2009 11:29 am
|
|
Replies: 1 Views: 483
|
Hi all The below code works fine in IE but it gets blowed on firefox
Code: <td align='left' width='25%' style='text-wrap;word-wrap: break-word;'><font face='Verdana' size='1'>
can you please provide me a solution to wrap a word in firefox
regards |
|
 |
Forum: JavaScript Forum Topic: Progress bar image not coming in IE & working fine in Mozil |
| neha_kulkarni777 |
|
Posted: Tue Dec 30, 2008 9:25 am
|
|
Replies: 4 Views: 12282
|
| Thanks a lot sir for replying my post this is my code from where i am calling my Javascript <tr> <td width="20%"></td> <td width="80%"><INPUT type="button" name="btnUpload" id="btnUpload" value="Upload" onclick=&q... |
|
 |
Forum: JavaScript Forum Topic: Animation image .gif not Working in IE |
| neha_kulkarni777 |
|
Posted: Sat Dec 20, 2008 12:21 pm
|
|
Replies: 0 Views: 475
|
Hi all My .gif image is not working in IE , but working fine in Mozilla ,,, can there be any solution for it.. |
|
 |
Forum: JavaScript Forum Topic: Progress bar image not coming in IE & working fine in Mozil |
| neha_kulkarni777 |
|
Posted: Sat Dec 20, 2008 7:57 am
|
|
Replies: 4 Views: 12282
|
| Hi all My prgress bar image is working fine in Mozilla but not working in IE ... js code var docs = document.getElementById("ProgressImg"); docs.style.visibility="visible"; docs.style.position="absolute"; document.getElementById("btnUpload&q... |
|
 |
Forum: JavaScript Forum Topic: How to call a jsp method in javascript file |
| neha_kulkarni777 |
|
Posted: Sun Dec 07, 2008 9:14 am
|
|
Replies: 1 Views: 5797
|
Hi all Is it possible to put the below code on javascript file
Code: <%=m.getFormSubmitUrl("frmSubmissionStatus", "ShowReport", null)%>
When i put the above code in JS file i am getting the error as null. please help me |
|
 |
Forum: JavaScript Forum Topic: How to check a file size in java script |
| neha_kulkarni777 |
|
Posted: Fri Dec 05, 2008 12:56 pm
|
|
Replies: 1 Views: 7851
|
Hi all How to check the file size say 20MB on the client machine it self ... Or can we check the file size using java script
Regards |
|
 |
Forum: JavaScript Forum Topic: How to avoid <iframes> in servlets |
| neha_kulkarni777 |
|
Posted: Mon Dec 01, 2008 6:02 am
|
|
Replies: 0 Views: 1463
|
| can u help me . I am having the working application , in which the <iframe> are used , and i want to avoid the iframe , in replace of it i want to just call the jsps , can this be possible i had used RequestDispatcher and also send Redirect but it is not working atall . I also know that the js... |
|
 |
Forum: Java Forum Topic: how to display jsp page without using <iframe> |
| neha_kulkarni777 |
|
Posted: Sat Nov 29, 2008 6:21 am
|
|
Replies: 0 Views: 185
|
| can u help me . I am having the working application , in which the <iframe> are used , and i want to avoid the iframe , in replace of it i want to just call the jsps , can this be possible i had used RequestDispatcher and also send Redirect but it is not working atall . please help me . |
|
 |
Forum: JavaScript Forum Topic: How to put .gif image using java script |
| neha_kulkarni777 |
|
Posted: Tue Nov 18, 2008 4:04 am
|
|
Replies: 7 Views: 598
|
| You *may* be able to try something like function validateField() { var docs = document.getElementById("img"); docs.setAttribute("src", "gif_path"); ... // other code } <body> ... <img id="i... |
|
 |
Forum: JavaScript Forum Topic: How to put .gif image using java script |
| neha_kulkarni777 |
|
Posted: Mon Nov 17, 2008 3:44 pm
|
|
Replies: 7 Views: 598
|
| Hi :D If i click on upload button i must get an .gif image , is it possible , in the code below <INPUT type="button" name="btnUpload" id="btnUpload" value="Upload" onclick="validateField()" /> and this is my source <img src="ima... |
|
 |
Forum: JavaScript Forum Topic: JS validations Working Fine in IE , not in Opera,firefox& |
| neha_kulkarni777 |
|
Posted: Thu Nov 13, 2008 6:32 am
|
|
Replies: 4 Views: 236
|
| Yay, I'm sorry, but I don't understand your markup. Is there by any chance you could provide the generated markup instead? The one that you see when you view the source code. As referring to the above code <td width="20%">Select file (< 20 MB)* </td> <td widt... |
|
 |
Forum: JavaScript Forum Topic: JS validations Working Fine in IE , not in Opera,firefox& |
| neha_kulkarni777 |
|
Posted: Thu Nov 13, 2008 4:58 am
|
|
Replies: 4 Views: 236
|
| Please show us the code as well as the markup involved. Thanks a lot rangana for responding my mail . My Upload progarmm is working very fine in IE , I am unable to upload in firefox, opera, and safari ... The main and mandatory requirement is IE & firefox . Please help me in running in fire fo... |
|
 |
Forum: JavaScript Forum Topic: JS validations Working Fine in IE , not in Opera,firefox& |
| neha_kulkarni777 |
|
Posted: Wed Nov 12, 2008 2:45 pm
|
|
Replies: 4 Views: 236
|
Hi all
JS validations Working Fine in IE , not in Opera,.
firefox & Safari , unable to find the issue , if any one interested my i post the JS code
please Help me |
|
 |
| Sort by: |