Hi everybody
I'd like to use some images (currently in jpg format) in my site without losing any quality if images are re-sized. I have access to Adobe Photoshop.
Could you be so kind to tell me which image format I should save it as ? My apologies if this is not the correct forum to ask about this. Kindly tell me which forum to send it to.
Many Thanks
Evrim
User Profile
Collapse
-
Thank you for helping me :-)... -
Thank you very much for your reply ....
Could you please tell me how it is possible to access the form element itself?
For example:
Generates errors ...........Code:function goPlaces(theForm,theURL){ document.theForm.action=theURL; document.theForm.submit(); }
Thanks again
Evrim...Leave a comment:
-
Accessing form elements dynamically
Hi
I am using an external JavaScript file that should handle number of similar forms and form elements on different html pages.
What I need to do is , pass the name of the form, the two text boxes , name of a combobox and a checkbox group to the file.
As an example , inside Webpage I have:
...Code:< body onload="javascript:runMyCode('myform1','textbox1','textbox2','checkgroup1','combo1' -
Thank you :-)
you are right , I put the code in onload and it worked ....Leave a comment:
-
This is the code of the child window page - As you may see I even removed the line that sets the text1.value in childwindow from the parent window and placed it in the child window page --- but no use - So I returned things the way they were .
[HTML]<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>JSP Page</title>...Leave a comment:
-
Thank you for the reply. I will try to stick to the guidelines :-)
This is the error I get :
document.childf orm.text1 is null or not an object.
However, I should mention that not always I get this error. Sometimes when I hit the refresh button several times and I try to open the child window the value is correctly transferred. But for example if I close the child window and try to open it again I get error....Leave a comment:
-
Passing values between different windows
Hello JS newsgroup
The main window of my Website opens a child window as you can see
below:
[CODE=javascript]
<script language="JavaS cript">
window.name = 'Iamparentwindo w'
function openwindow()
{
var child2 = window.open("Te st.htm","childw in","height=350 ,width=280");
child2.focus();... -
Thanks for your answer .....
Would it be possible to provide an example about how to construct these parameters (since they are fields in a table , not text boxes and such)....Leave a comment:
-
How to access table fields
Hi
In beginning I apologize to sending this question to two newsgroups (Java and JavaScript) ,if it is not appropriate. I was not sure which is the correct newsgroup to send it to.
I have a JSP that builds a table and shows the values in fields according to what has been passed to it through a request.setAttr ibute of a servlet.
For example the two dimensional array "test" has this data:
... -
Access table fields - JSP
Hi
I have a JSP that builds a table and shows the values in fields according to what has been passed to it through a request.setAttr ibute of a servlet.
For example the two dimensional array "test" has this data:
Col1 Col2 Col3
Row1 a b c
Row2 d e f
and JSP will read this from request...
No activity results to display
Show More
Leave a comment: