User Profile

Collapse

Profile Sidebar

Collapse
EvrimAgha
EvrimAgha
Last Activity: Dec 14 '07, 05:24 PM
Joined: Aug 18 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • EvrimAgha
    started a topic Vector images ?

    Vector images ?

    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
    See more | Go to post

  • EvrimAgha
    replied to Accessing form elements dynamically
    Thank you for helping me :-)...
    See more | Go to post

    Leave a comment:


  • EvrimAgha
    replied to Accessing form elements dynamically
    Thank you very much for your reply ....

    Could you please tell me how it is possible to access the form element itself?
    For example:

    Code:
    function goPlaces(theForm,theURL){
        document.theForm.action=theURL;
        document.theForm.submit();
    }
    Generates errors ...........


    Thanks again
    Evrim...
    See more | Go to post

    Leave a comment:


  • EvrimAgha
    started a topic Accessing form elements dynamically

    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'
    ...
    See more | Go to post

  • Thank you :-)

    you are right , I put the code in onload and it worked ....
    See more | Go to post

    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>...
    See more | Go to post

    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....
    See more | Go to post

    Leave a comment:


  • EvrimAgha
    started a topic Passing values between different windows

    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();...
    See more | Go to post
    Last edited by gits; Aug 27 '07, 04:29 PM. Reason: added code tags

  • EvrimAgha
    replied to Access table fields - JSP
    in Java
    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)....
    See more | Go to post

    Leave a comment:


  • EvrimAgha
    started a topic How to access table fields

    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:
    ...
    See more | Go to post

  • EvrimAgha
    started a topic Access table fields - JSP
    in Java

    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...
    See more | Go to post
No activity results to display
Show More
Working...