User Profile

Collapse

Profile Sidebar

Collapse
nmm32
nmm32
Last Activity: Jul 18 '07, 07:53 PM
Joined: May 20 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • nmm32
    replied to FRAMES: refreshing-reloading both frames
    Ok.... I tried with this code, but it is not working:

    <body bgcolor="ivory" onLoad="isMSIE( ); block(document. frmSelect.year) , block(document. frmSelect.day), block(document. frmSelect.time1);parent.frame2 .location="righ t.jsp";">
    See more | Go to post

    Leave a comment:


  • nmm32
    started a topic FRAMES: refreshing-reloading both frames

    FRAMES: refreshing-reloading both frames

    I have this simple HTML page:
    Code:
    <html>
    <head>
    <title></title>
    
    </head>
    
    <frameset cols="220,*" FRAMESPACING="0" BORDER="0" FRAMEBORDER="0">
    	<frame src="left.jsp"  name="frame1" SCROLLING="auto">
    	          <frame src="right.jsp" name="frame2" scrolling="auto"
    ...
    See more | Go to post

  • Thank you! I had doubt if it would generate a conflict between PHP and JSP code....
    See more | Go to post

    Leave a comment:


  • php and jsp integration, image processing, simple question

    Hello:

    I would like to know...

    I am wondering if it will be possible to have a HTML page with two frames and the following:
    1. one of the frames will be a PHP,
    2. the other will be a plain HTML that simply displays an image processed by a JSP/Java method.

    For example:
    user click on a button inside a .PHP page and then that button sends parameters to a <img src=" __">...
    See more | Go to post

  • ajax, JSP, object expected, linked drop down list

    I am trying to use Ajax with JSP to populate a 2nd drop down list based on the chosen option of the first one. I am getting the error "Object Expected" on the line 13-14 of the HTML:

    Code:
     <script language="javascript">
      
     // Global Variable for XmlHttp Request Object   
          var xmlhttp;
    	  var yearDDL;
    
    function handleOnChangepType(ddl)
    {
      //index y
    ...
    See more | Go to post
    Last edited by nmm32; Jun 14 '07, 04:35 PM. Reason: oops

  • nmm32
    replied to DataGrid not showing data
    in .NET
    Thanks. I tried that, but it is passing the correct data.
    Ok, I solved the problem, but not with the DataGrid. I chose a different control (ListBox) and arranged the programming so that the ListBox, with two buttons, can do the same thing that the DataGrid was supposed to do. Not a "pretty" box, but well, they must get along with it now.

    ....I have not yet figured out what happened with the DataGrid. Someone told me...
    See more | Go to post

    Leave a comment:


  • nmm32
    replied to DataGrid not showing data
    in .NET
    I have added the code..
    Code:
    Private Sub Page_Load
    (ByVal sender As System.Object, ByVal e As  System.EventArgs) Handles MyBase.Load
    
            If Not IsPostBack Then
                RefreshDataCriteria()
            End If
        End Sub

    But still does not work.
    I even have tried it without the "if not ispostback".
    See more | Go to post

    Leave a comment:


  • nmm32
    started a topic DataGrid not showing data
    in .NET

    DataGrid not showing data

    I have a DataGrid which displays data with the aid of a procedure.

    I have tested the procedure inside the database and it is working fine.
    I have another procedure which adds another row to the table, which is working fine inside the programming, and in the database.

    However, I still cannot figure out what am I doing wrong with the DataGrid configurations OR Database OR DataAdapter OR SqlSelectComman d ... I...
    See more | Go to post
    Last edited by nmm32; May 20 '07, 04:09 AM. Reason: I forgot something!
No activity results to display
Show More
Working...