It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Partner Sites

Search found 21 matches

Return to advanced search

FireFox 2.0: text in the column overlapping

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...
by neha_kulkarni777
on Wed Feb 11, 2009 11:50 am
 
Forum: JavaScript Forum
Topic: FireFox 2.0: text in the column overlapping
Replies: 0
Views: 98

Basic Html alignments

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...
by neha_kulkarni777
on Thu Jan 08, 2009 10:41 am
 
Forum: HTML Forum
Topic: Basic Html alignments
Replies: 1
Views: 231

How to Wordwrap in firefox

Hi all
The below code works fine in IE but it gets blowed on firefox
Code: Select all
<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
by neha_kulkarni777
on Fri Jan 02, 2009 11:29 am
 
Forum: HTML Forum
Topic: How to Wordwrap in firefox
Replies: 1
Views: 487

Re: Progress bar image not coming in IE & working fine in Mozil

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...
by neha_kulkarni777
on Tue Dec 30, 2008 9:25 am
 
Forum: JavaScript Forum
Topic: Progress bar image not coming in IE & working fine in Mozil
Replies: 4
Views: 12283

Animation image .gif not Working in IE

Hi all
My .gif image is not working in IE , but working fine in Mozilla ,,, can there be any solution for it..
by neha_kulkarni777
on Sat Dec 20, 2008 12:21 pm
 
Forum: JavaScript Forum
Topic: Animation image .gif not Working in IE
Replies: 0
Views: 475

Progress bar image not coming in IE & working fine in Mozil

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...
by neha_kulkarni777
on Sat Dec 20, 2008 7:57 am
 
Forum: JavaScript Forum
Topic: Progress bar image not coming in IE & working fine in Mozil
Replies: 4
Views: 12283

How to call a jsp method in javascript file

Hi all
Is it possible to put the below code on javascript file

Code: Select all
<%=m.getFormSubmitUrl("frmSubmissionStatus", "ShowReport", null)%>         


When i put the above code in JS file i am getting the error as null.
please help me
by neha_kulkarni777
on Sun Dec 07, 2008 9:14 am
 
Forum: JavaScript Forum
Topic: How to call a jsp method in javascript file
Replies: 1
Views: 5797

How to check a file size in java script

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
by neha_kulkarni777
on Fri Dec 05, 2008 12:56 pm
 
Forum: JavaScript Forum
Topic: How to check a file size in java script
Replies: 1
Views: 7858

How to avoid <iframes> in servlets

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...
by neha_kulkarni777
on Mon Dec 01, 2008 6:02 am
 
Forum: JavaScript Forum
Topic: How to avoid <iframes> in servlets
Replies: 0
Views: 1463

how to display jsp page without using <iframe>

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 .
by neha_kulkarni777
on Sat Nov 29, 2008 6:21 am
 
Forum: Java Forum
Topic: how to display jsp page without using <iframe>
Replies: 0
Views: 186

How to put .gif image using java script

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...
by neha_kulkarni777
on Tue Nov 18, 2008 4:04 am
 
Forum: JavaScript Forum
Topic: How to put .gif image using java script
Replies: 7
Views: 605

How to put .gif image using java script

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...
by neha_kulkarni777
on Mon Nov 17, 2008 3:44 pm
 
Forum: JavaScript Forum
Topic: How to put .gif image using java script
Replies: 7
Views: 605

Re: JS validations Working Fine in IE , not in Opera,firefox

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 (&lt; 20 MB)* </td> <td widt...
by neha_kulkarni777
on Thu Nov 13, 2008 6:32 am
 
Forum: JavaScript Forum
Topic: JS validations Working Fine in IE , not in Opera,firefox&
Replies: 4
Views: 236

Re: JS validations Working Fine in IE , not in Opera,firefox

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...
by neha_kulkarni777
on Thu Nov 13, 2008 4:58 am
 
Forum: JavaScript Forum
Topic: JS validations Working Fine in IE , not in Opera,firefox&
Replies: 4
Views: 236

JS validations Working Fine in IE , not in Opera,firefox&

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
by neha_kulkarni777
on Wed Nov 12, 2008 2:45 pm
 
Forum: JavaScript Forum
Topic: JS validations Working Fine in IE , not in Opera,firefox&
Replies: 4
Views: 236
Next

Return to advanced search